app/soc/templates/soc/base.html
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