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