app/soc/logic/models/user.py
2009-01-25 Sverre Rabbelier Flush the sidebar if a user's rights change
2009-01-21 Todd Larsen Fix missing import identified by pylint.
2009-01-21 Todd Larsen Add agreesToSiteToS() logic method to indicate if User accepts site-wide ToS.
2008-12-15 Pawel Solyga Add missing dots, fix imports sorting and too long lines in different modules. Add TODO in soc.views.models.host module.
2008-12-12 Sverre Rabbelier Added getForCurrentAccount to user.Logic
2008-12-03 Sverre Rabbelier Cleanups to the logic module
2008-12-01 Lennard de Rijk Added User welcome message.
2008-11-21 Todd Larsen Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
2008-11-20 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
2008-11-19 Sverre Rabbelier Fix user key stuff
2008-11-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-11-17 Sverre Rabbelier Temporary fix for creating a new user account
2008-11-16 Sverre Rabbelier Refactored SiteMap to be generic
2008-11-15 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
2008-11-10 Sverre Rabbelier Preparation for generic user views
2008-11-07 Pawel Solyga Fix not working former_ids. Add support for "Invalid accounts". Now when id from former_ids tries to create a profile "This account is invalid." error message is displayed. Compare emails in lower cases to prevent changing User email to the same email with different character casing (needs some more testing).
2008-11-02 Sverre Rabbelier Added key field definitions to the User logic
2008-11-02 Sverre Rabbelier Add a generic method for getting a Keyname
2008-11-02 Sverre Rabbelier Fixed typo in e-mail address
2008-10-13 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
2008-10-12 Sverre Rabbelier Added invididual model logic files
less more (0) tip