app/soc/logic/models/base.py
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