log piecrust/serving/wrappers.py @ 1195:ae9387338db1 draft default tip

age author description
Tue, 27 Feb 2018 21:52:21 -0800 Ludovic Chabant serve: Only tell about the admin panel if needed.
Sun, 25 Feb 2018 23:18:47 -0800 Ludovic Chabant serve: Indicate where to find the admin panel in the console output.
Sun, 18 Feb 2018 20:33:04 -0800 Ludovic Chabant admin: Fix another root URL issue for the admin panel.
Tue, 13 Feb 2018 23:21:00 -0800 Ludovic Chabant serve: Fix crash with `serve --admin`.
Wed, 04 Oct 2017 09:15:16 -0700 Ludovic Chabant admin: Lots of fixes for running the admin panel in a WSGI server.
Fri, 29 Sep 2017 08:42:38 -0700 Ludovic Chabant serve: Add `--admin` option to run the administration panel.
Thu, 08 Jun 2017 23:32:19 -0700 Ludovic Chabant serve: Disable Werkzeug's debugger PIN.
Wed, 17 May 2017 00:11:48 -0700 Ludovic Chabant core: Start of the big refactor for PieCrust 3.0.
Thu, 02 Jun 2016 13:00:36 -0700 Ludovic Chabant internal: Remove threading stuff we don't need anymore.
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`.
Fri, 14 Aug 2015 21:26:51 -0700 Ludovic Chabant serve: Improve reloading and shutdown of the preview server.
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.
Thu, 07 May 2015 21:37:38 -0700 Ludovic Chabant serve: Split the server code in a couple modules inside a `serving` package.