log piecrust/templating/jinjaengine.py @ 395:9e25852f058b

age author description
Sun, 17 May 2015 15:28:23 -0700 Ludovic Chabant jinja: Look for `html` extension first instead of last.
Mon, 20 Apr 2015 22:34:49 -0700 Ludovic Chabant data: Also expose XML date formatting as `xmldate` in Jinja.
Fri, 17 Apr 2015 16:09:30 -0700 Ludovic Chabant pagination: Make pagination use routes to generate proper URLs.
Mon, 06 Apr 2015 19:59:54 -0700 Ludovic Chabant bake: Improve render context and bake record, fix incremental bake bugs.
Mon, 30 Mar 2015 14:43:08 -0700 Ludovic Chabant data: Better error message for old date formats, add `emaildate` filter. 2.0.0a6
Wed, 11 Mar 2015 23:46:42 -0700 Ludovic Chabant data: Fix incorrect next/previous page URLs in pagination data.
Sun, 08 Mar 2015 22:58:28 -0700 Ludovic Chabant jinja: Add a global function to render Pygments' CSS styles.
Thu, 05 Mar 2015 00:26:37 -0800 Ludovic Chabant jinja: Fix Twig compatibility for block trimming.
Sun, 01 Mar 2015 17:59:26 -0800 Ludovic Chabant jinja: Provide a more "standard" Jinja configuration by default.
Sun, 04 Jan 2015 14:58:40 -0800 Ludovic Chabant render: Don't always use a `.html` extension for layouts.
Fri, 14 Nov 2014 22:49:50 +0100 Ludovic Chabant Fix error reporting and counting of lines.
Thu, 04 Sep 2014 08:13:39 -0700 Ludovic Chabant Fixes to the `cache` Jinja tag.
Fri, 29 Aug 2014 08:06:43 -0700 Ludovic Chabant Jinja templating now has `spaceless`, `|keys` and `|values`.
Tue, 26 Aug 2014 23:20:19 -0700 Ludovic Chabant Better handling of Jinja configuration.
Fri, 22 Aug 2014 20:25:41 -0700 Ludovic Chabant Give the proper URL to `Paginator` in the `paginate` filter.
Thu, 21 Aug 2014 22:29:03 -0700 Ludovic Chabant Error out if `date` filter is used with PHP date formats.
Tue, 19 Aug 2014 11:50:51 -0700 Ludovic Chabant The `date` filter now supports passing `"now"` as in Twig.
Mon, 18 Aug 2014 16:53:47 -0700 Ludovic Chabant Add the `paginate` filter to Jinja, activate `auto_reload`.
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.