app/soc/views/simple.py
Sat, 15 Nov 2008 03:12:33 +0000 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
Sat, 18 Oct 2008 01:47:02 +0000 Todd Larsen Add the Page object to the context of each view. Update templates to make
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 17:34:10 +0000 Pawel Solyga Make page argument required for errorResponse and requestLogin functions in simple.py and update affected files. Some keyword argument changes to in user/profile.py. All the changes are based on comments to r817.
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 13:16:46 +0000 Pawel Solyga Change name of getUserFromLinkNameOrDie function to getUserFromLinkNameOr404 and apply changes to affected files.
Mon, 13 Oct 2008 21:54:51 +0000 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
Sun, 12 Oct 2008 00:12:53 +0000 Sverre Rabbelier Refactor nearly all the soc.logic code to use the Base class
Thu, 09 Oct 2008 23:50:00 +0000 Sverre Rabbelier Removed now-obsolete getAltResponse* methods from simple.py
Thu, 09 Oct 2008 23:38:27 +0000 Sverre Rabbelier Add an access control module
Fri, 03 Oct 2008 23:17:49 +0000 Todd Larsen Move helpers/response_helpers.py to helper/responses.py.
Fri, 03 Oct 2008 23:01:49 +0000 Todd Larsen Move helpers/template_helpers.py to helper/templates.py.
Sat, 13 Sep 2008 22:00:51 +0000 Pawel Solyga Added Melange front page edit view where you can change title, content, feed url. Created SiteSettings and Document models and some logic for them. Added isFeedURLValid function in soc/logic/feed.py. Created some functions for handling datastore updates of different kinds of Models (soc/logic/model.py). Fixed some typos and too long lines of code.
Fri, 12 Sep 2008 21:54:37 +0000 Todd Larsen Add getAltResponseIfNotLoggedIn() and getAltResponseIfNotDeveloper() simple
Sat, 30 Aug 2008 02:54:22 +0000 Todd Larsen An emerging pattern with makeSiblingTemplatesList() is that views calling that
Fri, 29 Aug 2008 02:59:59 +0000 Todd Larsen Fix an overlooked cut-and-paste error.
Fri, 29 Aug 2008 02:52:02 +0000 Todd Larsen Add a public() convenience wrapper around templateWithLinkName() for the common
Thu, 28 Aug 2008 23:54:35 +0000 Todd Larsen Add soc.views.simple containing (initially) two simple template views.
less more (0) tip