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.
(0) -1000 -300 -100 -10 +10 +100 tip