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.
|
file |
diff |
annotate
|
Sat, 15 Nov 2008 16:17:11 +0000 |
Sverre Rabbelier |
Factor out direct use of the page object
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 08 Nov 2008 17:06:35 +0000 |
Dmitri Gaskin |
Allowing + and - to be clicked in the menu
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 23:36:28 +0000 |
Sverre Rabbelier |
Major site restructuring, also deleting of many unused or obsolete documents
|
file |
diff |
annotate
|
Mon, 27 Oct 2008 19:19:44 +0000 |
Todd Larsen |
Add tooltips style display of help_text, instead of widening the form with
|
file |
diff |
annotate
|
Sun, 26 Oct 2008 21:36:29 +0000 |
Augie Fackler |
Add javascript expandable menus.
|
file |
diff |
annotate
|
Thu, 23 Oct 2008 09:08:02 +0000 |
Pawel Solyga |
Addresses comments to r866.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Mon, 20 Oct 2008 23:23:53 +0000 |
Sverre Rabbelier |
Remove the google search box and the google analytics page
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 01:47:02 +0000 |
Todd Larsen |
Add the Page object to the context of each view. Update templates to make
|
file |
diff |
annotate
|
Wed, 15 Oct 2008 18:06:07 +0000 |
Tim Ansell |
Fixed the evil black logo.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 09 Oct 2008 13:56:42 +0000 |
Pawel Solyga |
Add notification bar block in base.html template.
|
file |
diff |
annotate
|
Wed, 24 Sep 2008 06:00:28 +0000 |
Todd Larsen |
Replace mock-up of sidebar with first draft of dynamic sidebar functionality.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 19 Sep 2008 05:15:20 +0000 |
Todd Larsen |
Add /site/user/profile Developer view for editing arbitrary User entities.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Fri, 22 Aug 2008 13:44:50 +0000 |
Pawel Solyga |
Added public view support (not using controller yet)
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|
Tue, 19 Aug 2008 17:57:58 +0000 |
Pawel Solyga |
Home site templates and basic view.
|
file |
diff |
annotate
|