app/soc/views/helper/responses.py
2009-03-12 Sverre Rabbelier Strip leading and trailing newlines from our responses
2009-03-11 Sverre Rabbelier isDebug now also checks melange version
2009-03-03 Sverre Rabbelier Fix access bug due to forgotten normalization
2009-03-01 Sverre Rabbelier Make it possible to put the site in maintenance mode
2009-03-01 Sverre Rabbelier Added a site-wide notice
2009-02-26 Sverre Rabbelier Convert everything to use the new access methods
2009-02-26 Todd Larsen Remove the release.py module and just use the field in app.yaml.template.
2009-02-22 Sverre Rabbelier Make use of site_name where possible
2009-02-22 Sverre Rabbelier Add some missing useJavaScript calls
2009-02-19 Todd Larsen Force browser to ask to save an Export, and provide a filename extension.
2009-02-15 Sverre Rabbelier Prepare all views for a new modular approach to JS loading
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-02-02 Lennard de Rijk Calling getForCurrentAccount where necessary.
2009-01-28 Pawel Solyga Add gmaps_api_key to context is settings entity exists.
2009-01-27 Sverre Rabbelier Cache access checks and disable sidebar caching
2009-01-25 Sverre Rabbelier Cache sidebar with a simple caching API
2009-01-25 Sverre Rabbelier Do not pass around request anymore in buildSidebar
2009-01-25 Sverre Rabbelier Use getSingleton in getUniversalContext
2009-01-21 Todd Larsen Move getToSLink() to soc.views.helper.redirects.getToSRedirect().
2009-01-21 Todd Larsen Fix missing import identified by pylint.
2009-01-20 Todd Larsen Do not crash on *every* page load if there is no ToS Document.
2009-01-20 Todd Larsen A better way to add site-wide ToS link to *all* pages on the site.
2008-12-07 Sverre Rabbelier Remove bogus scope from Site
2008-12-02 Sverre Rabbelier Brown paperbag fix in recent cycle breaking
2008-12-02 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.
2008-11-25 Sverre Rabbelier Make the sidebar dynamic depending on the user's rights
2008-11-25 Sverre Rabbelier Have the sidebar be rebuilt on every request with callbacks
2008-11-23 Todd Larsen Add release tag string, Melange "badge" image, and Google App Engine version
2008-11-21 Todd Larsen Replace HomeSettings with Presence Model class. Replace SiteSettings with
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-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-11-16 Sverre Rabbelier Refactor the sidebar to use Django templates
2008-11-15 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
2008-11-07 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).
2008-11-05 Sverre Rabbelier Major site restructuring, also deleting of many unused or obsolete documents
2008-10-23 Pawel Solyga Addresses comments to r866.
2008-10-22 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.
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.
2008-10-16 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.
2008-10-14 Pawel Solyga Fixed imports sorting based on comments for r751.
2008-10-13 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
2008-10-12 Sverre Rabbelier Made the existing code use the new soc.logic.models
2008-10-12 Sverre Rabbelier Refactor nearly all the soc.logic code to use the Base class
2008-10-04 Todd Larsen Move helpers/html_menu.py to helper/html_menu.py, to clear out
2008-10-03 Todd Larsen Move helpers/response_helpers.py to helper/responses.py.
less more (0) tip