app/soc/views/helper/responses.py
Sun, 25 Oct 2009 15:39:38 -0700 Sverre Rabbelier fix typo in reponses.py
Sat, 12 Sep 2009 00:59:58 +0200 Sverre Rabbelier Fix broken maintenance mode
Fri, 28 Aug 2009 11:48:27 -0700 Sverre Rabbelier Use the per-request store to store the context
Thu, 04 Jun 2009 23:21:33 +0200 Sverre Rabbelier Display caught errors on the page itself
Tue, 26 May 2009 22:18:04 +0200 Pawel Solyga Remove unused imports in Melange modules.
Sun, 24 May 2009 21:40:37 +0200 Sverre Rabbelier First step in the module design
Fri, 03 Apr 2009 17:43:41 +0000 Pawel Solyga Style fixes, add missing docstring, fix some wrong calls to super classes and removal of unused imports in soc.views.helper.
Thu, 12 Mar 2009 21:38:07 +0000 Sverre Rabbelier Strip leading and trailing newlines from our responses
Wed, 11 Mar 2009 21:29:32 +0000 Sverre Rabbelier isDebug now also checks melange version
Tue, 03 Mar 2009 19:27:55 +0000 Sverre Rabbelier Fix access bug due to forgotten normalization
Sun, 01 Mar 2009 20:39:21 +0000 Sverre Rabbelier Make it possible to put the site in maintenance mode
Sun, 01 Mar 2009 18:57:08 +0000 Sverre Rabbelier Added a site-wide notice
Thu, 26 Feb 2009 16:58:15 +0000 Sverre Rabbelier Convert everything to use the new access methods
Thu, 26 Feb 2009 04:29:56 +0000 Todd Larsen Remove the release.py module and just use the field in app.yaml.template.
Sun, 22 Feb 2009 10:55:24 +0000 Sverre Rabbelier Make use of site_name where possible
Sun, 22 Feb 2009 10:32:24 +0000 Sverre Rabbelier Add some missing useJavaScript calls
Thu, 19 Feb 2009 20:24:17 +0000 Todd Larsen Force browser to ask to save an Export, and provide a filename extension.
Sun, 15 Feb 2009 20:26:15 +0000 Sverre Rabbelier Prepare all views for a new modular approach to JS loading
Fri, 13 Feb 2009 23:18:39 +0000 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
Fri, 13 Feb 2009 22:36:45 +0000 Sverre Rabbelier Update the copyright notice for 2009.
Mon, 02 Feb 2009 15:04:04 +0000 Lennard de Rijk Calling getForCurrentAccount where necessary.
Wed, 28 Jan 2009 11:26:00 +0000 Pawel Solyga Add gmaps_api_key to context is settings entity exists.
Tue, 27 Jan 2009 22:59:01 +0000 Sverre Rabbelier Cache access checks and disable sidebar caching
Sun, 25 Jan 2009 16:28:07 +0000 Sverre Rabbelier Cache sidebar with a simple caching API
Sun, 25 Jan 2009 00:04:11 +0000 Sverre Rabbelier Do not pass around request anymore in buildSidebar
Sun, 25 Jan 2009 00:01:19 +0000 Sverre Rabbelier Use getSingleton in getUniversalContext
Wed, 21 Jan 2009 22:21:40 +0000 Todd Larsen Move getToSLink() to soc.views.helper.redirects.getToSRedirect().
Wed, 21 Jan 2009 02:34:43 +0000 Todd Larsen Fix missing import identified by pylint.
Tue, 20 Jan 2009 22:33:43 +0000 Todd Larsen Do not crash on *every* page load if there is no ToS Document.
Tue, 20 Jan 2009 22:30:21 +0000 Todd Larsen A better way to add site-wide ToS link to *all* pages on the site.
Sun, 07 Dec 2008 15:29:10 +0000 Sverre Rabbelier Remove bogus scope from Site
Tue, 02 Dec 2008 18:48:42 +0000 Sverre Rabbelier Brown paperbag fix in recent cycle breaking
Tue, 02 Dec 2008 17:14:18 +0000 Pawel Solyga Remove cyclic imports by moving response method of out_of_band.Error class to soc.views.helper.responses module as errorResponse function. Apply changes to affected files.
Tue, 25 Nov 2008 17:19:37 +0000 Sverre Rabbelier Make the sidebar dynamic depending on the user's rights
Tue, 25 Nov 2008 17:18:57 +0000 Sverre Rabbelier Have the sidebar be rebuilt on every request with callbacks
Sun, 23 Nov 2008 07:15:13 +0000 Todd Larsen Add release tag string, Melange "badge" image, and Google App Engine version
Fri, 21 Nov 2008 10:46:15 +0000 Todd Larsen Replace HomeSettings with Presence Model class. Replace SiteSettings with
Thu, 20 Nov 2008 19:43:31 +0000 Todd Larsen Rename partial_path to scope_path, ignoring case, etc.
Thu, 20 Nov 2008 18:50:30 +0000 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
Mon, 17 Nov 2008 10:36:35 +0000 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
Sun, 16 Nov 2008 23:02:31 +0000 Sverre Rabbelier Refactor the sidebar to use Django templates
Sat, 15 Nov 2008 03:12:33 +0000 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
Fri, 07 Nov 2008 22:24:01 +0000 Pawel Solyga Fix not working former_ids. Add support for "Invalid accounts". Now when id from former_ids tries to create a profile "This account is invalid." error message is displayed. Compare emails in lower cases to prevent changing User email to the same email with different character casing (needs some more testing).
Wed, 05 Nov 2008 23:36:28 +0000 Sverre Rabbelier Major site restructuring, also deleting of many unused or obsolete documents
Thu, 23 Oct 2008 09:08:02 +0000 Pawel Solyga Addresses comments to r866.
Wed, 22 Oct 2008 16:21:50 +0000 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.
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 16:05:08 +0000 Pawel Solyga DeadlineExceededError in the recent version of AppEngine lives only in one place so there is no need to try import it from both runtime (deployed) and runtime.apiproxy_errors (dev server) modules anymore.
Tue, 14 Oct 2008 12:36:55 +0000 Pawel Solyga Fixed imports sorting based on comments for r751.
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 18:30:37 +0000 Sverre Rabbelier Made the existing code use the new soc.logic.models
Sun, 12 Oct 2008 00:12:53 +0000 Sverre Rabbelier Refactor nearly all the soc.logic code to use the Base class
Sat, 04 Oct 2008 04:34:16 +0000 Todd Larsen Move helpers/html_menu.py to helper/html_menu.py, to clear out
Fri, 03 Oct 2008 23:17:49 +0000 Todd Larsen Move helpers/response_helpers.py to helper/responses.py.
less more (0) tip