app/soc/logic/models/base.py
2008-12-12 Sverre Rabbelier Make getForFields use the db.Query API
2008-12-06 Pawel Solyga Add missing dots in docstrings in modules.
2008-12-06 Sverre Rabbelier Introduce dynamic scope_path regexps
2008-12-06 Sverre Rabbelier Partial revert
2008-12-06 Sverre Rabbelier Some more cleanups in base.Logic
2008-12-06 Sverre Rabbelier Apply DI on the scope logic
2008-12-06 Sverre Rabbelier Remove unneeded method getSuffixValues
2008-12-03 Sverre Rabbelier Change the key name to not include entity type
2008-12-03 Sverre Rabbelier Cleanups to the logic module
2008-12-01 Sverre Rabbelier Allow for extra dynamic fields for the create form
2008-11-30 Lennard de Rijk Changed email address in logic/models/base.py.
2008-11-29 Lennard de Rijk Added _onCreate _onUpdate and _onDelete methods to logic/models/base.py.
2008-11-29 Sverre Rabbelier Make forms generic
2008-11-27 Pawel Solyga Fix some typo in logic.models.base.
2008-11-26 Sverre Rabbelier Fixed an outstanding TODO for tlarsen
2008-11-22 Sverre Rabbelier Removed no-longer used code
2008-11-22 Todd Larsen Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
2008-11-21 Todd Larsen Refactor classes in soc/logic/models to make more use of inheritance. Add
2008-11-21 Todd Larsen Replace HomeSettings with Presence Model class. Replace SiteSettings with
2008-11-21 Todd Larsen Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
2008-11-20 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
2008-11-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-11-16 Sverre Rabbelier Fixed a typo in soc.logic.models.base
2008-11-15 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
2008-11-10 Sverre Rabbelier Preparation for generic user views
2008-11-07 Pawel Solyga Some indention fixes and remove not needed variable in soc.logic.models.base module.
2008-11-04 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.
2008-11-04 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.
2008-11-03 Pawel Solyga Add missing TODOs to soc.logic.models classes. Fix comments format in base.Logic class. Changes based on comments to r972.
2008-11-02 Sverre Rabbelier Refactor out the abundance of dictionary (un)packing
2008-11-02 Sverre Rabbelier Add a getForFields method
2008-11-02 Sverre Rabbelier Add a generic method for getting a Keyname
2008-11-02 Sverre Rabbelier Fixed typo in e-mail address
2008-10-23 Sverre Rabbelier Moved all key_name related things to the logic modules
2008-10-22 Pawel Solyga Fix not working Create views (committed in r864). Check if entity exist in constructKeyNameSuffix funtion and apply changes to affected files.
2008-10-22 Sverre Rabbelier Some more improvements to the generic view code
2008-10-21 Sverre Rabbelier Incorperated suggestions by Todd
2008-10-20 Sverre Rabbelier Various improvements to the generic View code
2008-10-20 Sverre Rabbelier Improve the error message for getIfFields
2008-10-19 Pawel Solyga Remove unused imports, fix too long lines and indentions.
2008-10-19 Pawel Solyga Fix identions, too long lines, unused imports and some other mistakes.
2008-10-19 Sverre Rabbelier Addressed comments by Todd on r822
2008-10-17 Pawel Solyga Move TODO about isDeletable Sponsor logic method to sponsor.py module and extend a little bit doc string.
2008-10-16 Sverre Rabbelier Add a framework for generic views
2008-10-16 Pawel Solyga Fix mistakes in docs and comments in logic/models/base.py.
2008-10-13 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.
2008-10-12 Sverre Rabbelier Added invididual model logic files
less more (0) tip