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