Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1522 - 1524 of 2152)

Ticket Resolution Summary Owner Reporter
#137 duplicate User has editable home page rgrp dread

Reported by dread, 5 years ago.

Description
  • Generic text box for markdown about the user 'About'

Model's user table reflects these:

  • 'about' attribute
#138 fixed User has editable home page rgrp dread

Reported by dread, 5 years ago.

Description
  • Generic text box for markdown about the user 'About'

Model's user table reflects these:

  • 'about' attribute
  • 'created' attribute is a default=datetime.now() - so when user was created

Need edit page for this.

Only user should be able to edit it.

Follows on from ticket:136 and ticket:142

Cost: 2h

#142 fixed Update User object with additional fields such as 'nickname' pudo dread

Reported by dread, 5 years ago.

Description

Suggested fields:

  • id, name (username/profile name), openid, email, password, extras (JsonType?)
    • + current items: apikey, about, created)
    • current contents of name is usually openid and should migrate to openid field (could match based on starting with http://)
  • May also want a fullname field (or perhaps that can

just go in extras - may be better to have its own field as useful to search on this )

Related changes (probably separate tickets):

  • Improve user home page to include this additional information (and have it be editable)
  • Use user 'name' (username) for home page links (rather than current user/<id>)
  • Where we show lists of revisions, each revision author is now a link to the author's user page.

Related to ticket:136 and ticket:138.

Note: See TracQuery for help on using queries.