log piecrust/data/builder.py @ 870:48d25fd68b8d

age author description
Mon, 12 Jun 2017 22:10:50 -0700 Ludovic Chabant refactor: Make the linker work again.
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.
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.