log piecrust/data/linker.py @ 852:4850f8c21b6e

age author description
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.