2008-12-03 |
Sverre Rabbelier |
Make use of the new generic key_name by lookup up scope_path
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Cleanups in the views module
|
file |
diff |
annotate
|
2008-12-02 |
Lennard de Rijk |
Changed clean_link_id to convert the input to lower characters for user comfort.
|
file |
diff |
annotate
|
2008-11-30 |
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
|
2008-11-30 |
Pawel Solyga |
Remove unused imports in soc.views.models.user and soc.views.models.sponsor modules.
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Made _logic a param
|
file |
diff |
annotate
|
2008-11-26 |
Sverre Rabbelier |
Created a seperate module for editSelf things
|
file |
diff |
annotate
|
2008-11-25 |
Sverre Rabbelier |
Fixed some access related bugs
|
file |
diff |
annotate
|
2008-11-25 |
Sverre Rabbelier |
Make the sidebar dynamic depending on the user's rights
|
file |
diff |
annotate
|
2008-11-22 |
Pawel Solyga |
Remove inheritance_line from Form meta class excludes in all currently used forms.
|
file |
diff |
annotate
|
2008-11-22 |
Pawel Solyga |
Add customized User Edit Developer view template with working listing of former accounts.
|
file |
diff |
annotate
|
2008-11-22 |
Lennard de Rijk |
Added a requests overview using the new multi-list page.
|
file |
diff |
annotate
|
2008-11-22 |
Sverre Rabbelier |
Renamed templates/soc/entity/list/entity_*.html to *.html
|
file |
diff |
annotate
|
2008-11-22 |
Sverre Rabbelier |
Make redirect generic using the new Lists object
|
file |
diff |
annotate
|
2008-11-22 |
Todd Larsen |
Fix some broken help_text bubbles (they are truncated or not displayed if they
|
file |
diff |
annotate
|
2008-11-22 |
Todd Larsen |
Fixed former_accounts detection by supplying the missing error message.
|
file |
diff |
annotate
|
2008-11-22 |
Todd Larsen |
Rename the User.public_name Property to simply 'name' (but leave the verbose
|
file |
diff |
annotate
|
2008-11-22 |
Todd Larsen |
Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
|
file |
diff |
annotate
|
2008-11-22 |
Todd Larsen |
Remove redundant dicts for URL patterns and sidebar menu text, and use the
|
file |
diff |
annotate
|
2008-11-21 |
Todd Larsen |
Make editSelf() work by adding 'inheritance_line' to the list of excluded
|
file |
diff |
annotate
|
2008-11-21 |
Todd Larsen |
Replace nick_name and its variants with public_name. Remove the
|
file |
diff |
annotate
|
2008-11-20 |
Pawel Solyga |
Some indention and too long lines fixes in soc.views.models.
|
file |
diff |
annotate
|
2008-11-20 |
Sverre Rabbelier |
Minor improvements to roles page
|
file |
diff |
annotate
|
2008-11-20 |
Lennard de Rijk |
Adds the user's role page. Currently this only has an overview of the user's unhandled requests.
|
file |
diff |
annotate
|
2008-11-20 |
Sverre Rabbelier |
Moved the last remnant of soc.views.user.profile to soc.views.models
|
file |
diff |
annotate
|
2008-11-20 |
Sverre Rabbelier |
Move saved message to the base class
|
file |
diff |
annotate
|
2008-11-20 |
Todd Larsen |
Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
|
file |
diff |
annotate
|
2008-11-20 |
Sverre Rabbelier |
Fold the _rights dictionary into params
|
file |
diff |
annotate
|
2008-11-17 |
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
|
2008-11-17 |
Pawel Solyga |
Replace old page parameter doc string description with new one for page_name.
|
file |
diff |
annotate
|
2008-11-17 |
Pawel Solyga |
Fix missing dots in doc strings and some other doc string corrections.
|
file |
diff |
annotate
|
2008-11-16 |
Sverre Rabbelier |
Added basic 'invite' functionality
|
file |
diff |
annotate
|
2008-11-16 |
Sverre Rabbelier |
Refactored SiteMap to be generic
|
file |
diff |
annotate
|
2008-11-16 |
Sverre Rabbelier |
Refactor the sidebar to use Django templates
|
file |
diff |
annotate
|
2008-11-16 |
Sverre Rabbelier |
Fixed redirection after creation to Just Work
|
file |
diff |
annotate
|
2008-11-15 |
Pawel Solyga |
Fix broken User link_name validations. Changes in r1014 still caused some problems so I came out with new idea to compare User accounts (previously called "id").
|
file |
diff |
annotate
|
2008-11-15 |
Sverre Rabbelier |
Factor out direct use of the page object
|
file |
diff |
annotate
|
2008-11-15 |
Todd Larsen |
Attempt to rename User.id to User.account, in preparation for making User be
|
file |
diff |
annotate
|
2008-11-13 |
Pawel Solyga |
Make sure the user edit form has the complete mail adress in the user account field when opened. Replace confusing id field in form with email field. Editing the email adress of an existing user will still result in an error but that should be fixed soon.
|
file |
diff |
annotate
|
2008-11-11 |
Pawel Solyga |
Fix broken User link name (it was possible to change link name to one that was already used, validation was not working correctly).
|
file |
diff |
annotate
|
2008-11-10 |
Pawel Solyga |
In soc.views.models.user module fix too long line. Delete unused email variable, add missing doc and rename self method and global variable to editSelf and edit_self so it's not confused with "self" used in classes and there is no outerscope variable name overwriting anymore.
|
file |
diff |
annotate
|
2008-11-10 |
Sverre Rabbelier |
Added a generic user page
|
file |
diff |
annotate
|