log piecrust/data/builder.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.
Thu, 27 Apr 2017 20:53:18 -0700 Ludovic Chabant data: Don't add route functions or data providers that happen to be null.
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
Thu, 29 Sep 2016 21:52:18 -0700 Ludovic Chabant templating: Put the routing functions in the data, not the template engine.
Sun, 29 May 2016 20:19:28 -0700 Ludovic Chabant routing: Cleanup URL routing and improve page matching.
Wed, 12 Aug 2015 23:18:35 -0700 Ludovic Chabant serve: Improve debug information in the preview server.
Sun, 28 Jun 2015 08:22:39 -0700 Ludovic Chabant performance: Refactor how data is managed to reduce copying.
Sat, 20 Jun 2015 23:27:04 -0700 Ludovic Chabant internal: Optimize page data building.
Mon, 25 May 2015 18:35:27 -0700 Ludovic Chabant debug: Log error when an exception gets raised during debug info building.
Sun, 03 May 2015 18:47:10 -0700 Ludovic Chabant serve: Giant refactor to change how we handle data when serving pages.
Fri, 17 Apr 2015 16:09:30 -0700 Ludovic Chabant pagination: Make pagination use routes to generate proper URLs.
Tue, 31 Mar 2015 23:03:28 -0700 Ludovic Chabant internal: Try handling URLs in a consistent way.
Sun, 29 Mar 2015 23:05:03 -0700 Ludovic Chabant pagination: Add support for `site/default_pagination_source`.
Wed, 11 Mar 2015 23:46:42 -0700 Ludovic Chabant data: Fix incorrect next/previous page URLs in pagination data.
Thu, 19 Feb 2015 23:33:54 -0800 Ludovic Chabant data: Add a top level wrapper for `Linker`.
Sun, 15 Feb 2015 22:46:23 -0800 Ludovic Chabant data: `Linker` refactor.
Tue, 03 Feb 2015 18:50:58 -0800 Ludovic Chabant serve: Don't expose the debug info right away when running with `--debug`.
Tue, 03 Feb 2015 18:48:13 -0800 Ludovic Chabant data: Only expose the `family` linker.
Sat, 03 Jan 2015 20:52:19 -0800 Ludovic Chabant linker: Actually implement the `Linker` class, and use it in the page data.
Thu, 04 Sep 2014 08:11:28 -0700 Ludovic Chabant Remove unneeded trace.
Mon, 01 Sep 2014 22:49:56 -0700 Ludovic Chabant Allow adding to the default content model instead of replacing it.
Sat, 30 Aug 2014 08:35:26 -0700 Ludovic Chabant Always use version generated by `setup.py`. Better version generation.
Thu, 21 Aug 2014 23:26:44 -0700 Ludovic Chabant Apparently Jinja doesn't understand `None` the way I thought.
Tue, 19 Aug 2014 15:36:28 -0700 Ludovic Chabant Get the un-paginated URL of a page early and pass that around.
Mon, 18 Aug 2014 16:49:54 -0700 Ludovic Chabant Define page slugs properly, avoid recursions with debug data.
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.