app/soc/views/site/settings.py
Thu, 16 Oct 2008 23:31:57 +0000 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.
Thu, 16 Oct 2008 15:22:41 +0000 Pawel Solyga Add page=None parameter to all views. Information from page argument (which is soc.logic.site.page.Page object) is going to be used later in views code and for some context values. Fix some indentions in __doc__ strings. Add proper __doc__ string for all() function in sponsor/list.py module.
Thu, 16 Oct 2008 04:37:13 +0000 Todd Larsen Eliminate the Work.abstract property and move the Document.content property
Wed, 15 Oct 2008 21:27:47 +0000 Todd Larsen First phase of making the / (site/home) view generic enough to use it for
less more (0) tip