Thu, 26 Feb 2009 16:57:13 +0000 Remove direct uses of checkIsActive, replace with helper methods
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:57:13 +0000] rev 1525
Remove direct uses of checkIsActive, replace with helper methods This makes _checkIsActive a lot easier to understand, and makes the access checkers involved a lot more explicit. Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 16:56:37 +0000 Make django_args optional where appropriate and whitespace fixes
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:56:37 +0000] rev 1524
Make django_args optional where appropriate and whitespace fixes Access methods that do not use django_args should make it optional. Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 16:56:01 +0000 Added an isDeveloper method to user logic
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:56:01 +0000] rev 1523
Added an isDeveloper method to user logic Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 16:55:23 +0000 Always normalize accounts, before even storing them
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:55:23 +0000] rev 1522
Always normalize accounts, before even storing them Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 16:54:44 +0000 Factor out the getForAccount logic in user
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:54:44 +0000] rev 1521
Factor out the getForAccount logic in user Also normalize the account before retrieving it. Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 16:54:08 +0000 Add a normalizeAccount to logic.accounts
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:54:08 +0000] rev 1520
Add a normalizeAccount to logic.accounts Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 16:53:36 +0000 Remove unused isAccountAvailable function
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:53:36 +0000] rev 1519
Remove unused isAccountAvailable function Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 16:53:05 +0000 Add a _createField hook
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:53:05 +0000] rev 1518
Add a _createField hook Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 16:52:29 +0000 Pass _updateField the entity_properties dict instead of just the value
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:52:29 +0000] rev 1517
Pass _updateField the entity_properties dict instead of just the value This enables _updateField to change the value in entity_properties if desired. Patch by: Sverre Rabbelier
Thu, 26 Feb 2009 16:51:35 +0000 Do not update newly created model properties
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 26 Feb 2009 16:51:35 +0000] rev 1516
Do not update newly created model properties There is no real reason to favor old behavior over the current, plus the new behavior saves an extra disk write (which are expensive). Patch by: Sverre Rabbelier
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 tip