log piecrust/configuration.py @ 857:d231a10d18f9

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.
Mon, 10 Oct 2016 21:41:59 -0700 Ludovic Chabant config: Cleanup config loading code. Add support for a `local.yml` config.
Fri, 03 Jun 2016 20:21:58 -0700 Ludovic Chabant templating: Make the 'categories' taxonomy use a 'pccaturl' function again.
Wed, 09 Mar 2016 00:23:51 -0800 Ludovic Chabant internal: More work/fixes on how default/theme/user configs are merged.
Thu, 03 Mar 2016 08:22:41 -0800 Ludovic Chabant internal: Get rid of the whole "sub cache" business.
Fri, 01 Jan 2016 23:18:26 -0800 Ludovic Chabant internal: Refactor the app configuration class.
Mon, 29 Jun 2015 18:12:31 -0700 Ludovic Chabant performance: Use the fast YAML loader if available.
Sun, 28 Jun 2015 08:22:39 -0700 Ludovic Chabant performance: Refactor how data is managed to reduce copying.
Sat, 27 Jun 2015 21:45:48 -0700 Ludovic Chabant internal: Floats are also allowed in configurations, duh.
Sun, 03 May 2015 18:42:29 -0700 Ludovic Chabant config: Add method to deep-copy a config and validate its contents.
Thu, 19 Mar 2015 18:28:42 -0700 Ludovic Chabant config: Make YAML consider `omap` structures as normal maps.
Sun, 18 Jan 2015 11:53:18 -0800 Ludovic Chabant internal: Add ability to get a default value if a config value doesn't exist.
Sat, 29 Nov 2014 15:32:19 -0800 Ludovic Chabant Make configuration class more like `dict`, add support for merging `dicts`.
Wed, 15 Oct 2014 23:01:05 -0700 Ludovic Chabant Better support for times in YAML interop.
Sun, 31 Aug 2014 23:48:18 -0700 Ludovic Chabant Propertly create `OrderedDict`s when loading YAML.
Fri, 29 Aug 2014 21:28:55 -0700 Ludovic Chabant Use `SafeLoader` instead of `BaseLoader` for Yaml parsing.
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, 11 Aug 2014 22:36:47 -0700 Ludovic Chabant Upgrade to Python 3.
Sun, 10 Aug 2014 23:43:16 -0700 Ludovic Chabant Gigantic change to basically make PieCrust 2 vaguely functional.
Wed, 25 Dec 2013 22:16:46 -0800 Ludovic Chabant Added unit tests (using `py.test`) for `Configuration`.
Sat, 21 Dec 2013 14:44:02 -0800 Ludovic Chabant Initial commit.