log piecrust/data/linker.py @ 1163:ed308313bcda

age author description
Tue, 27 Feb 2018 22:36:26 -0800 Ludovic Chabant data: Fix bug with page family data not returning correct `is_dir` value.
Thu, 15 Feb 2018 21:15:30 -0800 Ludovic Chabant data: Fix debug rendering of the family data.
Tue, 13 Feb 2018 11:10:55 -0800 Ludovic Chabant data: Make `family` properties return lists instead of generators.
Wed, 31 Jan 2018 08:53:27 -0800 Ludovic Chabant data: Add new properties and folder support to the `family` data endpoint.
Sun, 19 Nov 2017 14:29:17 -0800 Ludovic Chabant bake: Big pass on bake performance.
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.
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.
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.
Sun, 17 Jan 2016 23:08:40 -0800 Ludovic Chabant debug: Fix how the linker shows children/siblings/etc. in the debug window.
Tue, 28 Jul 2015 18:10:00 -0700 Ludovic Chabant cosmetic: Remove debug printing.
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.
Mon, 25 May 2015 18:37:34 -0700 Ludovic Chabant debug: Better debug info output for iterators, providers, and linkers.
Sun, 24 May 2015 18:15:22 -0700 Ludovic Chabant linker: Add ability to return the parent and ancestors of a page.
Mon, 18 May 2015 23:45:51 -0700 Ludovic Chabant linker: Fix linker returning the wrong value for `is_dir` in some situations. 2.0.0a11
Mon, 18 May 2015 23:32:43 -0700 Ludovic Chabant linker: Fix error when trying to list non-existing children.
Sun, 10 May 2015 00:37:28 -0700 Ludovic Chabant data: Fix problems with using non-existing metadata on a linked page.
Sun, 03 May 2015 18:43:28 -0700 Ludovic Chabant linker: Don't put linker stuff in the config.
Fri, 20 Feb 2015 23:44:23 -0800 Ludovic Chabant oops: Remove debug print.
Thu, 19 Feb 2015 23:33:54 -0800 Ludovic Chabant data: Add a top level wrapper for `Linker`.
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:46:23 -0800 Ludovic Chabant data: `Linker` refactor.
Wed, 04 Feb 2015 23:50:24 -0800 Ludovic Chabant data: Make the `Linekr` use the new `getSettingAccessor` API.
Sat, 31 Jan 2015 11:50:50 -0800 Ludovic Chabant data: Improve the Linker and RecursiveLinker features. Add tests.
Sat, 03 Jan 2015 20:52:19 -0800 Ludovic Chabant linker: Actually implement the `Linker` class, and use it in the page data.
Sun, 10 Aug 2014 23:43:16 -0700 Ludovic Chabant Gigantic change to basically make PieCrust 2 vaguely functional.