Fri, 21 Nov 2008 11:44:39 +0000 |
Todd Larsen |
Refactor classes in soc/logic/models to make more use of inheritance. Add
|
file |
diff |
annotate
|
Fri, 21 Nov 2008 10:46:15 +0000 |
Todd Larsen |
Replace HomeSettings with Presence Model class. Replace SiteSettings with
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 20:58:46 +0000 |
Sverre Rabbelier |
Move saved message to the base class
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 18:50:30 +0000 |
Todd Larsen |
Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 15:41:14 +0000 |
Sverre Rabbelier |
Fold the _rights dictionary into params
|
file |
diff |
annotate
|
Mon, 17 Nov 2008 22:21:02 +0000 |
Pawel Solyga |
Add new parameters to views: url_name which is name used in urls (instead of using lower entity names) and module_name which is used for constructing django urls. Append changes to all affected files. Fix some title names. Change urls that included underscores like "site_settings" into urls with slash "site/settings". Plus some other minor fixes.
|
file |
diff |
annotate
|
Mon, 17 Nov 2008 10:36:35 +0000 |
Pawel Solyga |
Fix missing dots in doc strings and some other doc string corrections.
|
file |
diff |
annotate
|
Sun, 16 Nov 2008 23:03:37 +0000 |
Sverre Rabbelier |
Refactored SiteMap to be generic
|
file |
diff |
annotate
|
Sun, 16 Nov 2008 23:02:31 +0000 |
Sverre Rabbelier |
Refactor the sidebar to use Django templates
|
file |
diff |
annotate
|
Sun, 16 Nov 2008 22:11:58 +0000 |
Sverre Rabbelier |
Fixed redirection after creation to Just Work
|
file |
diff |
annotate
|
Sat, 15 Nov 2008 03:12:33 +0000 |
Todd Larsen |
Attempt to rename User.id to User.account, in preparation for making User be
|
file |
diff |
annotate
|
Mon, 10 Nov 2008 00:39:26 +0000 |
Sverre Rabbelier |
Minor fix to sponsor missing from the site restructure
|
file |
diff |
annotate
|
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).
|
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
|
Sun, 02 Nov 2008 17:26:06 +0000 |
Sverre Rabbelier |
Fixed typo in e-mail address
|
file |
diff |
annotate
|
Thu, 23 Oct 2008 05:21:26 +0000 |
Sverre Rabbelier |
Addressed comments by Pawel and Todd
|
file |
diff |
annotate
|
Wed, 22 Oct 2008 17:18:57 +0000 |
Pawel Solyga |
Inherit from BaseForm in all forms instead of from DbModelForm. This change doesn't include changes to templates and usage of as_table everywhere (work in progress).
|
file |
diff |
annotate
|
Wed, 22 Oct 2008 06:20:02 +0000 |
Sverre Rabbelier |
Added a Host profile and generalized some views
|
file |
diff |
annotate
|
Tue, 21 Oct 2008 01:22:36 +0000 |
Sverre Rabbelier |
Incorperated suggestions by Todd
|
file |
diff |
annotate
|
Mon, 20 Oct 2008 23:24:21 +0000 |
Sverre Rabbelier |
Various improvements to the generic View code
|
file |
diff |
annotate
|
Sun, 19 Oct 2008 13:14:40 +0000 |
Pawel Solyga |
Fix identions, too long lines, unused imports and some other mistakes.
|
file |
diff |
annotate
|
Sun, 19 Oct 2008 00:34:33 +0000 |
Sverre Rabbelier |
Addressed comments by Todd on r822
|
file |
diff |
annotate
|
Thu, 16 Oct 2008 23:23:16 +0000 |
Sverre Rabbelier |
Add a framework for generic views
|
file |
diff |
annotate
|