log piecrust/page.py @ 979:45ad976712ec

age author description
Sun, 29 Oct 2017 22:51:57 -0700 Ludovic Chabant tests: Big push to get the tests to pass again.
Sat, 07 Oct 2017 12:11:13 -0700 Ludovic Chabant page: Default to an empty title instead of 'Untitled Page'.
Sun, 01 Oct 2017 20:36:04 -0700 Ludovic Chabant formatting: Remove segment parts, you can use template tags instead.
Thu, 15 Jun 2017 07:33:40 -0700 Ludovic Chabant refactor: Fix some issues with record/cache entry collisions, add counters.
Tue, 06 Jun 2017 01:23:25 -0700 Ludovic Chabant refactor: Make the blog archives functional again.
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.
Tue, 27 Dec 2016 04:09:38 -0500 Ben Artin Allow page source to post-process page config at the end of page loading
Wed, 07 Sep 2016 08:58:41 -0700 Ludovic Chabant routing: Simplify how routes are defined.
Mon, 30 May 2016 20:45:27 -0700 Ludovic Chabant Merge changes.
Mon, 30 May 2016 20:44:36 -0700 Ludovic Chabant bug: Also look for format changes when determining if a page needs parsing.
Thu, 26 May 2016 19:52:47 -0700 Ludovic Chabant bake: Replace hard-coded taxonomy support with "generator" system.
Sat, 16 Apr 2016 23:12:06 -0700 Ludovic Chabant internal: Don't run regexes for the 99% case of pages with no segments.
Wed, 30 Dec 2015 14:46:34 -0800 Ludovic Chabant internal: Rename `raw_content` to `segments` since it's what it is.
Thu, 09 Jul 2015 22:30:45 -0700 Ludovic Chabant internal: Just use the plain old standard function.
Mon, 06 Jul 2015 21:32:40 -0700 Ludovic Chabant templating: Let Jinja2 cache the parsed template for page contents.
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.
Sun, 26 Apr 2015 15:07:40 -0700 Ludovic Chabant serve: Refactoring and fixes to be able to serve taxonomy pages.
Fri, 03 Apr 2015 11:22:51 -0700 Ludovic Chabant internal: Use hashes for cache paths.
Sat, 29 Nov 2014 21:00:44 -0800 Ludovic Chabant Pass date information to routing when building URLs.
Sat, 29 Nov 2014 18:33:29 -0800 Ludovic Chabant Better date/time handling for pages:
Fri, 14 Nov 2014 22:49:50 +0100 Ludovic Chabant Fix error reporting and counting of lines.
Sun, 19 Oct 2014 00:25:02 -0700 Ludovic Chabant Use cache paths that are easier to debug than hashes.
Wed, 15 Oct 2014 23:01:43 -0700 Ludovic Chabant Properly add the config time to a page's datetime.
Sun, 07 Sep 2014 23:48:57 -0700 Ludovic Chabant Improvements and fixes to incremental baking.
Fri, 05 Sep 2014 00:40:45 -0700 Ludovic Chabant PyYAML supports sexagesimal notation, so handle that for page times.
Fri, 29 Aug 2014 16:42:15 -0700 Ludovic Chabant I don't care what the YAML spec says, ordered maps are the only sane way.
Fri, 22 Aug 2014 20:26:05 -0700 Ludovic Chabant Fix cache validation issue with rendered segments, limit disk access.
Sat, 16 Aug 2014 15:07:22 -0700 Ludovic Chabant More PieCrust 3 fixes, and a couple of miscellaneous bug fixes.
Sat, 16 Aug 2014 08:15:30 -0700 Ludovic Chabant More Python 3 fixes, modularization, and new unit tests.
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.