log

age author description
Sat, 30 Aug 2014 08:35:26 -0700 Ludovic Chabant Always use version generated by `setup.py`. Better version generation.
Fri, 29 Aug 2014 21:28:55 -0700 Ludovic Chabant Use `SafeLoader` instead of `BaseLoader` for Yaml parsing.
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, 29 Aug 2014 16:41:16 -0700 Ludovic Chabant Add `compressinja` to install/env requirements.
Fri, 29 Aug 2014 08:06:43 -0700 Ludovic Chabant Jinja templating now has `spaceless`, `|keys` and `|values`.
Fri, 29 Aug 2014 08:06:17 -0700 Ludovic Chabant PieCrust 1 import: clean empty directories and convert some config values.
Thu, 28 Aug 2014 16:48:31 -0700 Ludovic Chabant In-place upgrade for PieCrust 1 sites.
Wed, 27 Aug 2014 17:14:44 -0700 Ludovic Chabant Simple importer for PieCrust 1 websites.
Wed, 27 Aug 2014 10:23:32 -0700 Ludovic Chabant Print the help by default when running `chef` with no command.
Tue, 26 Aug 2014 23:20:48 -0700 Ludovic Chabant Add `import` command, Jekyll importer.
Tue, 26 Aug 2014 23:20:19 -0700 Ludovic Chabant Better handling of Jinja configuration.
Tue, 26 Aug 2014 23:18:58 -0700 Ludovic Chabant More robust Markdown configuration handling.
Tue, 26 Aug 2014 23:18:32 -0700 Ludovic Chabant Add `help` function, cleanup argument handling.
Tue, 26 Aug 2014 23:17:20 -0700 Ludovic Chabant Make template directories properly absolute.
Mon, 25 Aug 2014 21:40:25 -0700 Ludovic Chabant Processors can match on other things than just the extension.
Mon, 25 Aug 2014 08:46:11 -0700 Ludovic Chabant Use properly formatted date components for the blog sources.
Mon, 25 Aug 2014 08:45:44 -0700 Ludovic Chabant Setup the server better.
Mon, 25 Aug 2014 08:45:16 -0700 Ludovic Chabant Don't use file-system caching for rendered segments yet.
Mon, 25 Aug 2014 08:44:38 -0700 Ludovic Chabant Use the item name for the `prepare` command.
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.
Fri, 22 Aug 2014 20:25:41 -0700 Ludovic Chabant Give the proper URL to `Paginator` in the `paginate` filter.
Fri, 22 Aug 2014 12:25:35 -0700 Ludovic Chabant Cache rendered segments to disk.
Thu, 21 Aug 2014 23:26:44 -0700 Ludovic Chabant Apparently Jinja doesn't understand `None` the way I thought.
Thu, 21 Aug 2014 23:09:31 -0700 Ludovic Chabant Don't recursively clean the cache.
Thu, 21 Aug 2014 22:52:18 -0700 Ludovic Chabant Correctly set the `debug` flag on the app.
Thu, 21 Aug 2014 22:52:05 -0700 Ludovic Chabant Proper debug logging.
Thu, 21 Aug 2014 22:51:52 -0700 Ludovic Chabant Fix a crash when checking for timestamps on template files.