log piecrust/sources/base.py @ 299:88bffd469b04

age author description
Wed, 11 Mar 2015 23:47:14 -0700 Ludovic Chabant sources: Make sure page sources have some basic config info they need.
Wed, 18 Feb 2015 18:35:03 -0800 Ludovic Chabant internal: Code reorganization to put less stuff in `sources.base`.
Sun, 15 Feb 2015 22:47:46 -0800 Ludovic Chabant internal: Fix bug with the default source when listing `/` path.
Wed, 11 Feb 2015 08:29:09 -0800 Ludovic Chabant internal: Make the simple page source use `slug` everywhere.
Wed, 04 Feb 2015 23:49:52 -0800 Ludovic Chabant data: Add ability for `IPaginationSource`s to specify how to get settings.
Fri, 30 Jan 2015 23:51:54 -0800 Ludovic Chabant internal: A bit of input validation for source APIs.
Sun, 04 Jan 2015 15:48:29 -0800 Ludovic Chabant sources: Pass any current mode to `_populateMetadata` when finding pages.
Sat, 03 Jan 2015 20:51:34 -0800 Ludovic Chabant sources: Add an `IListableSource` interface for sources that can be listed.
Sat, 03 Jan 2015 20:49:00 -0800 Ludovic Chabant sources: Make the `SimplePageSource` more extensible, fix bugs in `prose` source.
Sat, 29 Nov 2014 20:51:30 -0800 Ludovic Chabant Fix a bug with page references in cases of failure. Add unit tests.
Sun, 19 Oct 2014 00:33:28 -0700 Ludovic Chabant When possible, try and batch-load pages so we only lock once.
Wed, 03 Sep 2014 17:26:38 -0700 Ludovic Chabant Don't complain about missing `pages` or `posts` directories by default.
Fri, 22 Aug 2014 23:41:17 -0700 Ludovic Chabant Properly override pages between realms.
Wed, 20 Aug 2014 23:16:51 -0700 Ludovic Chabant New site layout support.
Tue, 19 Aug 2014 12:46:55 -0700 Ludovic Chabant Fix stupid bug in default source, add some unit tests.