app/soc/templates/soc/base.html
Sun, 15 Feb 2009 20:27:56 +0000 Sverre Rabbelier Refactor various django templates to reuse other templates where possible
Sun, 15 Feb 2009 20:27:09 +0000 Sverre Rabbelier Be modular when loading the various JS modules
Fri, 13 Feb 2009 21:54:35 +0000 Sverre Rabbelier Fix ToS link
Fri, 13 Feb 2009 19:22:34 +0000 Sverre Rabbelier Fixes as requested by Leslie on behalf of the Legal team
Sat, 07 Feb 2009 00:37:28 +0000 Todd Larsen Name .js and .css files more consistently with those previously present.
Wed, 04 Feb 2009 23:06:48 +0000 Sverre Rabbelier Hook up the new jquery plugins in base.html and _as_table_row.html
Wed, 28 Jan 2009 18:24:20 +0000 Pawel Solyga Add 'Flush Cache' button next to Admin link. It's visible only when working on dev_appserver locally. This is a quick way of flushing memcache.
Tue, 20 Jan 2009 16:27:36 +0000 Pawel Solyga Set notice width to 450px. It was way too long. Notice is displayed with help text on yellow background in User profile.
Wed, 14 Jan 2009 20:05:15 +0000 Todd Larsen Show Terms of Service link in footer if tos_link is defined in the context.
Sun, 23 Nov 2008 07:25:31 +0000 Todd Larsen Display '(unreleased)' as a link to trunk/ when RELEASE_TAG is false.
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
Sun, 16 Nov 2008 23:02:31 +0000 Sverre Rabbelier Refactor the sidebar to use Django templates
Sun, 16 Nov 2008 15:26:40 +0000 Pawel Solyga Change id to account in base.html template (without this change we couldn't signout using top right links and also couldn't display currently logged in account information on the left side of links). This patch is related to commit in revision r1022.
Sat, 15 Nov 2008 16:17:11 +0000 Sverre Rabbelier Factor out direct use of the page object
Tue, 11 Nov 2008 01:02:56 +0000 Pawel Solyga Move "(required)" text to third column instead of second column in templatetags, it's much more user friendly that way. Add new version of as_table that support our current error messages format, information about required fields and tooltips.
Sat, 08 Nov 2008 17:06:35 +0000 Dmitri Gaskin Allowing + and - to be clicked in the menu
Wed, 05 Nov 2008 23:36:28 +0000 Sverre Rabbelier Major site restructuring, also deleting of many unused or obsolete documents
Mon, 27 Oct 2008 19:19:44 +0000 Todd Larsen Add tooltips style display of help_text, instead of widening the form with
Sun, 26 Oct 2008 21:36:29 +0000 Augie Fackler Add javascript expandable menus.
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.
Mon, 20 Oct 2008 23:23:53 +0000 Sverre Rabbelier Remove the google search box and the google analytics page
Sat, 18 Oct 2008 01:47:02 +0000 Todd Larsen Add the Page object to the context of each view. Update templates to make
Wed, 15 Oct 2008 18:06:07 +0000 Tim Ansell Fixed the evil black logo.
Tue, 14 Oct 2008 21:06:23 +0000 Pawel Solyga Move <div id='notice'> into notice block in base.html template. Change formatting of notice block to make it much easier to "parse" visually. This patch is based on comments to r722.
Thu, 09 Oct 2008 13:56:42 +0000 Pawel Solyga Add notification bar block in base.html template.
Wed, 24 Sep 2008 06:00:28 +0000 Todd Larsen Replace mock-up of sidebar with first draft of dynamic sidebar functionality.
Mon, 22 Sep 2008 14:13:32 +0000 Pawel Solyga Add Users List Developer view which is available at /site/user/list. Add User list custom templates which are used with list_helpers. Add "Users List" link in base.html template.
Fri, 19 Sep 2008 05:15:20 +0000 Todd Larsen Add /site/user/profile Developer view for editing arbitrary User entities.
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.
Thu, 28 Aug 2008 22:27:40 +0000 Todd Larsen Clean up User Model and User profile edit view now that soc.logic.site.id_user
Fri, 22 Aug 2008 13:44:50 +0000 Pawel Solyga Added public view support (not using controller yet)
Wed, 20 Aug 2008 00:04:42 +0000 Todd Larsen Fix up the URLs mapping to soc.views.user.profile.edit() and make the site base
Tue, 19 Aug 2008 23:13:24 +0000 Pawel Solyga Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
Tue, 19 Aug 2008 17:57:58 +0000 Pawel Solyga Home site templates and basic view.
less more (0) tip