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