app/soc/logic/models/base.py
Tue, 11 Aug 2009 11:39:28 -0700 Madhusudan C.S. Added ancestors property to getQueryForFields for queries with ancestor filter.
Fri, 07 Aug 2009 01:27:24 +0200 Daniel Hans Argument store added to updateEntityProperties.
Sun, 02 Aug 2009 15:19:50 +0530 Madhusudan.C.S Add parent parameter to accommodate entity groups.
Wed, 27 May 2009 03:31:27 +0200 Pawel Solyga Rename bathSize variable to batch_size in soc.logic.models.base module.
Mon, 25 May 2009 23:40:07 +0200 Sverre Rabbelier Do not die on NeedIndexErrors
Sun, 19 Apr 2009 00:06:29 +0000 Sverre Rabbelier Add entityIterator to base Logic
Sat, 18 Apr 2009 18:59:53 +0000 Sverre Rabbelier Add a silent option to updateOrCreateFromFields
Sat, 18 Apr 2009 12:36:55 +0000 Sverre Rabbelier Add support for ID based entities
Wed, 15 Apr 2009 23:22:11 +0000 Sverre Rabbelier Readability fix in base logic
Sat, 11 Apr 2009 22:58:57 +0000 Sverre Rabbelier Remove getKeySuffix and it's usage
Mon, 30 Mar 2009 19:36:43 +0000 Lennard de Rijk Fixed typo in docstring for logic/models/base.py
Mon, 09 Mar 2009 23:56:14 +0000 Sverre Rabbelier Added a getFromKeyNameOr404 to base.Logic
Fri, 06 Mar 2009 22:30:12 +0000 Sverre Rabbelier Small optimization in getForFields
Fri, 06 Mar 2009 18:57:35 +0000 Lennard de Rijk Refactored part of getForFields into a getQueryForFields method.
Wed, 04 Mar 2009 23:11:33 +0000 Sverre Rabbelier Only show key_fields in error message
Wed, 04 Mar 2009 17:24:19 +0000 Pawel Solyga Remove unused imports, add missing blank lines, fix too long lines, fix docstring parameters to match the ones in method declaration, rename to short variable names in soc.logic.models.base module.
Tue, 03 Mar 2009 23:27:39 +0000 Sverre Rabbelier Convert getForFields back to the Query API and add tests
Tue, 03 Mar 2009 20:03:16 +0000 Lennard de Rijk Two docstring fixes.
Tue, 03 Mar 2009 19:50:11 +0000 Sverre Rabbelier Make it possible to work on all entities in a query
Sun, 01 Mar 2009 14:23:09 +0000 Sverre Rabbelier Fixed a bug in getFromKeyFieldsOr404
Sun, 01 Mar 2009 10:10:42 +0000 Lennard de Rijk Added missing comment to soc/logic/models/base.py.
Sat, 28 Feb 2009 00:41:36 +0000 Sverre Rabbelier Removed updateEntityProperties's transactionality
Thu, 26 Feb 2009 16:53:05 +0000 Sverre Rabbelier Add a _createField hook
Thu, 26 Feb 2009 16:52:29 +0000 Sverre Rabbelier Pass _updateField the entity_properties dict instead of just the value
Thu, 26 Feb 2009 16:51:35 +0000 Sverre Rabbelier Do not update newly created model properties
Thu, 26 Feb 2009 16:50:59 +0000 Sverre Rabbelier Move the hooks in base.Logic to the bottom of the class
Thu, 26 Feb 2009 16:50:22 +0000 Sverre Rabbelier Minor cleanups in base.Logic
Thu, 26 Feb 2009 16:49:45 +0000 Sverre Rabbelier Add argument validation to base.Logic
Thu, 26 Feb 2009 16:49:06 +0000 Sverre Rabbelier Remove updateOrCreateFromFields and it's uses
Thu, 26 Feb 2009 16:47:04 +0000 Sverre Rabbelier Remove _silentUpdateEntityProperties
Thu, 26 Feb 2009 16:45:18 +0000 Sverre Rabbelier Make it more explicit which argument is the key_fields
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.
Thu, 05 Feb 2009 21:29:55 +0000 Lennard de Rijk Updated docstrings and used keyfields where necessary in soc/logic/models/base.py
Thu, 05 Feb 2009 20:19:17 +0000 Lennard de Rijk Cleaned up getKeyNameFromFields in Logic base.
Mon, 02 Feb 2009 15:39:22 +0000 Sverre Rabbelier Make getForFields work with no filter
Mon, 02 Feb 2009 14:47:09 +0000 Sverre Rabbelier Rewrite getForFields to use GQL instead of the Query API
Sun, 01 Feb 2009 22:44:14 +0000 Sverre Rabbelier Unify 'getForFields' and 'getForLimitAndOffset'
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
Sun, 25 Jan 2009 16:25:17 +0000 Sverre Rabbelier Rename ModelProperties to EntityProperties
Sat, 24 Jan 2009 23:56:34 +0000 Sverre Rabbelier Use ugettext instead of ugettext_lazy
Sat, 24 Jan 2009 14:14:14 +0000 Pawel Solyga Add Madhusudan.C.S to AUTHORS. Fix docstring parameters list in soc.logic.models.base module Base class getForFields method.
Fri, 12 Dec 2008 00:35:08 +0000 Sverre Rabbelier Make getForFields use the db.Query API
Sat, 06 Dec 2008 21:27:47 +0000 Pawel Solyga Add missing dots in docstrings in modules.
Sat, 06 Dec 2008 14:23:53 +0000 Sverre Rabbelier Introduce dynamic scope_path regexps
Sat, 06 Dec 2008 11:31:08 +0000 Sverre Rabbelier Partial revert
Sat, 06 Dec 2008 11:26:15 +0000 Sverre Rabbelier Some more cleanups in base.Logic
Sat, 06 Dec 2008 11:21:41 +0000 Sverre Rabbelier Apply DI on the scope logic
Sat, 06 Dec 2008 11:20:44 +0000 Sverre Rabbelier Remove unneeded method getSuffixValues
Wed, 03 Dec 2008 23:48:33 +0000 Sverre Rabbelier Change the key name to not include entity type
Wed, 03 Dec 2008 21:26:16 +0000 Sverre Rabbelier Cleanups to the logic module
Mon, 01 Dec 2008 21:37:27 +0000 Sverre Rabbelier Allow for extra dynamic fields for the create form
Sun, 30 Nov 2008 21:49:14 +0000 Lennard de Rijk Changed email address in logic/models/base.py.
Sat, 29 Nov 2008 13:44:02 +0000 Lennard de Rijk Added _onCreate _onUpdate and _onDelete methods to logic/models/base.py.
Sat, 29 Nov 2008 00:12:47 +0000 Sverre Rabbelier Make forms generic
Thu, 27 Nov 2008 17:22:39 +0000 Pawel Solyga Fix some typo in logic.models.base.
Wed, 26 Nov 2008 23:54:40 +0000 Sverre Rabbelier Fixed an outstanding TODO for tlarsen
Sat, 22 Nov 2008 21:15:21 +0000 Sverre Rabbelier Removed no-longer used code
Sat, 22 Nov 2008 07:57:00 +0000 Todd Larsen Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
Fri, 21 Nov 2008 11:44:39 +0000 Todd Larsen Refactor classes in soc/logic/models to make more use of inheritance. Add
Fri, 21 Nov 2008 10:46:15 +0000 Todd Larsen Replace HomeSettings with Presence Model class. Replace SiteSettings with
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
Mon, 17 Nov 2008 10:36:35 +0000 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
Sun, 16 Nov 2008 15:50:29 +0000 Sverre Rabbelier Fixed a typo in soc.logic.models.base
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:13:20 +0000 Pawel Solyga Some indention fixes and remove not needed variable in soc.logic.models.base module.
Tue, 04 Nov 2008 20:06:36 +0000 Pawel Solyga Fix wrong redirect when changing partial path or link name. Remove an unnecessary assignment in logic/models/base.py that would generate an error when an entity did not exist.
Tue, 04 Nov 2008 14:09:37 +0000 Pawel Solyga Fix not working former ids feature of User Profile Developer Edit view. Add missing Error exception class to soc.logic.models.base module.
Mon, 03 Nov 2008 15:03:09 +0000 Pawel Solyga Add missing TODOs to soc.logic.models classes. Fix comments format in base.Logic class. Changes based on comments to r972.
Sun, 02 Nov 2008 22:57:46 +0000 Sverre Rabbelier Refactor out the abundance of dictionary (un)packing
Sun, 02 Nov 2008 22:56:28 +0000 Sverre Rabbelier Add a getForFields method
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
Thu, 23 Oct 2008 05:21:41 +0000 Sverre Rabbelier Moved all key_name related things to the logic modules
Wed, 22 Oct 2008 17:03:08 +0000 Pawel Solyga Fix not working Create views (committed in r864). Check if entity exist in constructKeyNameSuffix funtion and apply changes to affected files.
Wed, 22 Oct 2008 06:19:12 +0000 Sverre Rabbelier Some more improvements to the generic view code
Tue, 21 Oct 2008 01:22:36 +0000 Sverre Rabbelier Incorperated suggestions by Todd
Mon, 20 Oct 2008 23:24:21 +0000 Sverre Rabbelier Various improvements to the generic View code
Mon, 20 Oct 2008 23:23:43 +0000 Sverre Rabbelier Improve the error message for getIfFields
Sun, 19 Oct 2008 16:17:32 +0000 Pawel Solyga Remove unused imports, fix too long lines and indentions.
Sun, 19 Oct 2008 13:14:40 +0000 Pawel Solyga Fix identions, too long lines, unused imports and some other mistakes.
Sun, 19 Oct 2008 00:34:33 +0000 Sverre Rabbelier Addressed comments by Todd on r822
Fri, 17 Oct 2008 13:04:51 +0000 Pawel Solyga Move TODO about isDeletable Sponsor logic method to sponsor.py module and extend a little bit doc string.
Thu, 16 Oct 2008 23:23:16 +0000 Sverre Rabbelier Add a framework for generic views
Thu, 16 Oct 2008 13:14:13 +0000 Pawel Solyga Fix mistakes in docs and comments in logic/models/base.py.
Mon, 13 Oct 2008 22:04:42 +0000 Pawel Solyga Remove spaces between dict key name and colon. Fix some typos based on comments http://code.google.com/p/soc/source/detail?r=739.
Sun, 12 Oct 2008 18:11:20 +0000 Sverre Rabbelier Added invididual model logic files
less more (0) tip