log piecrust/templating/jinjaengine.py @ 715:a14371c5cda7

age author description
Thu, 26 May 2016 20:45:16 -0700 Ludovic Chabant debug: Pass the exceptions untouched when debugging.
Tue, 01 Mar 2016 22:27:04 -0800 Ludovic Chabant jinja: Add `md5` filter.
Wed, 29 Jul 2015 23:47:02 -0700 Ludovic Chabant templating: Make more date functions accept 'now' as an input.
Wed, 29 Jul 2015 08:58:41 -0700 Ludovic Chabant templating: Add `now` global to Jinja, improve date error message.
Tue, 28 Jul 2015 22:09:13 -0700 Ludovic Chabant bug: Of course I broke something. Some exceptions need to pass through Jinja.
Tue, 28 Jul 2015 21:25:08 -0700 Ludovic Chabant serve: Improve Jinja rendering error reporting.
Sat, 25 Jul 2015 21:55:26 -0700 Ludovic Chabant templating: `highlight_css` can be passed the name of a Pygments style.
Wed, 22 Jul 2015 20:01:56 -0700 Ludovic Chabant templating: Make Jinja support arbitrary extension, show warning for old stuff.
Wed, 22 Jul 2015 00:07:57 -0700 Ludovic Chabant jinja: Support `.j2` file extensions.
Mon, 06 Jul 2015 21:32:40 -0700 Ludovic Chabant templating: Let Jinja2 cache the parsed template for page contents.
Thu, 02 Jul 2015 23:28:24 -0700 Ludovic Chabant bug: Fix infinite loop in Jinja2 rendering.
Tue, 30 Jun 2015 21:39:20 -0700 Ludovic Chabant performance: Only use Jinja2 for rendering text if necessary.