log piecrust/rendering.py @ 1002:6f32a6dc2306 2.1.2

age author description
Sun, 05 Feb 2017 22:50:12 -0800 Ludovic Chabant Merge pull request #42 from GitHub.
Mon, 02 Jan 2017 20:33:57 -0500 Ben Artin Allow an individual page to override pretty_urls in it config
Thu, 29 Sep 2016 21:59:20 -0700 Ludovic Chabant rendering: Separate performance timers for renering segments and layouts.
Wed, 17 Aug 2016 22:01:26 -0700 Ludovic Chabant internal: Add missing timer scope.
Thu, 11 Aug 2016 22:37:38 -0700 Ludovic Chabant internal: Add missing timer scope.
Sun, 29 May 2016 20:19:28 -0700 Ludovic Chabant routing: Cleanup URL routing and improve page matching.
Sat, 28 May 2016 15:43:24 -0700 Ludovic Chabant rendering: Use `fastpickle` serialization before JSON.
Thu, 26 May 2016 20:45:16 -0700 Ludovic Chabant debug: Pass the exceptions untouched when debugging.
Thu, 26 May 2016 19:52:47 -0700 Ludovic Chabant bake: Replace hard-coded taxonomy support with "generator" system.
Wed, 23 Mar 2016 16:39:22 -0700 Ludovic Chabant render: Change how we store render passes info.
Sun, 10 Jan 2016 10:51:11 -0800 Ludovic Chabant bake: Add new performance timers.
Wed, 30 Dec 2015 14:46:34 -0800 Ludovic Chabant internal: Rename `raw_content` to `segments` since it's what it is.
Sat, 19 Dec 2015 18:05:28 -0800 Ludovic Chabant bug: Fix a crash when some errors occur during page rendering.
Tue, 28 Jul 2015 21:23:50 -0700 Ludovic Chabant serve: Say what page a rendering error happened in.
Tue, 28 Jul 2015 18:34:21 -0700 Ludovic Chabant bake/serve: Improve support for unicode, add slugification options.
Sun, 26 Jul 2015 23:16:15 -0700 Ludovic Chabant internal: Improve handling of taxonomy term slugification.
Thu, 09 Jul 2015 21:23:01 -0700 Ludovic Chabant rendering: Truly skip formatters that are not enabled.
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.
Sat, 27 Jun 2015 08:27:35 -0700 Ludovic Chabant internal: Create full route metadata in one place.
Fri, 26 Jun 2015 09:51:06 -0700 Ludovic Chabant performance: Compute default layout extensions only once.
Sat, 20 Jun 2015 23:25:38 -0700 Ludovic Chabant internal: Optimize page segments rendering.
Sat, 20 Jun 2015 19:23:16 -0700 Ludovic Chabant bake: Improve bake record information.
Fri, 12 Jun 2015 17:09:19 -0700 Ludovic Chabant bake: Enable multiprocess baking.
Sun, 03 May 2015 18:47:10 -0700 Ludovic Chabant serve: Giant refactor to change how we handle data when serving pages.
Mon, 06 Apr 2015 19:59:54 -0700 Ludovic Chabant bake: Improve render context and bake record, fix incremental bake bugs.
Fri, 03 Apr 2015 10:59:50 -0700 Ludovic Chabant bake: Several bug taxonomy-related fixes for incorrect incremental bakes.
Tue, 31 Mar 2015 23:03:28 -0700 Ludovic Chabant internal: Try handling URLs in a consistent way.
Sun, 29 Mar 2015 23:08:37 -0700 Ludovic Chabant bake/serve: Fix how taxonomy index pages are setup and rendered.
Sun, 04 Jan 2015 14:58:40 -0800 Ludovic Chabant render: Don't always use a `.html` extension for layouts.
Sun, 04 Jan 2015 14:57:37 -0800 Ludovic Chabant render: When a template engine can't be found, show the correct name in the error.
Sat, 03 Jan 2015 21:20:19 -0800 Ludovic Chabant serve: Always force render the page being previewed.
Wed, 31 Dec 2014 16:56:55 -0800 Ludovic Chabant Fix some indentation and line lengths.
Thu, 04 Dec 2014 12:49:53 -0800 Ludovic Chabant Make a nice error message when a layout hasn't been found.
Fri, 14 Nov 2014 22:49:50 +0100 Ludovic Chabant Fix error reporting and counting of lines.
Sun, 07 Sep 2014 23:48:57 -0700 Ludovic Chabant Improvements and fixes to incremental baking.
Fri, 22 Aug 2014 23:41:17 -0700 Ludovic Chabant Properly override pages between realms.
Fri, 22 Aug 2014 20:26:05 -0700 Ludovic Chabant Fix cache validation issue with rendered segments, limit disk access.
Tue, 19 Aug 2014 11:07:42 -0700 Ludovic Chabant Copy page assets to bake output, use correct slashes when serving assets.
Tue, 19 Aug 2014 08:34:16 -0700 Ludovic Chabant Don't try to get the name of a source that doesn't have one.
Mon, 18 Aug 2014 16:49:54 -0700 Ludovic Chabant Define page slugs properly, avoid recursions with debug data.
Sat, 16 Aug 2014 15:07:22 -0700 Ludovic Chabant More PieCrust 3 fixes, and a couple of miscellaneous bug fixes.
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.