log piecrust/serving/server.py @ 853:f070a4fc033c

age author description
Sun, 21 May 2017 00:06:59 -0700 Ludovic Chabant core: Continue PieCrust3 refactor, simplify pages.
Wed, 17 May 2017 00:11:48 -0700 Ludovic Chabant core: Start of the big refactor for PieCrust 3.0.
Thu, 26 May 2016 19:52:47 -0700 Ludovic Chabant bake: Replace hard-coded taxonomy support with "generator" system.
Wed, 23 Mar 2016 16:39:22 -0700 Ludovic Chabant render: Change how we store render passes info.
Tue, 08 Mar 2016 01:05:39 -0800 Ludovic Chabant serve: Fix some crashes introduced by recent refactor.
Thu, 03 Mar 2016 08:22:41 -0800 Ludovic Chabant internal: Get rid of the whole "sub cache" business.
Tue, 01 Mar 2016 22:27:28 -0800 Ludovic Chabant themes: Add support for a `--theme` argument to `chef`.
Sat, 19 Dec 2015 18:06:16 -0800 Ludovic Chabant serve: Make it possible to preview pages with a custom root URL.
Wed, 12 Aug 2015 23:04:46 -0700 Ludovic Chabant serve: Refactor the server to make pieces usable by the debugging middleware.
Sat, 08 Aug 2015 22:22:22 -0700 Ludovic Chabant serve: Fix timing information in the debug window.
Sat, 08 Aug 2015 22:01:47 -0700 Ludovic Chabant serve: Extract some of the server's functionality into WSGI middlewares.
Sat, 08 Aug 2015 16:12:04 -0700 Ludovic Chabant serve: Rewrite of the Server-Sent Event code for build notifications.
Sat, 08 Aug 2015 15:55:24 -0700 Ludovic Chabant serve: Werkzeug docs say you need to pass a flag with `wrap_file`.
Tue, 28 Jul 2015 21:24:10 -0700 Ludovic Chabant serve: Don't show the same error message twice.
Tue, 28 Jul 2015 18:34:21 -0700 Ludovic Chabant bake/serve: Improve support for unicode, add slugification options.
Mon, 27 Jul 2015 00:48:19 -0700 Ludovic Chabant serve: Improve error reporting when pages are not found.
Sun, 26 Jul 2015 23:16:15 -0700 Ludovic Chabant internal: Improve handling of taxonomy term slugification.
Tue, 21 Jul 2015 22:42:47 -0700 Ludovic Chabant serve: Try to serve taxonomy pages after all normal pages have failed.
Mon, 06 Jul 2015 21:27:26 -0700 Ludovic Chabant serve: Use Werkzeug's HTTP exceptions correctly.
Sat, 20 Jun 2015 23:24:17 -0700 Ludovic Chabant serve: Fix crash on start.
Fri, 12 Jun 2015 17:09:19 -0700 Ludovic Chabant bake: Enable multiprocess baking.
Mon, 25 May 2015 18:38:05 -0700 Ludovic Chabant debug: Fix serving of resources now that the module moved to a sub-folder.
Sun, 17 May 2015 10:48:41 -0700 Ludovic Chabant tests: Add support for testing the Chef server.
Sun, 17 May 2015 08:30:19 -0700 Ludovic Chabant serve: Remove development assert.
Sun, 10 May 2015 00:34:21 -0700 Ludovic Chabant routing: Fix bugs with matching URLs with correct route but missing metadata.
Thu, 07 May 2015 22:46:44 -0700 Ludovic Chabant serve: Add ability to suppress the debug info window programmatically.
Thu, 07 May 2015 21:37:38 -0700 Ludovic Chabant serve: Split the server code in a couple modules inside a `serving` package.