Fri, 03 Apr 2009 17:41:08 +0000 |
Pawel Solyga |
Style fixes and removal of unused imports in soc.views.models.
|
file |
diff |
annotate
|
Thu, 19 Mar 2009 17:30:17 +0000 |
Lennard de Rijk |
Explicitly added access check for public profile page view.
|
file |
diff |
annotate
|
Sat, 14 Mar 2009 20:12:56 +0000 |
Sverre Rabbelier |
Added a list of developers to the User menu
|
file |
diff |
annotate
|
Wed, 11 Mar 2009 21:28:48 +0000 |
Sverre Rabbelier |
Allow for query caching in pick
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 20:20:47 +0000 |
Sverre Rabbelier |
Make use of decorators.view for all views
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 20:19:22 +0000 |
Sverre Rabbelier |
Added decorators
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 18:58:22 +0000 |
Sverre Rabbelier |
Make all default URLS customizable
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 15:59:07 +0000 |
Sverre Rabbelier |
Rename dynafields to dynaproperties
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 14:58:03 +0000 |
Sverre Rabbelier |
Hook up the admin view everywhere
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 23:18:39 +0000 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 22:36:45 +0000 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
Mon, 02 Feb 2009 20:07:52 +0000 |
Lennard de Rijk |
Probably fixed a bug on the live instance.
|
file |
diff |
annotate
|
Mon, 02 Feb 2009 10:09:18 +0000 |
Pawel Solyga |
Style fixes in soc.views.models.user module.
|
file |
diff |
annotate
|
Sun, 01 Feb 2009 17:31:09 +0000 |
Lennard de Rijk |
Fixes an error occurring when editing a User as Developer when the ToS have been signed.
|
file |
diff |
annotate
|
Sun, 01 Feb 2009 17:14:42 +0000 |
Lennard de Rijk |
Added status property to the user model.
|
file |
diff |
annotate
|
Fri, 30 Jan 2009 10:36:23 +0000 |
Lennard de Rijk |
Changed clean_link_id to be in a wrapper form as well.
|
file |
diff |
annotate
|
Fri, 30 Jan 2009 09:31:56 +0000 |
Lennard de Rijk |
Added agreed_to_tos_on field in user and role model.
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 17:31:02 +0000 |
Lennard de Rijk |
Changed the Terms Of Service boolean so that it is None as long as the user owning the account has not Agreed to it.
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 15:40:44 +0000 |
Lennard de Rijk |
Renamed _getToSExampleText to getToSExampleText in soc/views/models/user.py.
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 11:24:34 +0000 |
Pawel Solyga |
Style fixes in soc.views.models modules.
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 20:30:26 +0000 |
Lennard de Rijk |
soc/views/models/user.py now uses dynaform and appropriate cleaning methods.
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 21:18:39 +0000 |
Sverre Rabbelier |
Add a 'pick' view to the appropriate views
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 22:21:40 +0000 |
Todd Larsen |
Move getToSLink() to soc.views.helper.redirects.getToSRedirect().
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 00:27:39 +0000 |
Todd Larsen |
Add an export() view, and implement it as text/text for Document.
|
file |
diff |
annotate
|
Tue, 20 Jan 2009 23:01:24 +0000 |
Todd Larsen |
Set agrees_to_tos example text to link to site-wide ToS (or a warning message).
|
file |
diff |
annotate
|
Wed, 14 Jan 2009 22:37:05 +0000 |
Todd Larsen |
Display state (but dis-allow edits) of User's agrees_to_tos boolean Property.
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 18:17:16 +0000 |
Sverre Rabbelier |
Construct names automatically from base name.
|
file |
diff |
annotate
|
Mon, 15 Dec 2008 01:15:32 +0000 |
Pawel Solyga |
Remove unused imports and variables in different soc.views.models modules.
|
file |
diff |
annotate
|
Wed, 03 Dec 2008 23:49:10 +0000 |
Sverre Rabbelier |
Make use of the new generic key_name by lookup up scope_path
|
file |
diff |
annotate
|
Wed, 03 Dec 2008 21:27:01 +0000 |
Sverre Rabbelier |
Cleanups in the views module
|
file |
diff |
annotate
|
Tue, 02 Dec 2008 20:14:14 +0000 |
Lennard de Rijk |
Changed clean_link_id to convert the input to lower characters for user comfort.
|
file |
diff |
annotate
|
Sun, 30 Nov 2008 17:06:32 +0000 |
Pawel Solyga |
Add missing dots and fix too long line in soc.views.helper.dynaform module. Remove unused imports in soc.views.models.document module. Fix too long lines. Add missing docstring for Meta classes.
|
file |
diff |
annotate
|
Sun, 30 Nov 2008 16:29:48 +0000 |
Pawel Solyga |
Remove unused imports in soc.views.models.user and soc.views.models.sponsor modules.
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 00:12:16 +0000 |
Sverre Rabbelier |
Made _logic a param
|
file |
diff |
annotate
|
Wed, 26 Nov 2008 20:50:56 +0000 |
Sverre Rabbelier |
Created a seperate module for editSelf things
|
file |
diff |
annotate
|
Tue, 25 Nov 2008 23:16:32 +0000 |
Sverre Rabbelier |
Fixed some access related bugs
|
file |
diff |
annotate
|
Tue, 25 Nov 2008 17:19:37 +0000 |
Sverre Rabbelier |
Make the sidebar dynamic depending on the user's rights
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 22:45:14 +0000 |
Pawel Solyga |
Remove inheritance_line from Form meta class excludes in all currently used forms.
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 22:30:32 +0000 |
Pawel Solyga |
Add customized User Edit Developer view template with working listing of former accounts.
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 18:58:32 +0000 |
Lennard de Rijk |
Added a requests overview using the new multi-list page.
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 14:01:39 +0000 |
Sverre Rabbelier |
Renamed templates/soc/entity/list/entity_*.html to *.html
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 13:59:34 +0000 |
Sverre Rabbelier |
Make redirect generic using the new Lists object
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 09:49:13 +0000 |
Todd Larsen |
Fix some broken help_text bubbles (they are truncated or not displayed if they
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 09:08:29 +0000 |
Todd Larsen |
Fixed former_accounts detection by supplying the missing error message.
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 08:55:55 +0000 |
Todd Larsen |
Rename the User.public_name Property to simply 'name' (but leave the verbose
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 07:57:00 +0000 |
Todd Larsen |
Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 03:13:59 +0000 |
Todd Larsen |
Remove redundant dicts for URL patterns and sidebar menu text, and use the
|
file |
diff |
annotate
|
Fri, 21 Nov 2008 08:13:52 +0000 |
Todd Larsen |
Make editSelf() work by adding 'inheritance_line' to the list of excluded
|
file |
diff |
annotate
|
Fri, 21 Nov 2008 07:07:55 +0000 |
Todd Larsen |
Replace nick_name and its variants with public_name. Remove the
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 23:51:45 +0000 |
Pawel Solyga |
Some indention and too long lines fixes in soc.views.models.
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 21:57:25 +0000 |
Sverre Rabbelier |
Minor improvements to roles page
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 21:14:37 +0000 |
Lennard de Rijk |
Adds the user's role page. Currently this only has an overview of the user's unhandled requests.
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 20:59:10 +0000 |
Sverre Rabbelier |
Moved the last remnant of soc.views.user.profile to soc.views.models
|
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 12:18:09 +0000 |
Pawel Solyga |
Replace old page parameter doc string description with new one for page_name.
|
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:04:48 +0000 |
Sverre Rabbelier |
Added basic 'invite' functionality
|
file |
diff |
annotate
|