log

age author description
Thu, 02 Jun 2016 20:21:36 -0700 Ludovic Chabant cm: Add generation of Mardown changelog suitable for the online documentation.
Thu, 02 Jun 2016 13:01:08 -0700 Ludovic Chabant tests: the `PageBaker` now needs to be shutdown.
Thu, 02 Jun 2016 13:00:36 -0700 Ludovic Chabant internal: Remove threading stuff we don't need anymore.
Wed, 01 Jun 2016 23:15:07 -0700 Ludovic Chabant cm: Fix `setup.py` script.
Wed, 01 Jun 2016 22:46:11 -0700 Ludovic Chabant bake: Fix some crashes with new blog archive/taxonomy for incremental bakes.
Wed, 01 Jun 2016 22:24:35 -0700 Ludovic Chabant Merge changes.
Wed, 01 Jun 2016 22:19:01 -0700 Ludovic Chabant routing: Correctly call the underlying route template function from a merged one.
Wed, 01 Jun 2016 22:11:51 -0700 Ludovic Chabant tests: Add some tests for blog archives and multi-blog features.
Wed, 01 Jun 2016 22:11:29 -0700 Ludovic Chabant serve: Fix some problems with trailing slashes.
Wed, 01 Jun 2016 22:11:05 -0700 Ludovic Chabant routes: Show the route template function.
Wed, 01 Jun 2016 22:10:47 -0700 Ludovic Chabant routing: Fix problems with route functions.
Wed, 01 Jun 2016 22:09:21 -0700 Ludovic Chabant templating: Make blog archives generator expose more templating data.
Mon, 30 May 2016 20:45:27 -0700 Ludovic Chabant Merge changes.
Mon, 30 May 2016 20:44:36 -0700 Ludovic Chabant bug: Also look for format changes when determining if a page needs parsing.
Sun, 29 May 2016 22:18:50 -0700 Ludovic Chabant purge: Delete the whole cache directory, not just the current sub-cache.
Sun, 29 May 2016 22:16:40 -0700 Ludovic Chabant internal: Update the cache version to force re-gen the configuration settings.
Sun, 29 May 2016 20:20:19 -0700 Ludovic Chabant bake: Add blog archives generator.
Sun, 29 May 2016 20:19:28 -0700 Ludovic Chabant routing: Cleanup URL routing and improve page matching.
Sun, 29 May 2016 20:15:56 -0700 Ludovic Chabant internal: Remove unused code.
Sun, 29 May 2016 20:15:30 -0700 Ludovic Chabant bake: Add the timestamp of the page to each record entry.
Sat, 28 May 2016 15:43:45 -0700 Ludovic Chabant bake: Fix some bugs with taxonomy combinations.
Sat, 28 May 2016 15:43:24 -0700 Ludovic Chabant rendering: Use `fastpickle` serialization before JSON.
Sat, 28 May 2016 15:41:51 -0700 Ludovic Chabant internal: Prevent crash because of missing logger.
Sat, 28 May 2016 15:41:05 -0700 Ludovic Chabant internal: Fix some bugs with the `fastpickle` module.
Thu, 26 May 2016 20:45:34 -0700 Ludovic Chabant tests: Add more tests for merged mappings.
Thu, 26 May 2016 20:45:16 -0700 Ludovic Chabant debug: Pass the exceptions untouched when debugging.
Thu, 26 May 2016 20:44:44 -0700 Ludovic Chabant debug: Show more stuff pertaining to data providers in the debug window.
Thu, 26 May 2016 20:44:18 -0700 Ludovic Chabant data: Support both objects and dictionaries in `MergedMapping`.