log piecrust/serving.py @ 371:c2ca72fb7f0b 2.0.0a8

age author description
Sun, 03 May 2015 23:59:46 -0700 Ludovic Chabant caching: Use separate caches for config variants and other contexts. 2.0.0a8
Sun, 03 May 2015 18:47:10 -0700 Ludovic Chabant serve: Giant refactor to change how we handle data when serving pages.
Sun, 26 Apr 2015 15:07:40 -0700 Ludovic Chabant serve: Refactoring and fixes to be able to serve taxonomy pages.
Mon, 06 Apr 2015 22:49:46 -0700 Ludovic Chabant serve: Don't access the current render pass info after rendering is done.
Mon, 06 Apr 2015 19:59:54 -0700 Ludovic Chabant bake: Improve render context and bake record, fix incremental bake bugs.
Fri, 03 Apr 2015 10:59:50 -0700 Ludovic Chabant bake: Several bug taxonomy-related fixes for incorrect incremental bakes.
Wed, 01 Apr 2015 00:26:54 -0700 Ludovic Chabant serve: Fix crash on URI parsing.
Sun, 29 Mar 2015 23:08:37 -0700 Ludovic Chabant bake/serve: Fix how taxonomy index pages are setup and rendered.
Wed, 11 Mar 2015 23:46:42 -0700 Ludovic Chabant data: Fix incorrect next/previous page URLs in pagination data.
Sun, 01 Mar 2015 21:39:26 -0800 Ludovic Chabant data: Correctly build pagination filters when we know items are pages.
Sun, 01 Mar 2015 21:38:24 -0800 Ludovic Chabant serve: Correctly show timing info even when not in debug mode.
Sun, 22 Feb 2015 22:02:59 -0800 Ludovic Chabant serve: Use Etags and 304 responses for assets.
Sun, 22 Feb 2015 22:01:58 -0800 Ludovic Chabant bake/serve: Make previewed and baked URLs consistent.
Sun, 15 Feb 2015 23:29:51 -0800 Ludovic Chabant less: Generate a proper, available URL for the LESS CSS map file.
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.