Tue, 15 Sep 2009 20:54:40 +0200 Added GHOPStudent view and access checks.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 15 Sep 2009 20:54:40 +0200] rev 2922
Added GHOPStudent view and access checks. Reviewed by: Lennard de Rijk
Mon, 14 Sep 2009 20:21:47 +0200 Added tag v0-5-20090914 for changeset afeac06aabb2
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 20:21:47 +0200] rev 2921
Added tag v0-5-20090914 for changeset afeac06aabb2
Mon, 14 Sep 2009 20:19:46 +0200 Set new Melange version number to 0-5-20090914 in app.yaml.template. v0-5-20090914
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 20:19:46 +0200] rev 2920
Set new Melange version number to 0-5-20090914 in app.yaml.template.
Mon, 14 Sep 2009 19:58:43 +0200 Using the new checkIsMyActiveRole check where necessary.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 14 Sep 2009 19:58:43 +0200] rev 2919
Using the new checkIsMyActiveRole check where necessary.
Mon, 14 Sep 2009 19:58:10 +0200 Added checkIsMyActiveRole check to the access module.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 14 Sep 2009 19:58:10 +0200] rev 2918
Added checkIsMyActiveRole check to the access module.
Mon, 14 Sep 2009 18:52:57 +0200 Make coverage conditional on run.py flag
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:52:57 +0200] rev 2917
Make coverage conditional on run.py flag Coverage can now be enabled by running './run.py --coverage'.
Mon, 14 Sep 2009 18:44:46 +0200 Manually call start and end in test_sidebar
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:44:46 +0200] rev 2916
Manually call start and end in test_sidebar Since we are not using a request directly we need to manually do the set-up and tear-down required.
Mon, 14 Sep 2009 18:43:15 +0200 Use request.start and end
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:43:15 +0200] rev 2915
Use request.start and end Without the start and end we die on 'assert self.in_request' in the core per request value store methods.
Mon, 14 Sep 2009 18:42:52 +0200 Add a start and end method to MockRequest
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:42:52 +0200] rev 2914
Add a start and end method to MockRequest
Sun, 13 Sep 2009 22:48:10 +0200 Added tag v0-5-200913 for changeset 55adeea795ab
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 13 Sep 2009 22:48:10 +0200] rev 2913
Added tag v0-5-200913 for changeset 55adeea795ab
Sun, 13 Sep 2009 22:43:20 +0200 Set new Melange version number to 0-5-20090913 in app.yaml.template. v0-5-200913
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 13 Sep 2009 22:43:20 +0200] rev 2912
Set new Melange version number to 0-5-20090913 in app.yaml.template.
Sat, 12 Sep 2009 21:33:52 +0200 Changed the conversion starter system to an update starter system.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 12 Sep 2009 21:33:52 +0200] rev 2911
Changed the conversion starter system to an update starter system. Also increased the usability of the update page by adding more information abou t each update that can be done and for which version number this applies.
Sat, 12 Sep 2009 21:27:17 +0200 Use the new optional argument to endRequest in the middleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 21:27:17 +0200] rev 2910
Use the new optional argument to endRequest in the middleware Currently endRequest is called twice on an exception if Django intercepts the exception and returns it's own result. By setting optional=True we do not crash on 'assert self.in_request'.
Sat, 12 Sep 2009 21:26:27 +0200 Add optional argument to endRequest
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 21:26:27 +0200] rev 2909
Add optional argument to endRequest The optional argument allows endRequest to be called more than once, as long as any invocation after the first has optional=True.
Sat, 12 Sep 2009 21:25:56 +0200 Document value store methods
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 21:25:56 +0200] rev 2908
Document value store methods
Sat, 12 Sep 2009 17:10:39 +0200 Remove memcache setup from interactive.py script
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 17:10:39 +0200] rev 2907
Remove memcache setup from interactive.py script Memcache integration with remote_api has been added in the latest AppEngine release, so we no longer have to use the stub.
Sat, 12 Sep 2009 14:42:37 +0200 Add docstring to middleware hooks
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 14:42:37 +0200] rev 2906
Add docstring to middleware hooks
Sat, 12 Sep 2009 14:38:42 +0200 Fix copy/paste fail in maintenance middleware docstring
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 14:38:42 +0200] rev 2905
Fix copy/paste fail in maintenance middleware docstring
Sat, 12 Sep 2009 01:20:12 +0200 Enable the new middleware and empty the view decorator
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:20:12 +0200] rev 2904
Enable the new middleware and empty the view decorator The view decorator should be removed entirely in a later commit.
Sat, 12 Sep 2009 01:19:23 +0200 Add ValueStoreMiddleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:19:23 +0200] rev 2903
Add ValueStoreMiddleware Based on the view decorator.
Sat, 12 Sep 2009 01:06:37 +0200 Add MaintenanceMiddleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:06:37 +0200] rev 2902
Add MaintenanceMiddleware Based on the view decorator.
Sat, 12 Sep 2009 01:05:24 +0200 Add ExceptionHandlerMiddleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:05:24 +0200] rev 2901
Add ExceptionHandlerMiddleware Based on the existing view decorator.
Sat, 12 Sep 2009 01:04:58 +0200 Add Middleware directory
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:04:58 +0200] rev 2900
Add Middleware directory
Sat, 12 Sep 2009 00:59:58 +0200 Fix broken maintenance mode
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 00:59:58 +0200] rev 2899
Fix broken maintenance mode Maintenance mode has been broken since r7fe19ebfe0d3 (Thu Jun 4) "Display caught errors on the page itself", fix it by passing the site entity, rather than the site module to isActivePeriod.
Sat, 12 Sep 2009 00:36:49 +0200 Fix 500 when saving /site/edit without email
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 00:36:49 +0200] rev 2898
Fix 500 when saving /site/edit without email When saving /site/edit with no no_reply_email set, a 500 error page would be returned due to an empty value being passed as value to the datastore (which is not allowed for email fields).
Sat, 12 Sep 2009 01:22:03 +0200 Remove __melange_queries logging
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:22:03 +0200] rev 2897
Remove __melange_queries logging It causes the local instance to become very slow, as it has to pickle all queries. A better solution would be to store them in the per request value store and then add middleware to store that data at end-of-request.
Wed, 09 Sep 2009 22:28:46 +0200 Moved enabling GHOP to settings.py.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 09 Sep 2009 22:28:46 +0200] rev 2896
Moved enabling GHOP to settings.py.
Wed, 09 Sep 2009 21:14:22 +0200 Added the GHOP modules to the callback.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 09 Sep 2009 21:14:22 +0200] rev 2895
Added the GHOP modules to the callback. The ENABLE_MODULE has been added to ensure that the current build does not suffer from any weird artefacts that might occur due to the presence of this module. Of course in time it will be removed. Thanks Madhusudan for getting us this far ^_^. Minor CSS and image patches should follow shortly.
Wed, 09 Sep 2009 21:00:51 +0200 Use available Rights Checker when rights are already defined.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 09 Sep 2009 21:00:51 +0200] rev 2894
Use available Rights Checker when rights are already defined. Reviewed by: Lennard de Rijk
Wed, 09 Sep 2009 20:15:53 +0200 Several style and import fixes regarding the GHOP module.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 09 Sep 2009 20:15:53 +0200] rev 2893
Several style and import fixes regarding the GHOP module. Reviewed by: Lennard de Rijk
Tue, 08 Sep 2009 21:30:32 +0200 Added jquery in-place-edit.
Madhusudan.C.S <madhusudancs@gamil.com> [Tue, 08 Sep 2009 21:30:32 +0200] rev 2892
Added jquery in-place-edit. Reviewed by: to-be-reviewed
Tue, 08 Sep 2009 21:22:23 +0200 Added GHOP Program View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 21:22:23 +0200] rev 2891
Added GHOP Program View. Reviewed by: to-be-reviewed
Tue, 08 Sep 2009 21:11:23 +0200 Added GHOP Timeline View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 21:11:23 +0200] rev 2890
Added GHOP Timeline View. Reviewed by: to-be-reviewed
Tue, 08 Sep 2009 21:08:14 +0200 Added GHOP Task Subscription View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 21:08:14 +0200] rev 2889
Added GHOP Task Subscription View. Reviewed by: Lennard de Rijk.
Tue, 08 Sep 2009 21:02:09 +0200 Added GHOP Organization View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 21:02:09 +0200] rev 2888
Added GHOP Organization View. Reviewed by: Lennard de Rijk
Tue, 08 Sep 2009 20:58:14 +0200 Added GHOP Org Admin View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 20:58:14 +0200] rev 2887
Added GHOP Org Admin View. Reviewed by: Lennard de Rijk
Tue, 08 Sep 2009 20:57:03 +0200 Added GHOP Mentor View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 20:57:03 +0200] rev 2886
Added GHOP Mentor View. Note that the access checks have not been updated yet. Reviewed by: Lennard de Rijk
Tue, 08 Sep 2009 20:54:19 +0200 Added GHOP Task View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 20:54:19 +0200] rev 2885
Added GHOP Task View. TODO's have been added on the places where the code struggles with consistency and compactness issues. Reviewed by: to-be-reviewed
Tue, 08 Sep 2009 20:52:03 +0200 Renamed method in GHOP Cleaning to match style guide.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 08 Sep 2009 20:52:03 +0200] rev 2884
Renamed method in GHOP Cleaning to match style guide.
Tue, 08 Sep 2009 14:56:47 +0200 Hook up the conversion tasks
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 08 Sep 2009 14:56:47 +0200] rev 2883
Hook up the conversion tasks
Tue, 08 Sep 2009 14:56:39 +0200 Add a view to start conversion tasks
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 08 Sep 2009 14:56:39 +0200] rev 2882
Add a view to start conversion tasks
Tue, 08 Sep 2009 14:24:16 +0200 Add templates for conversion task starter
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 08 Sep 2009 14:24:16 +0200] rev 2881
Add templates for conversion task starter
Mon, 07 Sep 2009 20:37:15 +0200 Fix import sort order
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:37:15 +0200] rev 2880
Fix import sort order
Mon, 07 Sep 2009 20:36:14 +0200 Revert "revert wrong head"
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:36:14 +0200] rev 2879
Revert "revert wrong head" This reverts commit re440e94a87.
Mon, 07 Sep 2009 20:27:37 +0200 merge with wrong head
Sverre Rabbelier <sverre@rabbelier.nl> [Mon, 07 Sep 2009 20:27:37 +0200] rev 2878
merge with wrong head
Mon, 07 Sep 2009 20:07:58 +0200 Fix miscaching of homepage
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:07:58 +0200] rev 2877
Fix miscaching of homepage Add system.getHostname() and system.getAppVersion() to the homepage key so that we do not use an wrong version.
Mon, 07 Sep 2009 20:06:27 +0200 Use system.getHostname() everywhere
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:06:27 +0200] rev 2876
Use system.getHostname() everywhere Replace os.environ['HTTP_HOST'] with system.getHostname(), as a result we do not crash when 'HTTP_HOST' is unset now.
Mon, 07 Sep 2009 20:02:35 +0200 Add a getHostname to system
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:02:35 +0200] rev 2875
Add a getHostname to system It is better to abstract how we retrieve the hostname than to access it directly (see also getAppVersion).
Sat, 05 Sep 2009 15:56:19 +0200 Enable local memcache api in interactive console
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 05 Sep 2009 15:56:19 +0200] rev 2874
Enable local memcache api in interactive console
Mon, 07 Sep 2009 15:20:49 +0200 Scripts to run Shrinksafe during build.
Mario Ferraro <fadinlight@gmail.com> [Mon, 07 Sep 2009 15:20:49 +0200] rev 2873
Scripts to run Shrinksafe during build. The function that runs shrinksafe over JS files has been put to a separate shell file to be run standalone without building if needed.
Mon, 07 Sep 2009 15:07:37 +0200 Added Shrinksafe code to shrink JS files before deploy.
Mario Ferraro <fadinlight@gmail.com> [Mon, 07 Sep 2009 15:07:37 +0200] rev 2872
Added Shrinksafe code to shrink JS files before deploy.
Mon, 07 Sep 2009 20:26:39 +0200 revert wrong head
Sverre Rabbelier <sverre@rabbelier.nl> [Mon, 07 Sep 2009 20:26:39 +0200] rev 2871
revert wrong head
Sun, 06 Sep 2009 23:47:08 +0200 Added tag v0-5-20090906 for changeset 9f7f269383f7
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 06 Sep 2009 23:47:08 +0200] rev 2870
Added tag v0-5-20090906 for changeset 9f7f269383f7
Mon, 07 Sep 2009 20:07:58 +0200 Fix miscaching of homepage
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:07:58 +0200] rev 2869
Fix miscaching of homepage Add system.getHostname() and system.getAppVersion() to the homepage key so that we do not use an wrong version.
Sun, 06 Sep 2009 23:46:28 +0200 Set new Melange version number to 0-5-20090906 in app.yaml.template. v0-5-20090906
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 06 Sep 2009 23:46:28 +0200] rev 2868
Set new Melange version number to 0-5-20090906 in app.yaml.template.
Mon, 07 Sep 2009 20:06:27 +0200 Use system.getHostname() everywhere
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:06:27 +0200] rev 2867
Use system.getHostname() everywhere Replace os.environ['HTTP_HOST'] with system.getHostname(), as a result we do not crash when 'HTTP_HOST' is unset now.
Sun, 06 Sep 2009 23:45:14 +0200 Remove some left overs from recent Google App Engine 1.2.5 update.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 06 Sep 2009 23:45:14 +0200] rev 2866
Remove some left overs from recent Google App Engine 1.2.5 update.
Mon, 07 Sep 2009 20:02:35 +0200 Add a getHostname to system
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:02:35 +0200] rev 2865
Add a getHostname to system It is better to abstract how we retrieve the hostname than to access it directly (see also getAppVersion).
Sun, 06 Sep 2009 23:31:53 +0200 Update Google App Engine from 1.2.3 to 1.2.5 in thirdparty folder.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 06 Sep 2009 23:31:53 +0200] rev 2864
Update Google App Engine from 1.2.3 to 1.2.5 in thirdparty folder.
Sat, 05 Sep 2009 15:56:19 +0200 Enable local memcache api in interactive console
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 05 Sep 2009 15:56:19 +0200] rev 2863
Enable local memcache api in interactive console
(0) -1000 -300 -100 -60 +60 +100 tip