log piecrust/serving.py @ 232:e534d2bc657c

age author description
Wed, 11 Feb 2015 08:31:36 -0800 Ludovic Chabant cosmetic: Fix PEP8 spacing.
Wed, 11 Feb 2015 08:31:13 -0800 Ludovic Chabant serve: Fix a bug where empty route metadata is not the same as invalid route.
Wed, 11 Feb 2015 08:27:52 -0800 Ludovic Chabant serve: Print nested exception messages in the dev server.
Tue, 03 Feb 2015 18:51:30 -0800 Ludovic Chabant serve: Fix exiting the server with `CTRL+C` when the SSE response is running.
Tue, 03 Feb 2015 18:50:58 -0800 Ludovic Chabant serve: Don't expose the debug info right away when running with `--debug`.
Mon, 02 Feb 2015 08:34:44 -0800 Ludovic Chabant serve: Add server sent events for showing pipeline errors in the debug window.
Sat, 31 Jan 2015 16:28:16 -0800 Ludovic Chabant serve: Don't have 2 processing loops running when using `--use-reloader`.
Thu, 22 Jan 2015 22:26:26 -0800 Ludovic Chabant serve: Run the asset pipeline asynchronously.
Sun, 18 Jan 2015 12:12:57 -0800 Ludovic Chabant bake: Changes in how assets directories are configured.
Tue, 13 Jan 2015 21:53:22 -0800 Ludovic Chabant serve: Correctly pass on the HTTP status code when an error occurs.
Sun, 11 Jan 2015 22:58:38 -0800 Ludovic Chabant serve: Make the server find assets generated by external tools.
Sat, 03 Jan 2015 21:54:25 -0800 Ludovic Chabant routes: When matching URIs, return metadata directly instead of the match object.
Sat, 03 Jan 2015 21:20:19 -0800 Ludovic Chabant serve: Always force render the page being previewed.
Sat, 03 Jan 2015 21:10:44 -0800 Ludovic Chabant routes: Actually match metadata when finding routes, fix problems with paths.
Sat, 27 Dec 2014 18:14:06 -0800 Ludovic Chabant Properly use, or not, the debugging when using the chef server.
Sat, 29 Nov 2014 18:29:19 -0800 Ludovic Chabant Switch the PieCrust server to debug mode with `?!debug` in the URL.
Thu, 27 Nov 2014 08:03:42 -0800 Ludovic Chabant Oops.
Tue, 25 Nov 2014 22:37:06 -0800 Ludovic Chabant Don't use Werkzeug's reloader in non-debug mode unless we ask for it.
Tue, 18 Nov 2014 21:32:04 -0800 Ludovic Chabant Optimize server for files that already exist.
Sat, 15 Nov 2014 16:03:50 +0100 Ludovic Chabant Handle the case where the debug server needs to serve an asset created after it was started.
Fri, 14 Nov 2014 22:49:50 +0100 Ludovic Chabant Fix error reporting and counting of lines.
Sun, 19 Oct 2014 00:30:44 -0700 Ludovic Chabant Re-enable proper caching of rendered segments in server.
Thu, 16 Oct 2014 17:03:42 -0700 Ludovic Chabant Quick fix for making the server correctly update referenced pages.
Thu, 16 Oct 2014 08:19:02 -0700 Ludovic Chabant Prepare the server to support background asset pipelines.
Mon, 25 Aug 2014 08:45:44 -0700 Ludovic Chabant Setup the server better.
Thu, 21 Aug 2014 22:28:22 -0700 Ludovic Chabant Better error reporting and cache validation.
Mon, 18 Aug 2014 16:47:44 -0700 Ludovic Chabant Fixes for Windows, make `findPagePath` return a ref path.
Sat, 16 Aug 2014 15:07:22 -0700 Ludovic Chabant More PieCrust 3 fixes, and a couple of miscellaneous bug fixes.
Mon, 11 Aug 2014 22:36:47 -0700 Ludovic Chabant Upgrade to Python 3.
Sun, 10 Aug 2014 23:43:16 -0700 Ludovic Chabant Gigantic change to basically make PieCrust 2 vaguely functional.