log piecrust/environment.py @ 1194:09d5c233e840 draft

age author description
Sat, 19 Jan 2019 17:41:30 -0800 Ludovic Chabant config: Add setting for enabling baking or serving posts in the future.
Mon, 20 Nov 2017 23:06:47 -0800 Ludovic Chabant bake: Fix bugs introduced by bake optimizations, of course.
Sun, 04 Jun 2017 23:34:28 -0700 Ludovic Chabant core: Keep refactoring, this time to prepare for generator sources.
Wed, 17 May 2017 00:11:48 -0700 Ludovic Chabant core: Start of the big refactor for PieCrust 3.0.
Mon, 14 Mar 2016 08:26:14 -0700 Ludovic Chabant bake: Change `show-timers` to `show-stats`, add stats.
Thu, 03 Mar 2016 08:22:41 -0800 Ludovic Chabant internal: Get rid of the whole "sub cache" business.
Wed, 08 Jul 2015 22:51:29 -0700 Ludovic Chabant bake: Abort "render first" jobs if we start using other pages.
Fri, 26 Jun 2015 09:51:06 -0700 Ludovic Chabant performance: Compute default layout extensions only once.
Sat, 20 Jun 2015 23:23:51 -0700 Ludovic Chabant internal: Add utility function for incrementing performance timers.
Sat, 20 Jun 2015 21:05:25 -0700 Ludovic Chabant internal: Move `MemCache` to the `cache` module, remove threading locks.
Sat, 20 Jun 2015 19:15:57 -0700 Ludovic Chabant internal: Allow re-registering performance timers.
Fri, 12 Jun 2015 17:09:19 -0700 Ludovic Chabant bake: Enable multiprocess baking.
Sun, 03 May 2015 23:59:46 -0700 Ludovic Chabant caching: Use separate caches for config variants and other contexts. 2.0.0a8
Fri, 03 Apr 2015 11:22:51 -0700 Ludovic Chabant internal: Use hashes for cache paths.
Wed, 31 Dec 2014 16:56:55 -0800 Ludovic Chabant Fix some indentation and line lengths.
Sun, 19 Oct 2014 00:33:28 -0700 Ludovic Chabant When possible, try and batch-load pages so we only lock once.
Thu, 16 Oct 2014 17:03:42 -0700 Ludovic Chabant Quick fix for making the server correctly update referenced pages.
Sun, 07 Sep 2014 23:48:57 -0700 Ludovic Chabant Improvements and fixes to incremental baking.
Fri, 29 Aug 2014 16:42:15 -0700 Ludovic Chabant I don't care what the YAML spec says, ordered maps are the only sane way.
Mon, 25 Aug 2014 08:45:16 -0700 Ludovic Chabant Don't use file-system caching for rendered segments yet.
Fri, 22 Aug 2014 23:41:17 -0700 Ludovic Chabant Properly override pages between realms.
Fri, 22 Aug 2014 20:26:05 -0700 Ludovic Chabant Fix cache validation issue with rendered segments, limit disk access.
Fri, 22 Aug 2014 12:25:35 -0700 Ludovic Chabant Cache rendered segments to disk.
Tue, 19 Aug 2014 14:30:19 -0700 Ludovic Chabant Fix problems with asset URLs.
Mon, 18 Aug 2014 16:49:54 -0700 Ludovic Chabant Define page slugs properly, avoid recursions with debug data.
Sun, 10 Aug 2014 23:43:16 -0700 Ludovic Chabant Gigantic change to basically make PieCrust 2 vaguely functional.
Sun, 22 Dec 2013 08:00:24 -0800 Ludovic Chabant Re-arranged modules to reduce dependencies to builtin stuff.
Sat, 21 Dec 2013 14:44:02 -0800 Ludovic Chabant Initial commit.