app/soc/views/models/base.py
Sun, 07 Dec 2008 19:02:41 +0000 Sverre Rabbelier Add explicit access_types from the url
Sun, 07 Dec 2008 19:01:35 +0000 Sverre Rabbelier Some cleanups in role.py and site.py and create()
Sun, 07 Dec 2008 15:29:37 +0000 Sverre Rabbelier Rename getSidebarLinks to getSidebarMenus
Sun, 07 Dec 2008 15:28:36 +0000 Sverre Rabbelier If an entity is unscoped, do not try to retrieve a scope
Sat, 06 Dec 2008 12:13:19 +0000 Sverre Rabbelier Fix scope lookup for unscoped entities
Fri, 05 Dec 2008 22:54:43 +0000 Pawel Solyga Some style and typo fixes in different modules.
Thu, 04 Dec 2008 10:09:38 +0000 Sverre Rabbelier Make base.View.create lookup the scope if appropriate
Wed, 03 Dec 2008 23:49:10 +0000 Sverre Rabbelier Make use of the new generic key_name by lookup up scope_path
Tue, 02 Dec 2008 22:04:38 +0000 Sverre Rabbelier Make the 'select entity' View generic
Tue, 02 Dec 2008 22:04:15 +0000 Sverre Rabbelier Cleanups in preparation of general selector view
Tue, 02 Dec 2008 22:03:46 +0000 Sverre Rabbelier Remove the logic parameter from getListContent
Tue, 02 Dec 2008 17:14:18 +0000 Pawel Solyga Remove cyclic imports by moving response method of out_of_band.Error class to soc.views.helper.responses module as errorResponse function. Apply changes to affected files.
Mon, 01 Dec 2008 12:37:16 +0000 Pawel Solyga Some docstring fixes in few modules (soc.views.helper soc.views.models.base).
Sun, 30 Nov 2008 17:37:06 +0000 Pawel Solyga Remove unused imports from some modules.
Sat, 29 Nov 2008 21:04:09 +0000 Sverre Rabbelier Fixed a bug in latest commit
Sat, 29 Nov 2008 19:45:19 +0000 Sverre Rabbelier Moved getSidebarLinks to sitemap.sidebar
Sat, 29 Nov 2008 19:44:48 +0000 Sverre Rabbelier Moved getDjangoURLPatterns to sitemap.sitemap
Sat, 29 Nov 2008 19:00:03 +0000 Sverre Rabbelier Moved checkAccess and getCleanedFields into access and forms
Sat, 29 Nov 2008 18:30:58 +0000 Sverre Rabbelier Move parameter construction into a seperate module
Sat, 29 Nov 2008 17:20:52 +0000 Sverre Rabbelier Documented params usage in soc/views/models/base.py
Sat, 29 Nov 2008 00:12:47 +0000 Sverre Rabbelier Make forms generic
Sat, 29 Nov 2008 00:12:16 +0000 Sverre Rabbelier Made _logic a param
Wed, 26 Nov 2008 21:34:11 +0000 Lennard de Rijk Lists now use plural_name instead of name in the description.
Tue, 25 Nov 2008 23:16:32 +0000 Sverre Rabbelier Fixed some access related bugs
Tue, 25 Nov 2008 17:19:37 +0000 Sverre Rabbelier Make the sidebar dynamic depending on the user's rights
Sun, 23 Nov 2008 00:44:13 +0000 Sverre Rabbelier Fixed spurious 'Invite Host' button in 'create host'
Sat, 22 Nov 2008 23:23:37 +0000 Sverre Rabbelier Moved the custom error.html page for Site to it's proper place
Sat, 22 Nov 2008 23:08:26 +0000 Sverre Rabbelier Made list pagination part of Lists
Sat, 22 Nov 2008 20:38:27 +0000 Sverre Rabbelier Fixed redirects to work consistently
Sat, 22 Nov 2008 18:22:36 +0000 Sverre Rabbelier Requests are almost working now
Sat, 22 Nov 2008 14:53:23 +0000 Sverre Rabbelier Split the list view code up in three pieces
Sat, 22 Nov 2008 14:01:39 +0000 Sverre Rabbelier Renamed templates/soc/entity/list/entity_*.html to *.html
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
less more (0) -60 tip