app/soc/views/models/base.py
Sat, 22 Nov 2008 13:59:34 +0000 Sverre Rabbelier Make redirect generic using the new Lists object
Sat, 22 Nov 2008 11:19:20 +0000 Lennard de Rijk Fixed the description on the user's role page. This broke in r1111. The new lists also removed the need for instruction_text in models/base.py.
Sat, 22 Nov 2008 10:29:13 +0000 Todd Larsen Define a default for rights['public'] in views/models/base.py. Alter rights
Sat, 22 Nov 2008 09:22:44 +0000 Todd Larsen Fix for 404 occuring when signing out during the creation of, for example,
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
Sat, 22 Nov 2008 03:13:59 +0000 Todd Larsen Remove redundant dicts for URL patterns and sidebar menu text, and use the
Fri, 21 Nov 2008 23:45:37 +0000 Sverre Rabbelier Allow for multiple list objects
Fri, 21 Nov 2008 22:38:38 +0000 Todd Larsen Fix getKeyValues() method footprint mismatches in soc.logic.models.site.Logic
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 23:51:45 +0000 Pawel Solyga Some indention and too long lines fixes in soc.views.models.
Thu, 20 Nov 2008 21:08:07 +0000 Lennard de Rijk Changes the list template to use an instruction_text property that sets the text above the list. This makes the create_invite template unneeded. The instruction_text comes in handy when defining special lists.
Thu, 20 Nov 2008 21:01:18 +0000 Lennard de Rijk The list method in models/base.py can now use a filter to make a selection of entities to show.
Thu, 20 Nov 2008 20:58:46 +0000 Sverre Rabbelier Move saved message to the base class
Thu, 20 Nov 2008 18:50:30 +0000 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
Thu, 20 Nov 2008 16:07:40 +0000 Lennard de Rijk Adds the rights['edit'] to models/base.py wich was left out in r1049.
Thu, 20 Nov 2008 15:41:14 +0000 Sverre Rabbelier Fold the _rights dictionary into params
Mon, 17 Nov 2008 22:21:02 +0000 Pawel Solyga Add new parameters to views: url_name which is name used in urls (instead of using lower entity names) and module_name which is used for constructing django urls. Append changes to all affected files. Fix some title names. Change urls that included underscores like "site_settings" into urls with slash "site/settings". Plus some other minor fixes.
Mon, 17 Nov 2008 12:18:09 +0000 Pawel Solyga Replace old page parameter doc string description with new one for page_name.
Mon, 17 Nov 2008 10:36:35 +0000 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
Mon, 17 Nov 2008 00:01:59 +0000 Sverre Rabbelier Added a default _editSeed method
Sun, 16 Nov 2008 23:04:48 +0000 Sverre Rabbelier Added basic 'invite' functionality
Sun, 16 Nov 2008 23:03:37 +0000 Sverre Rabbelier Refactored SiteMap to be generic
Sun, 16 Nov 2008 23:02:31 +0000 Sverre Rabbelier Refactor the sidebar to use Django templates
Sun, 16 Nov 2008 22:11:58 +0000 Sverre Rabbelier Fixed redirection after creation to Just Work
Sun, 16 Nov 2008 17:59:30 +0000 Sverre Rabbelier Allow pre-seeding a create form
Sat, 15 Nov 2008 16:17:11 +0000 Sverre Rabbelier Factor out direct use of the page object
Mon, 10 Nov 2008 23:18:06 +0000 Pawel Solyga Remove stop parameter from home_settings and site_settings views. This is something Sverre didn't mean to commit :-) Add missing params description to the models Base class docs.
Mon, 10 Nov 2008 00:41:54 +0000 Sverre Rabbelier Preparation for generic user views
Mon, 10 Nov 2008 00:41:01 +0000 Sverre Rabbelier Added support for providing a custom params dict
Mon, 10 Nov 2008 00:40:15 +0000 Sverre Rabbelier Fix create redirect
Mon, 10 Nov 2008 00:39:50 +0000 Sverre Rabbelier Added support for providing a custom params dict
Wed, 05 Nov 2008 23:38:00 +0000 Sverre Rabbelier Refactoring of {site/home}_settings to make them use base.View
Wed, 05 Nov 2008 23:36:28 +0000 Sverre Rabbelier Major site restructuring, also deleting of many unused or obsolete documents
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.
Mon, 03 Nov 2008 19:47:02 +0000 Sverre Rabbelier Minor fixes needed for generic key name
Mon, 03 Nov 2008 19:04:04 +0000 Sverre Rabbelier Quick fix to fix user profile creation
Sun, 02 Nov 2008 22:57:46 +0000 Sverre Rabbelier Refactor out the abundance of dictionary (un)packing
Sun, 02 Nov 2008 17:26:06 +0000 Sverre Rabbelier Fixed typo in e-mail address
Sun, 02 Nov 2008 17:25:10 +0000 Sverre Rabbelier Fixed typo in access check
Sun, 26 Oct 2008 00:13:26 +0000 Sverre Rabbelier Always check if a user filled in a user profile
Thu, 23 Oct 2008 05:21:41 +0000 Sverre Rabbelier Moved all key_name related things to the logic modules
Thu, 23 Oct 2008 05:21:26 +0000 Sverre Rabbelier Addressed comments by Pawel and Todd
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
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
Sat, 18 Oct 2008 01:35:08 +0000 Todd Larsen Add the Page object to the context of each view method. Also, add some missing
Thu, 16 Oct 2008 23:23:16 +0000 Sverre Rabbelier Add a framework for generic views
less more (0) tip