log

age author description
Thu, 19 May 2016 22:11:27 -0700 Ludovic Chabant themes: Add support for loading from a library of themes.
Thu, 19 May 2016 22:05:10 -0700 Ludovic Chabant templating: Use HTTPS URLs for a couple things.
Fri, 25 Mar 2016 23:35:56 -0700 Ludovic Chabant bake: Don't clean the `baker` cache on a force bake.
Sat, 14 May 2016 18:18:54 -0700 Ludovic Chabant admin: Add support for `.well-known` folder.
Sat, 07 May 2016 19:33:03 -0700 Ludovic Chabant docs: Use HTTPS version of Google Fonts.
Wed, 20 Apr 2016 23:07:27 -0700 Ludovic Chabant admin: Fix crash when previewing a website.
Sat, 16 Apr 2016 23:12:06 -0700 Ludovic Chabant internal: Don't run regexes for the 99% case of pages with no segments.
Sat, 16 Apr 2016 22:50:07 -0700 Ludovic Chabant bake: Some more optimizations.
Sat, 16 Apr 2016 22:48:57 -0700 Ludovic Chabant showrecord: Don't print the record when you just want the stats.
Sat, 16 Apr 2016 22:13:22 -0700 Ludovic Chabant internal: Fix compatibility with older Python 3.x.
Sat, 16 Apr 2016 22:12:51 -0700 Ludovic Chabant internal: Remove unused import.
Wed, 23 Mar 2016 16:39:22 -0700 Ludovic Chabant render: Change how we store render passes info.
Wed, 23 Mar 2016 12:19:35 -0700 Ludovic Chabant bake: Re-enable faster serialization between processes.
Wed, 23 Mar 2016 10:54:03 -0700 Ludovic Chabant bake: Add stat about aborted jobs
Wed, 23 Mar 2016 10:53:30 -0700 Ludovic Chabant formatting: Don't import `hoedown` until we need it.
Wed, 23 Mar 2016 08:35:51 -0700 Ludovic Chabant formatting: Add a `hoedown` formatter.
Wed, 23 Mar 2016 01:53:57 -0700 Ludovic Chabant bake: Use threads to read/write from/to the main arbitrator process.
Mon, 21 Mar 2016 22:29:18 -0700 Ludovic Chabant bake: Show more stats.
Mon, 21 Mar 2016 22:28:57 -0700 Ludovic Chabant bake: Use standard pickle and queue for now to fix some small issues.
Mon, 21 Mar 2016 19:16:54 -0700 Ludovic Chabant bake: Fix a crash when a rendering error occurs.
Mon, 14 Mar 2016 21:40:26 -0700 Ludovic Chabant chef: Fix `--debug-only` argument.
Mon, 14 Mar 2016 21:40:00 -0700 Ludovic Chabant cm: Ignore bdist output directory.
Mon, 14 Mar 2016 08:26:14 -0700 Ludovic Chabant bake: Change `show-timers` to `show-stats`, add stats.
Sun, 13 Mar 2016 16:55:12 -0700 Ludovic Chabant internal: Fix incorrect check for cache times.
Thu, 10 Mar 2016 07:08:15 -0800 Ludovic Chabant cm: Fix a packaging bug, update package metadata.
Wed, 09 Mar 2016 22:07:43 -0800 Ludovic Chabant tests: Add another app config test.
Wed, 09 Mar 2016 00:23:51 -0800 Ludovic Chabant internal: More work/fixes on how default/theme/user configs are merged.
Tue, 08 Mar 2016 01:07:56 -0800 Ludovic Chabant internal: Bump cache version.
Tue, 08 Mar 2016 01:07:34 -0800 Ludovic Chabant internal: Refactor config loading some more.
Tue, 08 Mar 2016 01:05:39 -0800 Ludovic Chabant serve: Fix some crashes introduced by recent refactor.