log piecrust/baking/single.py @ 835:cc9593b9bcbf

age author description
Tue, 03 Jan 2017 02:34:43 -0500 Ben Artin Land assets in the correct directory for pages with no pretty_urls override
Mon, 02 Jan 2017 20:33:57 -0500 Ben Artin Allow an individual page to override pretty_urls in it config
Wed, 11 Jan 2017 23:58:12 -0500 Ben Artin Removed pointless page argument from copyAssets
Wed, 11 Jan 2017 23:56:51 -0500 Ben Artin Renamed buildPageAssetor to buildAssetor
Sun, 01 Jan 2017 20:43:42 -0500 Ben Artin Fixed call to Assetor.copyAssets
Sun, 01 Jan 2017 18:22:24 -0500 Ben Artin Assetor is now responsible for copying assets, to allow customization
Thu, 26 May 2016 19:52:47 -0700 Ludovic Chabant bake: Replace hard-coded taxonomy support with "generator" system.
Sat, 16 Apr 2016 22:50:07 -0700 Ludovic Chabant bake: Some more optimizations.
Sat, 16 Apr 2016 22:12:51 -0700 Ludovic Chabant internal: Remove unused import.
Wed, 23 Mar 2016 16:39:22 -0700 Ludovic Chabant render: Change how we store render passes info.
Sun, 10 Jan 2016 10:51:11 -0800 Ludovic Chabant bake: Add new performance timers.
Sun, 26 Jul 2015 23:16:15 -0700 Ludovic Chabant internal: Improve handling of taxonomy term slugification.
Tue, 14 Jul 2015 23:59:08 -0700 Ludovic Chabant bake: Fix a bug with copying assets when `pretty_urls` are disabled. 2.0.0a13
Tue, 14 Jul 2015 23:41:25 -0700 Ludovic Chabant bug: Fix copying of page assets during the bake.
Sat, 27 Jun 2015 08:27:35 -0700 Ludovic Chabant internal: Create full route metadata in one place.
Sat, 20 Jun 2015 19:23:16 -0700 Ludovic Chabant bake: Improve bake record information.
Fri, 12 Jun 2015 17:09:19 -0700 Ludovic Chabant bake: Enable multiprocess baking.
Sun, 03 May 2015 18:47:10 -0700 Ludovic Chabant serve: Giant refactor to change how we handle data when serving pages.
Fri, 17 Apr 2015 16:06:02 -0700 Ludovic Chabant internal: Remove unused code.
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.
Tue, 31 Mar 2015 23:03:28 -0700 Ludovic Chabant internal: Try handling URLs in a consistent way.
Sun, 29 Mar 2015 23:08:37 -0700 Ludovic Chabant bake/serve: Fix how taxonomy index pages are setup and rendered.
Sat, 28 Mar 2015 12:41:02 -0700 Ludovic Chabant tests: Bad me, the tests were broken. Now they're fixed.
Wed, 04 Mar 2015 22:40:50 -0800 Ludovic Chabant tests: Fixes for running on Windows.
Sun, 01 Mar 2015 21:39:26 -0800 Ludovic Chabant data: Correctly build pagination filters when we know items are pages.
Tue, 24 Feb 2015 23:18:23 -0800 Ludovic Chabant bake: Don't store internal config values in the bake record.
Tue, 24 Feb 2015 08:06:25 -0800 Ludovic Chabant routing: Better generate URLs according to the site configuration.
Sun, 22 Feb 2015 22:01:58 -0800 Ludovic Chabant bake/serve: Make previewed and baked URLs consistent.
Sat, 14 Feb 2015 08:49:09 -0800 Ludovic Chabant bake: Don't include the site root when building output paths.
Sun, 30 Nov 2014 21:46:42 -0800 Ludovic Chabant Split baking code in smaller files.