app/soc/logic/site/map.py
2008-11-10 Pawel Solyga Some name changes in soc.logic.site.map module for User self edit view.
2008-11-10 Sverre Rabbelier Partially use the new user code
2008-11-09 Sverre Rabbelier Fixes to {Site,Home}Settings
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-02 Sverre Rabbelier Create a Site Settings sub-menu
2008-10-27 Todd Larsen Change Site and User sub-menus so that the "header" entry for those sub-menus
2008-10-23 Sverre Rabbelier Addressed comments by Pawel and Todd
2008-10-22 Pawel Solyga Add Google Analytics support to Site Settings. The reason I created additional SettingsValidationForm is because you cannot inherit from Form that has already defined Meta class, so it's sort of workaround for that. I didn't want to have same validation functions in both Form classes.
2008-10-22 Sverre Rabbelier Added a Host profile and generalized some views
2008-10-22 Sverre Rabbelier Some more improvements to the generic view code
2008-10-20 Sverre Rabbelier Make use of the new generic views
2008-10-19 Pawel Solyga Add "View Sponsor Public Profile" to Sponsor Edit view template. Remove not needed <p> in home/public.html template. Add missing '$' at the end of some urls in site/map.py module.
2008-10-19 Pawel Solyga Remove unused imports, fix too long lines and indentions.
2008-10-18 Pawel Solyga Change Sponsor delete url from /site/sponsor/profile/<link_name>/delete to /site/sponsor/profile/delete/<link_name> to match convention used in Document delete url.
2008-10-18 Todd Larsen Refactor various site views into more generic locations, in preparation for
2008-10-18 Todd Larsen Formalize the concept of a NonPage that can appear in the site-map, useful for
2008-10-16 Todd Larsen "new" is a little bit redundant in the short_name of sidebar menu items that
2008-10-16 Todd Larsen A quick-and-dirty way to create non-link sub-menu dividers, plus a TODO on
2008-10-15 Todd Larsen First phase of making the / (site/home) view generic enough to use it for
2008-10-13 Pawel Solyga Rearrange imports in home.py so they apply to new discussed format (separate "from ..." and "import ..." blocks). Add Delete Document functionality.
2008-10-12 Sverre Rabbelier Minor style and import fixes
2008-10-12 Sverre Rabbelier Refactor nearly all the soc.logic code to use the Base class
2008-10-12 Sverre Rabbelier Replace almost all occurences of linkname with link_name
2008-10-09 Pawel Solyga Enable recently commited delete Sponsor request handler (added to map.py) and Delete button in Sponsor edit view. Still missing "Are you sure ?" question box.
2008-10-04 Todd Larsen A site layout ("site map") of the web application, including URL regular
less more (0) tip