log piecrust/app.py @ 1135:6350ee084273

age author description
Sun, 26 Nov 2017 22:23:03 -0800 Ludovic Chabant bake: Better performance stats, and add callback to preload templates.
Tue, 21 Nov 2017 22:07:12 -0800 Ludovic Chabant Merge changes.
Tue, 21 Nov 2017 09:54:56 -0800 Ludovic Chabant plugins: Support multiple customizable plugins directories.
Sun, 19 Nov 2017 14:29:17 -0800 Ludovic Chabant bake: Big pass on bake performance.
Sun, 23 Jul 2017 18:01:26 -0700 Ludovic Chabant chef: Allow multiple config variants to be applied.
Sun, 23 Jul 2017 08:25:45 -0700 Ludovic Chabant internal: Remove unnecessary timer, add timer for lazy data building.
Tue, 20 Jun 2017 21:12:35 -0700 Ludovic Chabant publish: Fix publishers API and add a simple "copy" publisher.
Thu, 15 Jun 2017 07:33:40 -0700 Ludovic Chabant refactor: Fix some issues with record/cache entry collisions, add counters.
Sun, 04 Jun 2017 23:34:28 -0700 Ludovic Chabant core: Keep refactoring, this time to prepare for generator sources.
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, 27 Apr 2017 20:54:29 -0700 Ludovic Chabant plugins: Add support for "ad-hoc" local plugins.
Wed, 11 Jan 2017 09:01:01 -0800 Ludovic Chabant internal: Keep things out of the `PieCrust` class, and other clean-ups.
Wed, 28 Dec 2016 01:27:02 -0500 Ben Artin data: Allow page generators to have an associated data provider
Mon, 10 Oct 2016 21:41:59 -0700 Ludovic Chabant config: Cleanup config loading code. Add support for a `local.yml` config.
Sat, 25 Jun 2016 17:03:29 -0700 Ludovic Chabant publish: Make publisher more powerful and better exposed on the command line.
Thu, 26 May 2016 19:52:47 -0700 Ludovic Chabant bake: Replace hard-coded taxonomy support with "generator" system.
Thu, 19 May 2016 22:11:27 -0700 Ludovic Chabant themes: Add support for loading from a library of themes.
Tue, 08 Mar 2016 01:07:34 -0800 Ludovic Chabant internal: Refactor config loading some more.
Sun, 06 Mar 2016 23:49:41 -0800 Ludovic Chabant internal: Improve how theme configuration is validated and merged.
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`.
Sun, 10 Jan 2016 10:51:11 -0800 Ludovic Chabant bake: Add new performance timers.
Fri, 01 Jan 2016 23:18:26 -0800 Ludovic Chabant internal: Refactor the app configuration class.
Tue, 13 Oct 2015 22:50:38 -0700 Ludovic Chabant bug: Correctly handle root URLs with special characters.
Fri, 14 Aug 2015 22:46:06 -0700 Ludovic Chabant routes: Add better support for taxonomy slugification.
Tue, 28 Jul 2015 21:23:11 -0700 Ludovic Chabant config: Make sure `site/auto_formats` has at least `html`.
Wed, 22 Jul 2015 20:00:14 -0700 Ludovic Chabant themes: Don't fixup template directories, it's actually better as-is.
Mon, 20 Jul 2015 22:25:39 -0700 Ludovic Chabant themes: Add config paths to the cache key.
Mon, 20 Jul 2015 22:22:38 -0700 Ludovic Chabant themes: Proper template path fixup for the theme configuration.
Sat, 11 Jul 2015 23:51:02 -0700 Ludovic Chabant bake: Pass the config variants and values from the CLI to the baker.
Sat, 20 Jun 2015 23:25:38 -0700 Ludovic Chabant internal: Optimize page segments rendering.
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 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.
Wed, 29 Apr 2015 23:12:28 -0700 Ludovic Chabant internal: Return the first route for a source if no metadata match is needed.
Sun, 26 Apr 2015 15:07:40 -0700 Ludovic Chabant serve: Refactoring and fixes to be able to serve taxonomy pages.
Wed, 15 Apr 2015 16:38:04 -0700 Ludovic Chabant config: Add `default_page_layout` and `default_post_layout` settings.
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.
Sat, 28 Mar 2015 14:25:59 -0700 Ludovic Chabant config: Assign correct data endpoint for blogs to be v1-compatible.
Fri, 27 Mar 2015 20:04:17 -0700 Ludovic Chabant config: Make sure `site/plugins` is transformed into a list.
Sun, 22 Mar 2015 22:29:06 -0700 Ludovic Chabant internal: Remove mentions of plugins directories and sources.
Sun, 01 Mar 2015 09:06:32 -0800 Ludovic Chabant internal: Re-use the cached resource directory.
Mon, 23 Feb 2015 21:19:20 -0800 Ludovic Chabant sources: Use `posts_*` and `items_*` settings more appropriately.
Sun, 22 Feb 2015 22:02:28 -0800 Ludovic Chabant cosmetic: PEP8 compliance.
Sun, 22 Feb 2015 22:01:58 -0800 Ludovic Chabant bake/serve: Make previewed and baked URLs consistent.
Wed, 11 Feb 2015 08:29:09 -0800 Ludovic Chabant internal: Make the simple page source use `slug` everywhere.
Tue, 03 Feb 2015 18:50:58 -0800 Ludovic Chabant serve: Don't expose the debug info right away when running with `--debug`.
Sat, 03 Jan 2015 21:10:44 -0800 Ludovic Chabant routes: Actually match metadata when finding routes, fix problems with paths.
Thu, 04 Dec 2014 12:49:35 -0800 Ludovic Chabant Better combine user sources/routes with the default ones.
Sat, 29 Nov 2014 18:34:53 -0800 Ludovic Chabant Use ordered dictionaries to preserve priorities between auto-formats.
Wed, 15 Oct 2014 23:01:05 -0700 Ludovic Chabant Better support for times in YAML interop.
Fri, 05 Sep 2014 00:42:52 -0700 Ludovic Chabant Use the `OrderedDict` correctly when fresh-loading the app config.
Wed, 03 Sep 2014 18:49:10 -0700 Ludovic Chabant Merge changes.
Wed, 03 Sep 2014 17:26:38 -0700 Ludovic Chabant Don't complain about missing `pages` or `posts` directories by default.
Mon, 01 Sep 2014 22:49:56 -0700 Ludovic Chabant Allow adding to the default content model instead of replacing it.
Sat, 30 Aug 2014 17:35:11 -0700 Ludovic Chabant Add SmartyPants formatting. 2.0.0-alpha2
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.