Wed, 28 Jan 2009 15:43:30 +0000 Lennard de Rijk Redone the user's profile page.
Wed, 28 Jan 2009 15:40:44 +0000 Lennard de Rijk Renamed _getToSExampleText to getToSExampleText in soc/views/models/user.py.
Wed, 28 Jan 2009 15:33:53 +0000 Lennard de Rijk Added default values to the User model.
Wed, 28 Jan 2009 15:32:57 +0000 Lennard de Rijk Added a TODO to soc/logic/models/site.py.
Wed, 28 Jan 2009 15:31:54 +0000 Lennard de Rijk Added new clean_agrees_to_tos to cleaning.py.
Wed, 28 Jan 2009 15:25:50 +0000 Sverre Rabbelier Allow for a program on/off switch
Wed, 28 Jan 2009 15:24:02 +0000 Sverre Rabbelier Fix wrong order of decorators and some cleanup
Wed, 28 Jan 2009 15:22:34 +0000 Sverre Rabbelier Add an 'edit' link to the program menu
Wed, 28 Jan 2009 14:18:31 +0000 Sverre Rabbelier Allow for setting a edit_cancel_redirect
Wed, 28 Jan 2009 14:16:46 +0000 Sverre Rabbelier Make the user/edit.html template derive from soc/models/edit.html
Wed, 28 Jan 2009 14:15:00 +0000 Sverre Rabbelier Also flush the user's ACL's when flushing the sidebar
Wed, 28 Jan 2009 11:26:47 +0000 Pawel Solyga Style fixes in soc.views.helper.redirects and soc.models.base modules.
Wed, 28 Jan 2009 11:26:00 +0000 Pawel Solyga Add gmaps_api_key to context is settings entity exists.
Wed, 28 Jan 2009 11:24:34 +0000 Pawel Solyga Style fixes in soc.views.models modules.
Wed, 28 Jan 2009 11:23:19 +0000 Pawel Solyga Style fixes in soc.cache modules.
Wed, 28 Jan 2009 11:22:41 +0000 Pawel Solyga Style fixes in soc.logic.cleaning module.
Wed, 28 Jan 2009 11:21:58 +0000 Pawel Solyga Style and import sorting fixes in tests modules.
Wed, 28 Jan 2009 11:15:32 +0000 Lennard de Rijk Fixed typo's in soc/views/helper/dynaform.py.
Wed, 28 Jan 2009 02:28:52 +0000 Sverre Rabbelier Add grouping to the existing views
Wed, 28 Jan 2009 02:27:25 +0000 Sverre Rabbelier Group dynamically generated menu items
Wed, 28 Jan 2009 02:25:51 +0000 Sverre Rabbelier Bugfixes after recent refactoring
Wed, 28 Jan 2009 02:24:13 +0000 Sverre Rabbelier Added Haoyu Bai to the AUTHORS file
Wed, 28 Jan 2009 00:45:35 +0000 Sverre Rabbelier Allow appending to dynainclude/-exclude
Wed, 28 Jan 2009 00:36:30 +0000 Sverre Rabbelier Reduce caching time of sidebar to 3 minutes
Wed, 28 Jan 2009 00:35:11 +0000 Sverre Rabbelier Flush cache if user makes a document featured
Wed, 28 Jan 2009 00:33:47 +0000 Sverre Rabbelier Make tooltips work when tabbing
Tue, 27 Jan 2009 22:59:01 +0000 Sverre Rabbelier Cache access checks and disable sidebar caching
Tue, 27 Jan 2009 22:57:19 +0000 Sverre Rabbelier Create a decorator for allowDeveloper
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.
Tue, 27 Jan 2009 20:30:26 +0000 Lennard de Rijk soc/views/models/user.py now uses dynaform and appropriate cleaning methods.
Tue, 27 Jan 2009 20:27:50 +0000 Lennard de Rijk Added new clean methods in preparation for new User View.
Tue, 27 Jan 2009 13:36:45 +0000 Sverre Rabbelier Fold checkAgreesToSiteToS into checkIsUser
Tue, 27 Jan 2009 12:47:28 +0000 Lennard de Rijk Removed unused URL pattern in soc/views/models/request.py.
Tue, 27 Jan 2009 11:17:18 +0000 Sverre Rabbelier Fixed two access related bugs
Tue, 27 Jan 2009 11:15:49 +0000 Sverre Rabbelier Added some very basic tests for the sidebar and access modules
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
Mon, 26 Jan 2009 23:32:10 +0000 Sverre Rabbelier Major refactor of the access module
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.
Mon, 26 Jan 2009 20:33:20 +0000 Lennard de Rijk Changed method name in access.py to fix overwriting another method.
Mon, 26 Jan 2009 17:19:14 +0000 Lennard de Rijk Fixed typo in club sidebar entry.
Mon, 26 Jan 2009 17:11:54 +0000 Lennard de Rijk Added sidebar entries for club entities.
Mon, 26 Jan 2009 17:08:27 +0000 Lennard de Rijk Added sidebar support for group instances.
Mon, 26 Jan 2009 16:11:50 +0000 Lennard de Rijk Flush the sidebar cache when a new active role entity has been created.
Mon, 26 Jan 2009 16:04:19 +0000 Pawel Solyga Add pymox to tests folder.
Mon, 26 Jan 2009 14:51:07 +0000 Lennard de Rijk Developers are hosts for every sponsor now.
Mon, 26 Jan 2009 09:44:00 +0000 Lennard de Rijk Implemented the listing of all the roles in for a specific group.
Sun, 25 Jan 2009 23:35:39 +0000 Lennard de Rijk Added flushing the sidebar when dealing with notifications.
Sun, 25 Jan 2009 22:42:09 +0000 Lennard de Rijk Renamed checkIsHostForProgram to checkIsHostForSponsor.
Sun, 25 Jan 2009 22:30:42 +0000 Lennard de Rijk Added rights check to sponsor.py.
Sun, 25 Jan 2009 22:15:13 +0000 Lennard de Rijk listRequests now only shows the requests that concerns the given group.
Sun, 25 Jan 2009 22:05:25 +0000 Lennard de Rijk Renamed role_names to role_logic and made it a dictionary.
Sun, 25 Jan 2009 21:52:35 +0000 Lennard de Rijk Fixed a bug in access.py.
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.
Sun, 25 Jan 2009 16:50:24 +0000 Lennard de Rijk Added two needed redirects in role.py.
Sun, 25 Jan 2009 16:43:15 +0000 Lennard de Rijk Moved listRequests from club to group view.
Sun, 25 Jan 2009 16:29:36 +0000 Sverre Rabbelier Flush the sidebar if a user's rights change
Sun, 25 Jan 2009 16:28:07 +0000 Sverre Rabbelier Cache sidebar with a simple caching API
Sun, 25 Jan 2009 16:25:17 +0000 Sverre Rabbelier Rename ModelProperties to EntityProperties
Sun, 25 Jan 2009 16:17:33 +0000 Lennard de Rijk Added getListRequestsRedirect to redirects.py.
Sun, 25 Jan 2009 15:09:10 +0000 Sverre Rabbelier Forgotten in last commit, the json template
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip