log

age author description
Mon, 18 May 2015 15:35:52 -0700 Ludovic Chabant serve: Fix bug where `?!debug` doesn't get appending correctly.
Sun, 17 May 2015 15:28:23 -0700 Ludovic Chabant jinja: Look for `html` extension first instead of last.
Sun, 17 May 2015 15:28:00 -0700 Ludovic Chabant tests: Also mock `open` in Jinja to be able to use templates in bake tests.
Sun, 17 May 2015 15:26:46 -0700 Ludovic Chabant pagination: Fix regression bug with previous/next posts.
Sun, 17 May 2015 15:25:54 -0700 Ludovic Chabant data: Fix regression bug with accessing page metadata that doesn't exist.
Sun, 17 May 2015 10:48:41 -0700 Ludovic Chabant tests: Add support for testing the Chef server.
Sun, 17 May 2015 08:30:19 -0700 Ludovic Chabant serve: Remove development assert.
Sat, 16 May 2015 00:05:43 -0700 Ludovic Chabant Added tag 2.0.0a10 for changeset 3890353d3e5a
Fri, 15 May 2015 23:41:52 -0700 Ludovic Chabant setup: Add `requirements.txt` to `MANIFEST.in` so it can be used by the setup. 2.0.0a10
Tue, 12 May 2015 23:58:01 -0700 Ludovic Chabant Added tag 2.0.0a9 for changeset 5f0e5276c7cb
Mon, 11 May 2015 22:25:33 -0700 Ludovic Chabant tests: Add a Chef test for the `find` command. 2.0.0a9
Mon, 11 May 2015 22:25:19 -0700 Ludovic Chabant tests: Add support for "Chef tests", which are direct CLI tests.
Mon, 11 May 2015 22:24:05 -0700 Ludovic Chabant internal: Make it possible to pass `argv` to the main Chef function.
Sun, 10 May 2015 23:34:50 -0700 Ludovic Chabant docs: Add lame bit of documentation on publishing your website.
Sun, 10 May 2015 23:26:44 -0700 Ludovic Chabant docs: Add documentation for deploying as a dynamic CMS.
Sun, 10 May 2015 00:37:28 -0700 Ludovic Chabant data: Fix problems with using non-existing metadata on a linked page.
Sun, 10 May 2015 00:34:21 -0700 Ludovic Chabant routing: Fix bugs with matching URLs with correct route but missing metadata.
Sat, 09 May 2015 08:48:58 -0700 Ludovic Chabant serve: Add a generic WSGI app factory.
Sat, 09 May 2015 08:37:32 -0700 Ludovic Chabant serve: Compatibility with `mod_wsgi`.
Fri, 08 May 2015 09:16:12 -0700 Ludovic Chabant tests: Fix serving unit-tests.
Thu, 07 May 2015 22:47:44 -0700 Ludovic Chabant serve: Add a WSGI utility module for easily getting a default app.
Thu, 07 May 2015 22:46:44 -0700 Ludovic Chabant serve: Add ability to suppress the debug info window programmatically.
Thu, 07 May 2015 21:37:38 -0700 Ludovic Chabant serve: Split the server code in a couple modules inside a `serving` package.
Thu, 07 May 2015 21:36:17 -0700 Ludovic Chabant setup: Keep the requirements in sync between `setuptools` and `pip`.
Mon, 04 May 2015 08:20:20 -0700 Ludovic Chabant Added tag 2.0.0a8 for changeset c2ca72fb7f0b
Sun, 03 May 2015 23:59:46 -0700 Ludovic Chabant caching: Use separate caches for config variants and other contexts. 2.0.0a8
Sun, 03 May 2015 23:45:32 -0700 Ludovic Chabant theme: Fix link to PieCrust documentation.
Sun, 03 May 2015 18:47:10 -0700 Ludovic Chabant serve: Giant refactor to change how we handle data when serving pages.
Sun, 03 May 2015 18:43:28 -0700 Ludovic Chabant linker: Don't put linker stuff in the config.
Sun, 03 May 2015 18:42:29 -0700 Ludovic Chabant config: Add method to deep-copy a config and validate its contents.