log piecrust/data/builder.py @ 473:eb3ace870708 2.0.0a13

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