Tue, 27 Jan 2009 21:56:32 +0000 |
Pawel Solyga |
Add profiling support to Melange. By assigning profile_main_as_logs or profile_main_as_html to main variable you can turn on profiling. profile_main_as_logs will log profile data to App Engine console logs, profile_main_as_html will show profile data as html at the bottom of the page. If you want to profile app on deployed app just set the profiling function and deploy it.
|
changeset |
files
|
Tue, 27 Jan 2009 20:30:26 +0000 |
Lennard de Rijk |
soc/views/models/user.py now uses dynaform and appropriate cleaning methods.
|
changeset |
files
|
Tue, 27 Jan 2009 20:27:50 +0000 |
Lennard de Rijk |
Added new clean methods in preparation for new User View.
|
changeset |
files
|
Tue, 27 Jan 2009 13:36:45 +0000 |
Sverre Rabbelier |
Fold checkAgreesToSiteToS into checkIsUser
|
changeset |
files
|
Tue, 27 Jan 2009 12:47:28 +0000 |
Lennard de Rijk |
Removed unused URL pattern in soc/views/models/request.py.
|
changeset |
files
|
Tue, 27 Jan 2009 11:17:18 +0000 |
Sverre Rabbelier |
Fixed two access related bugs
|
changeset |
files
|
Tue, 27 Jan 2009 11:15:49 +0000 |
Sverre Rabbelier |
Added some very basic tests for the sidebar and access modules
|
changeset |
files
|
Tue, 27 Jan 2009 04:09:57 +0000 |
Augie Fackler |
Fix testing views, which broke because now we need to register a proxy for the
|
changeset |
files
|
Mon, 26 Jan 2009 23:32:10 +0000 |
Sverre Rabbelier |
Major refactor of the access module
|
changeset |
files
|
Mon, 26 Jan 2009 21:22:53 +0000 |
Lennard de Rijk |
Added a sidebar link for all users that accepted the ToS to a view that allows you to choose a club which you want to become a member for.
|
changeset |
files
|
Mon, 26 Jan 2009 20:33:20 +0000 |
Lennard de Rijk |
Changed method name in access.py to fix overwriting another method.
|
changeset |
files
|
Mon, 26 Jan 2009 17:19:14 +0000 |
Lennard de Rijk |
Fixed typo in club sidebar entry.
|
changeset |
files
|
Mon, 26 Jan 2009 17:11:54 +0000 |
Lennard de Rijk |
Added sidebar entries for club entities.
|
changeset |
files
|
Mon, 26 Jan 2009 17:08:27 +0000 |
Lennard de Rijk |
Added sidebar support for group instances.
|
changeset |
files
|
Mon, 26 Jan 2009 16:11:50 +0000 |
Lennard de Rijk |
Flush the sidebar cache when a new active role entity has been created.
|
changeset |
files
|
Mon, 26 Jan 2009 16:04:19 +0000 |
Pawel Solyga |
Add pymox to tests folder.
|
changeset |
files
|
Mon, 26 Jan 2009 14:51:07 +0000 |
Lennard de Rijk |
Developers are hosts for every sponsor now.
|
changeset |
files
|
Mon, 26 Jan 2009 09:44:00 +0000 |
Lennard de Rijk |
Implemented the listing of all the roles in for a specific group.
|
changeset |
files
|
Sun, 25 Jan 2009 23:35:39 +0000 |
Lennard de Rijk |
Added flushing the sidebar when dealing with notifications.
|
changeset |
files
|
Sun, 25 Jan 2009 22:42:09 +0000 |
Lennard de Rijk |
Renamed checkIsHostForProgram to checkIsHostForSponsor.
|
changeset |
files
|
Sun, 25 Jan 2009 22:30:42 +0000 |
Lennard de Rijk |
Added rights check to sponsor.py.
|
changeset |
files
|
Sun, 25 Jan 2009 22:15:13 +0000 |
Lennard de Rijk |
listRequests now only shows the requests that concerns the given group.
|
changeset |
files
|
Sun, 25 Jan 2009 22:05:25 +0000 |
Lennard de Rijk |
Renamed role_names to role_logic and made it a dictionary.
|
changeset |
files
|
Sun, 25 Jan 2009 21:52:35 +0000 |
Lennard de Rijk |
Fixed a bug in access.py.
|
changeset |
files
|
Sun, 25 Jan 2009 21:03:12 +0000 |
Lennard de Rijk |
Added cache flush for the user who creates a group and the user whose role has been activated.
|
changeset |
files
|
Sun, 25 Jan 2009 16:50:24 +0000 |
Lennard de Rijk |
Added two needed redirects in role.py.
|
changeset |
files
|
Sun, 25 Jan 2009 16:43:15 +0000 |
Lennard de Rijk |
Moved listRequests from club to group view.
|
changeset |
files
|
Sun, 25 Jan 2009 16:29:36 +0000 |
Sverre Rabbelier |
Flush the sidebar if a user's rights change
|
changeset |
files
|
Sun, 25 Jan 2009 16:28:07 +0000 |
Sverre Rabbelier |
Cache sidebar with a simple caching API
|
changeset |
files
|
Sun, 25 Jan 2009 16:25:17 +0000 |
Sverre Rabbelier |
Rename ModelProperties to EntityProperties
|
changeset |
files
|
Sun, 25 Jan 2009 16:17:33 +0000 |
Lennard de Rijk |
Added getListRequestsRedirect to redirects.py.
|
changeset |
files
|
Sun, 25 Jan 2009 15:09:10 +0000 |
Sverre Rabbelier |
Forgotten in last commit, the json template
|
changeset |
files
|