app/soc/views/models/base.py
2008-12-06 Sverre Rabbelier Fix scope lookup for unscoped entities
2008-12-05 Pawel Solyga Some style and typo fixes in different modules.
2008-12-04 Sverre Rabbelier Make base.View.create lookup the scope if appropriate
2008-12-03 Sverre Rabbelier Make use of the new generic key_name by lookup up scope_path
2008-12-02 Sverre Rabbelier Make the 'select entity' View generic
2008-12-02 Sverre Rabbelier Cleanups in preparation of general selector view
2008-12-02 Sverre Rabbelier Remove the logic parameter from getListContent
2008-12-02 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.
2008-12-01 Pawel Solyga Some docstring fixes in few modules (soc.views.helper soc.views.models.base).
2008-11-30 Pawel Solyga Remove unused imports from some modules.
2008-11-29 Sverre Rabbelier Fixed a bug in latest commit
2008-11-29 Sverre Rabbelier Moved getSidebarLinks to sitemap.sidebar
2008-11-29 Sverre Rabbelier Moved getDjangoURLPatterns to sitemap.sitemap
2008-11-29 Sverre Rabbelier Moved checkAccess and getCleanedFields into access and forms
2008-11-29 Sverre Rabbelier Move parameter construction into a seperate module
2008-11-29 Sverre Rabbelier Documented params usage in soc/views/models/base.py
2008-11-29 Sverre Rabbelier Make forms generic
2008-11-29 Sverre Rabbelier Made _logic a param
2008-11-26 Lennard de Rijk Lists now use plural_name instead of name in the description.
2008-11-25 Sverre Rabbelier Fixed some access related bugs
2008-11-25 Sverre Rabbelier Make the sidebar dynamic depending on the user's rights
2008-11-23 Sverre Rabbelier Fixed spurious 'Invite Host' button in 'create host'
2008-11-22 Sverre Rabbelier Moved the custom error.html page for Site to it's proper place
2008-11-22 Sverre Rabbelier Made list pagination part of Lists
2008-11-22 Sverre Rabbelier Fixed redirects to work consistently
2008-11-22 Sverre Rabbelier Requests are almost working now
2008-11-22 Sverre Rabbelier Split the list view code up in three pieces
2008-11-22 Sverre Rabbelier Renamed templates/soc/entity/list/entity_*.html to *.html
2008-11-22 Sverre Rabbelier Make redirect generic using the new Lists object
2008-11-22 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.
2008-11-22 Todd Larsen Define a default for rights['public'] in views/models/base.py. Alter rights
2008-11-22 Todd Larsen Fix for 404 occuring when signing out during the creation of, for example,
2008-11-22 Todd Larsen Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
2008-11-22 Todd Larsen Remove redundant dicts for URL patterns and sidebar menu text, and use the
2008-11-21 Sverre Rabbelier Allow for multiple list objects
2008-11-21 Todd Larsen Fix getKeyValues() method footprint mismatches in soc.logic.models.site.Logic
2008-11-21 Todd Larsen Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
2008-11-20 Pawel Solyga Some indention and too long lines fixes in soc.views.models.
2008-11-20 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.
2008-11-20 Lennard de Rijk The list method in models/base.py can now use a filter to make a selection of entities to show.
2008-11-20 Sverre Rabbelier Move saved message to the base class
2008-11-20 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
2008-11-20 Lennard de Rijk Adds the rights['edit'] to models/base.py wich was left out in r1049.
2008-11-20 Sverre Rabbelier Fold the _rights dictionary into params
2008-11-17 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.
2008-11-17 Pawel Solyga Replace old page parameter doc string description with new one for page_name.
2008-11-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-11-17 Sverre Rabbelier Added a default _editSeed method
2008-11-16 Sverre Rabbelier Added basic 'invite' functionality
2008-11-16 Sverre Rabbelier Refactored SiteMap to be generic
2008-11-16 Sverre Rabbelier Refactor the sidebar to use Django templates
2008-11-16 Sverre Rabbelier Fixed redirection after creation to Just Work
2008-11-16 Sverre Rabbelier Allow pre-seeding a create form
2008-11-15 Sverre Rabbelier Factor out direct use of the page object
2008-11-10 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.
2008-11-10 Sverre Rabbelier Preparation for generic user views
2008-11-10 Sverre Rabbelier Added support for providing a custom params dict
2008-11-10 Sverre Rabbelier Fix create redirect
2008-11-10 Sverre Rabbelier Added support for providing a custom params dict
2008-11-05 Sverre Rabbelier Refactoring of {site/home}_settings to make them use base.View
2008-11-05 Sverre Rabbelier Major site restructuring, also deleting of many unused or obsolete documents
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-03 Sverre Rabbelier Minor fixes needed for generic key name
2008-11-03 Sverre Rabbelier Quick fix to fix user profile creation
2008-11-02 Sverre Rabbelier Refactor out the abundance of dictionary (un)packing
2008-11-02 Sverre Rabbelier Fixed typo in e-mail address
2008-11-02 Sverre Rabbelier Fixed typo in access check
2008-10-26 Sverre Rabbelier Always check if a user filled in a user profile
2008-10-23 Sverre Rabbelier Moved all key_name related things to the logic modules
2008-10-23 Sverre Rabbelier Addressed comments by Pawel and Todd
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-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-18 Todd Larsen Add the Page object to the context of each view method. Also, add some missing
2008-10-16 Sverre Rabbelier Add a framework for generic views
less more (0) tip