log piecrust/sources/base.py @ 1165:a928ee22c20a

age author description
Thu, 15 Feb 2018 21:15:13 -0800 Ludovic Chabant sources: Fix some invalid relationship name.
Sun, 19 Nov 2017 14:29:17 -0800 Ludovic Chabant bake: Big pass on bake performance.
Tue, 31 Oct 2017 09:29:14 -0700 Ludovic Chabant sources: Respect the "abort source use" setting when iterating on a source.
Sun, 29 Oct 2017 22:51:57 -0700 Ludovic Chabant tests: Big push to get the tests to pass again.
Tue, 17 Oct 2017 01:11:54 -0700 Ludovic Chabant sources: Changes in related contents management.
Wed, 04 Oct 2017 09:10:41 -0700 Ludovic Chabant sources: Give better exception messages when a class is missing a method.
Sun, 23 Jul 2017 08:26:57 -0700 Ludovic Chabant internal: Sources can cache their pages in addition to their items.
Tue, 13 Jun 2017 22:30:27 -0700 Ludovic Chabant refactor: Fixing some issues with baking assets.
Mon, 12 Jun 2017 22:10:50 -0700 Ludovic Chabant refactor: Make the linker work again.
Thu, 08 Jun 2017 23:09:34 -0700 Ludovic Chabant refactor: Get the page assets to work again in the server.
Tue, 06 Jun 2017 00:26:21 -0700 Ludovic Chabant refactor: Get the taxonomy support back to a functional state.
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.
Wed, 15 Feb 2017 22:17:13 -0800 Ludovic Chabant internal: Don't check for a page repository, there's always one.
Sun, 05 Feb 2017 22:42:18 -0800 Ludovic Chabant Merge pull request #40 from GitHub.
Wed, 11 Jan 2017 23:56:51 -0500 Ben Artin Renamed buildPageAssetor to buildAssetor
Sun, 01 Jan 2017 18:02:13 -0500 Ben Artin Allow PageSource to provide a custom assetor
Sun, 05 Feb 2017 22:37:25 -0800 Ludovic Chabant Merge pull request #38 from GitHub.
Tue, 27 Dec 2016 04:09:38 -0500 Ben Artin Allow page source to post-process page config at the end of page loading
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
Wed, 07 Sep 2016 08:58:41 -0700 Ludovic Chabant routing: Simplify how routes are defined.
Thu, 26 May 2016 19:52:47 -0700 Ludovic Chabant bake: Replace hard-coded taxonomy support with "generator" system.
Wed, 30 Dec 2015 14:45:57 -0800 Ludovic Chabant sources: Add method to get a page factory from a path.
Wed, 12 Aug 2015 23:04:46 -0700 Ludovic Chabant serve: Refactor the server to make pieces usable by the debugging middleware.
Sun, 28 Jun 2015 08:22:39 -0700 Ludovic Chabant performance: Refactor how data is managed to reduce copying.
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.
Sun, 26 Apr 2015 15:07:40 -0700 Ludovic Chabant serve: Refactoring and fixes to be able to serve taxonomy pages.
Sat, 28 Mar 2015 14:24:33 -0700 Ludovic Chabant internal: Add utility function to get a page from a source.
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.
Tue, 19 Aug 2014 11:50:21 -0700 Ludovic Chabant Various fixes for the default page source:
Mon, 18 Aug 2014 16:47:44 -0700 Ludovic Chabant Fixes for Windows, make `findPagePath` return a ref path.
Sat, 16 Aug 2014 15:07:22 -0700 Ludovic Chabant More PieCrust 3 fixes, and a couple of miscellaneous bug fixes.
Sat, 16 Aug 2014 08:15:30 -0700 Ludovic Chabant More Python 3 fixes, modularization, and new unit tests.
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.