app/soc/views/models/document.py
2009-01-26 Sverre Rabbelier Major refactor of the access module
2009-01-23 Sverre Rabbelier Add a 'pick' view to the appropriate views
2009-01-23 Sverre Rabbelier Hook up the 'home' view for site and program
2009-01-21 Todd Larsen Add an export() view, and implement it as text/text for Document.
2009-01-10 Sverre Rabbelier Construct names automatically from base name.
2008-12-07 Sverre Rabbelier Some forgotten changes with the access_type commit
2008-12-07 Sverre Rabbelier Add explicit access_types from the url
2008-12-07 Sverre Rabbelier Move document sidebar entries extraction to document.View
2008-12-07 Sverre Rabbelier Add and use a placeholder for checkIsDocumentPublic
2008-12-03 Sverre Rabbelier Make use of the new generic key_name by lookup up scope_path
2008-12-03 Sverre Rabbelier Cleanups in the views module
2008-12-02 Lennard de Rijk Changed clean_link_id to convert the input to lower characters for user comfort.
2008-11-30 Pawel Solyga Add missing dots and fix too long line in soc.views.helper.dynaform module. Remove unused imports in soc.views.models.document module. Fix too long lines. Add missing docstring for Meta classes.
2008-11-29 Sverre Rabbelier Made _logic a param
2008-11-26 Lennard de Rijk Fixes an error that occurs when moving the document by setting another link ID or Scope path. This is due to the fact that author is a required property in the Work model.
2008-11-24 Lennard de Rijk Adds and uses a modified_by property in models/work.py
2008-11-22 Pawel Solyga Remove inheritance_line from Form meta class excludes in all currently used forms.
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 Todd Larsen Hide the 'scope' property from forms for now, since this is really supposed
2008-11-20 Sverre Rabbelier Move saved message to the base class
2008-11-20 Todd Larsen Rename partial_path to scope_path, ignoring case, etc.
2008-11-20 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
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 Fix missing dots in doc strings and some other doc string corrections.
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-15 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
2008-11-13 Sverre Rabbelier Moved from docs -> document
less more (0) tip