2009-08-10 |
Lennard de Rijk |
Updated several page titles to contain more information.
|
file |
diff |
annotate
|
2009-05-27 |
Pawel Solyga |
Some more pylint fixes in different Melange modules.
|
file |
diff |
annotate
|
2009-04-13 |
Sverre Rabbelier |
Do not rely on dicts.merge to change target
|
file |
diff |
annotate
|
2009-03-20 |
Lennard de Rijk |
Fixed redirect after creating/rejecting a request/invite.
|
file |
diff |
annotate
|
2009-03-19 |
Lennard de Rijk |
Minor whitespace fix.
|
file |
diff |
annotate
|
2009-03-06 |
Lennard de Rijk |
Added created_on DateTime property to request.
|
file |
diff |
annotate
|
2009-03-04 |
Lennard de Rijk |
Updated list to use the new order in getForFields.
|
file |
diff |
annotate
|
2009-03-04 |
Pawel Solyga |
Remove unused imports and fix too long lines in soc.views.models.request module.
|
file |
diff |
annotate
|
2009-03-02 |
Sverre Rabbelier |
Display a notice if the entity cannot be deleted
|
file |
diff |
annotate
|
2009-03-01 |
Sverre Rabbelier |
Make use of decorators.view for all views
|
file |
diff |
annotate
|
2009-02-21 |
Sverre Rabbelier |
Rename dynafields to dynaproperties
|
file |
diff |
annotate
|
2009-02-15 |
Sverre Rabbelier |
Prepare all views for a new modular approach to JS loading
|
file |
diff |
annotate
|
2009-02-15 |
Sverre Rabbelier |
Hook up the admin view everywhere
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
2009-02-05 |
Sverre Rabbelier |
Refactored the picker so that it is more generic
|
file |
diff |
annotate
|
2009-02-02 |
Lennard de Rijk |
Calling getForCurrentAccount where necessary.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Renamed state to status where appropriate.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Requests can now not be created when you already have a similar request or already have the role the request is for.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Changed status in group app model to state.
|
file |
diff |
annotate
|
2009-01-28 |
Pawel Solyga |
Style fixes in soc.views.models modules.
|
file |
diff |
annotate
|
2009-01-27 |
Sverre Rabbelier |
Fold checkAgreesToSiteToS into checkIsUser
|
file |
diff |
annotate
|
2009-01-27 |
Lennard de Rijk |
Removed unused URL pattern in soc/views/models/request.py.
|
file |
diff |
annotate
|
2009-01-27 |
Sverre Rabbelier |
Fixed two access related bugs
|
file |
diff |
annotate
|
2009-01-26 |
Sverre Rabbelier |
Major refactor of the access module
|
file |
diff |
annotate
|
2009-01-25 |
Sverre Rabbelier |
Rename ModelProperties to EntityProperties
|
file |
diff |
annotate
|
2009-01-25 |
Lennard de Rijk |
Changed the title for the process_request webpage.
|
file |
diff |
annotate
|
2009-01-24 |
Sverre Rabbelier |
Use ugettext instead of ugettext_lazy
|
file |
diff |
annotate
|
2009-01-24 |
Lennard de Rijk |
Added request creation and processing to role.py.
|
file |
diff |
annotate
|
2009-01-24 |
Pawel Solyga |
Remove extra blank lines in soc.views.models.request module.
|
file |
diff |
annotate
|
2009-01-24 |
Pawel Solyga |
Rename processInvite view variable to process_invite to comply to our style guide. Remove some not needed whitespaces. Fix listSelf method parameters docstring in soc.views.models.request module.
|
file |
diff |
annotate
|
2009-01-24 |
Lennard de Rijk |
Refactored invite system from club_admin to role to make the system work with host as well.
|
file |
diff |
annotate
|
2009-01-23 |
Lennard de Rijk |
Changed the access checks to comply with state in request.
|
file |
diff |
annotate
|
2009-01-23 |
Lennard de Rijk |
Renamed redirect methods to comply with the rest of the module.
|
file |
diff |
annotate
|
2009-01-23 |
Lennard de Rijk |
Replaced the boolean properties in soc/models/request.py with a state property.
|
file |
diff |
annotate
|
2009-01-23 |
Lennard de Rijk |
Added the new way to process invites for club_admin only.
|
file |
diff |
annotate
|
2009-01-21 |
Todd Larsen |
Tighten more checkIsUser() access to checkAgreesToSiteToS() instead.
|
file |
diff |
annotate
|
2009-01-21 |
Sverre Rabbelier |
Make use of the new decorators in all applicable views
|
file |
diff |
annotate
|
2009-01-21 |
Todd Larsen |
Add an export() view, and implement it as text/text for Document.
|
file |
diff |
annotate
|
2009-01-20 |
Sverre Rabbelier |
Fixed whitespace damage
|
file |
diff |
annotate
|
2009-01-10 |
Sverre Rabbelier |
Construct names automatically from base name.
|
file |
diff |
annotate
|
2008-12-11 |
Sverre Rabbelier |
Make it possible to invite another Host as Host
|
file |
diff |
annotate
|
2008-12-07 |
Sverre Rabbelier |
Add explicit access_types from the url
|
file |
diff |
annotate
|
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 |
Sverre Rabbelier |
Remove the logic parameter from getListContent
|
file |
diff |
annotate
|
2008-12-02 |
Pawel Solyga |
Remove cyclic imports by moving response method of out_of_band.Error class to soc.views.helper.responses module as errorResponse function. Apply changes to affected files.
|
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 |
Fix too long lines in soc.views.models.request, remove unused imports and change pending requests list description. Remove unused imports from soc.logic.path_link_name module.
|
file |
diff |
annotate
|
2008-11-29 |
Lennard de Rijk |
Put the redirects in the views/helper/redirects.py module.
|
file |
diff |
annotate
|
2008-11-29 |
Lennard de Rijk |
Added invitation received message upon creating a new invite.
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Moved checkAccess and getCleanedFields into access and forms
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Made _logic a param
|
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 |
Sverre Rabbelier |
Made list pagination part of Lists
|
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 |
Sverre Rabbelier |
Made Request use the new link_id and scope_path
|
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 |
Requests are almost working now
|
file |
diff |
annotate
|