app/soc/logic/models/user.py
Mon, 25 May 2009 22:59:56 +0200 Pawel Solyga Add helper functions, model update and jobs for unique user ids.
Tue, 03 Mar 2009 19:27:55 +0000 Sverre Rabbelier Fix access bug due to forgotten normalization
Thu, 26 Feb 2009 20:23:21 +0000 Sverre Rabbelier Brown paper bag fix
Thu, 26 Feb 2009 16:56:01 +0000 Sverre Rabbelier Added an isDeveloper method to user logic
Thu, 26 Feb 2009 16:55:23 +0000 Sverre Rabbelier Always normalize accounts, before even storing them
Thu, 26 Feb 2009 16:54:44 +0000 Sverre Rabbelier Factor out the getForAccount logic in user
Thu, 26 Feb 2009 16:52:29 +0000 Sverre Rabbelier Pass _updateField the entity_properties dict instead of just the value
Tue, 24 Feb 2009 12:52:19 +0000 Sverre Rabbelier Fix the user editing
Fri, 13 Feb 2009 23:18:39 +0000 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
Fri, 13 Feb 2009 22:36:45 +0000 Sverre Rabbelier Update the copyright notice for 2009.
Sat, 07 Feb 2009 20:42:28 +0000 Sverre Rabbelier Handle GAE account normalization
Mon, 02 Feb 2009 21:48:37 +0000 Lennard de Rijk Fixed a typo in getForCurrentAccount comment.
Mon, 02 Feb 2009 21:46:01 +0000 Lennard de Rijk Adds the possibility to exclude the user from the website.
Sun, 01 Feb 2009 17:52:12 +0000 Lennard de Rijk This patch prohibits changing of agreed_to_tos and agreed_to_tos_on by the Logic module.
Sat, 31 Jan 2009 15:41:45 +0000 Sverre Rabbelier Cleanups in base.Logic
Sat, 31 Jan 2009 12:59:52 +0000 Sverre Rabbelier Flush sidebar when creating a new entity
Fri, 30 Jan 2009 09:31:56 +0000 Lennard de Rijk Added agreed_to_tos_on field in user and role model.
Sun, 25 Jan 2009 16:29:36 +0000 Sverre Rabbelier Flush the sidebar if a user's rights change
Wed, 21 Jan 2009 02:39:29 +0000 Todd Larsen Fix missing import identified by pylint.
Wed, 21 Jan 2009 02:31:55 +0000 Todd Larsen Add agreesToSiteToS() logic method to indicate if User accepts site-wide ToS.
Mon, 15 Dec 2008 00:21:26 +0000 Pawel Solyga Add missing dots, fix imports sorting and too long lines in different modules. Add TODO in soc.views.models.host module.
Fri, 12 Dec 2008 00:34:39 +0000 Sverre Rabbelier Added getForCurrentAccount to user.Logic
Wed, 03 Dec 2008 21:26:16 +0000 Sverre Rabbelier Cleanups to the logic module
Mon, 01 Dec 2008 21:03:20 +0000 Lennard de Rijk Added User welcome message.
Fri, 21 Nov 2008 08:41:23 +0000 Todd Larsen Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
Thu, 20 Nov 2008 18:50:30 +0000 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
Wed, 19 Nov 2008 08:39:29 +0000 Sverre Rabbelier Fix user key stuff
Mon, 17 Nov 2008 10:36:35 +0000 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
Mon, 17 Nov 2008 00:01:33 +0000 Sverre Rabbelier Temporary fix for creating a new user account
Sun, 16 Nov 2008 23:03:37 +0000 Sverre Rabbelier Refactored SiteMap to be generic
Sat, 15 Nov 2008 03:12:33 +0000 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
Mon, 10 Nov 2008 00:41:54 +0000 Sverre Rabbelier Preparation for generic user views
Fri, 07 Nov 2008 22:24:01 +0000 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).
Sun, 02 Nov 2008 22:56:52 +0000 Sverre Rabbelier Added key field definitions to the User logic
Sun, 02 Nov 2008 22:50:22 +0000 Sverre Rabbelier Add a generic method for getting a Keyname
Sun, 02 Nov 2008 17:26:06 +0000 Sverre Rabbelier Fixed typo in e-mail address
Mon, 13 Oct 2008 21:54:51 +0000 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
Sun, 12 Oct 2008 18:11:20 +0000 Sverre Rabbelier Added invididual model logic files
less more (0) tip