app/soc/views/helper/decorators.py
2009-03-09 Sverre Rabbelier Except and properly handle Errors in view decorator
2009-03-04 Pawel Solyga Remove unused imports and rename too short variable names in soc.views.helper.decorators module.
2009-03-02 Sverre Rabbelier Add a maintenance end date
2009-03-01 Sverre Rabbelier Make it possible to put the site in maintenance mode
2009-03-01 Sverre Rabbelier Redirect to an error page when a GAE exception occurs
2009-02-22 Sverre Rabbelier Add some missing useJavaScript calls
2009-02-13 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
2009-02-13 Sverre Rabbelier Update the copyright notice for 2009.
2009-01-27 Sverre Rabbelier Cache access checks and disable sidebar caching
2009-01-26 Sverre Rabbelier Major refactor of the access module
2009-01-25 Sverre Rabbelier Cache sidebar with a simple caching API
2009-01-25 Sverre Rabbelier Remove the request and arg parameter from the checkAccess call
2009-01-22 Pawel Solyga Fix missing dots in soc.views.helper.decoratos module docstrings.
2009-01-21 Sverre Rabbelier Added a merge_params and check_access decorator
2008-11-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-10-17 Pawel Solyga Remove not needed request argument in view decorator.
2008-10-16 Pawel Solyga Create decorators module in view/helper and add view decorator that catches exceptions like DeadlineExceededError, MemoryError, AssertionError (this code is being moved from respond function). Add view decorator to all view functions. In addition remove not needed imports from all affected files and fix too long lines.
less more (0) tip