Sat, 06 Dec 2008 14:23:53 +0000 |
Sverre Rabbelier |
Introduce dynamic scope_path regexps
|
file |
diff |
annotate
|
Sat, 06 Dec 2008 11:31:08 +0000 |
Sverre Rabbelier |
Partial revert
|
file |
diff |
annotate
|
Sat, 06 Dec 2008 11:26:15 +0000 |
Sverre Rabbelier |
Some more cleanups in base.Logic
|
file |
diff |
annotate
|
Sat, 06 Dec 2008 11:21:41 +0000 |
Sverre Rabbelier |
Apply DI on the scope logic
|
file |
diff |
annotate
|
Sat, 06 Dec 2008 11:20:44 +0000 |
Sverre Rabbelier |
Remove unneeded method getSuffixValues
|
file |
diff |
annotate
|
Wed, 03 Dec 2008 23:48:33 +0000 |
Sverre Rabbelier |
Change the key name to not include entity type
|
file |
diff |
annotate
|
Wed, 03 Dec 2008 21:26:16 +0000 |
Sverre Rabbelier |
Cleanups to the logic module
|
file |
diff |
annotate
|
Mon, 01 Dec 2008 21:37:27 +0000 |
Sverre Rabbelier |
Allow for extra dynamic fields for the create form
|
file |
diff |
annotate
|
Sun, 30 Nov 2008 21:49:14 +0000 |
Lennard de Rijk |
Changed email address in logic/models/base.py.
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 13:44:02 +0000 |
Lennard de Rijk |
Added _onCreate _onUpdate and _onDelete methods to logic/models/base.py.
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 00:12:47 +0000 |
Sverre Rabbelier |
Make forms generic
|
file |
diff |
annotate
|
Thu, 27 Nov 2008 17:22:39 +0000 |
Pawel Solyga |
Fix some typo in logic.models.base.
|
file |
diff |
annotate
|
Wed, 26 Nov 2008 23:54:40 +0000 |
Sverre Rabbelier |
Fixed an outstanding TODO for tlarsen
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 21:15:21 +0000 |
Sverre Rabbelier |
Removed no-longer used code
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 21 Nov 2008 11:44:39 +0000 |
Todd Larsen |
Refactor classes in soc/logic/models to make more use of inheritance. Add
|
file |
diff |
annotate
|
Fri, 21 Nov 2008 10:46:15 +0000 |
Todd Larsen |
Replace HomeSettings with Presence Model class. Replace SiteSettings with
|
file |
diff |
annotate
|
Fri, 21 Nov 2008 08:41:23 +0000 |
Todd Larsen |
Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 18:50:30 +0000 |
Todd Larsen |
Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
|
file |
diff |
annotate
|
Mon, 17 Nov 2008 10:36:35 +0000 |
Pawel Solyga |
Fix missing dots in doc strings and some other doc string corrections.
|
file |
diff |
annotate
|
Sun, 16 Nov 2008 15:50:29 +0000 |
Sverre Rabbelier |
Fixed a typo in soc.logic.models.base
|
file |
diff |
annotate
|
Sat, 15 Nov 2008 03:12:33 +0000 |
Todd Larsen |
Attempt to rename User.id to User.account, in preparation for making User be
|
file |
diff |
annotate
|
Mon, 10 Nov 2008 00:41:54 +0000 |
Sverre Rabbelier |
Preparation for generic user views
|
file |
diff |
annotate
|
Fri, 07 Nov 2008 22:13:20 +0000 |
Pawel Solyga |
Some indention fixes and remove not needed variable in soc.logic.models.base module.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 02 Nov 2008 22:57:46 +0000 |
Sverre Rabbelier |
Refactor out the abundance of dictionary (un)packing
|
file |
diff |
annotate
|
Sun, 02 Nov 2008 22:56:28 +0000 |
Sverre Rabbelier |
Add a getForFields method
|
file |
diff |
annotate
|
Sun, 02 Nov 2008 22:50:22 +0000 |
Sverre Rabbelier |
Add a generic method for getting a Keyname
|
file |
diff |
annotate
|
Sun, 02 Nov 2008 17:26:06 +0000 |
Sverre Rabbelier |
Fixed typo in e-mail address
|
file |
diff |
annotate
|
Thu, 23 Oct 2008 05:21:41 +0000 |
Sverre Rabbelier |
Moved all key_name related things to the logic modules
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Wed, 22 Oct 2008 06:19:12 +0000 |
Sverre Rabbelier |
Some more improvements to the generic view code
|
file |
diff |
annotate
|
Tue, 21 Oct 2008 01:22:36 +0000 |
Sverre Rabbelier |
Incorperated suggestions by Todd
|
file |
diff |
annotate
|
Mon, 20 Oct 2008 23:24:21 +0000 |
Sverre Rabbelier |
Various improvements to the generic View code
|
file |
diff |
annotate
|
Mon, 20 Oct 2008 23:23:43 +0000 |
Sverre Rabbelier |
Improve the error message for getIfFields
|
file |
diff |
annotate
|
Sun, 19 Oct 2008 16:17:32 +0000 |
Pawel Solyga |
Remove unused imports, fix too long lines and indentions.
|
file |
diff |
annotate
|
Sun, 19 Oct 2008 13:14:40 +0000 |
Pawel Solyga |
Fix identions, too long lines, unused imports and some other mistakes.
|
file |
diff |
annotate
|
Sun, 19 Oct 2008 00:34:33 +0000 |
Sverre Rabbelier |
Addressed comments by Todd on r822
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 16 Oct 2008 23:23:16 +0000 |
Sverre Rabbelier |
Add a framework for generic views
|
file |
diff |
annotate
|
Thu, 16 Oct 2008 13:14:13 +0000 |
Pawel Solyga |
Fix mistakes in docs and comments in logic/models/base.py.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 18:11:20 +0000 |
Sverre Rabbelier |
Added invididual model logic files
|
file |
diff |
annotate
|