log piecrust/sources/posts.py @ 1045:2f39ffa601a9

age author description
Sun, 19 Nov 2017 14:29:17 -0800 Ludovic Chabant bake: Big pass on bake performance.
Tue, 31 Oct 2017 09:33:36 -0700 Ludovic Chabant prepare: Fix a crash when preparing a new post.
Tue, 17 Oct 2017 01:11:54 -0700 Ludovic Chabant sources: Changes in related contents management.
Thu, 05 Oct 2017 00:22:53 -0700 Ludovic Chabant sources: Posts source accepts more arguments for creating a post.
Sun, 01 Oct 2017 20:37:11 -0700 Ludovic Chabant sources: Add `findContentFromPath` API.
Sun, 02 Jul 2017 22:20:32 -0700 Ludovic Chabant internal: Make `createContent` use a dictionary-like object.
Mon, 12 Jun 2017 22:10:50 -0700 Ludovic Chabant refactor: Make the linker work again.
Thu, 08 Jun 2017 23:09:34 -0700 Ludovic Chabant refactor: Get the page assets to work again in the server.
Sun, 04 Jun 2017 23:34:28 -0700 Ludovic Chabant core: Keep refactoring, this time to prepare for generator sources.
Sun, 21 May 2017 00:06:59 -0700 Ludovic Chabant core: Continue PieCrust3 refactor, simplify pages.
Wed, 17 May 2017 00:11:48 -0700 Ludovic Chabant core: Start of the big refactor for PieCrust 3.0.
Wed, 15 Feb 2017 22:17:54 -0800 Ludovic Chabant internal: Make `posts` sources cache their list of pages.
Wed, 07 Sep 2016 08:58:41 -0700 Ludovic Chabant routing: Simplify how routes are defined.
Wed, 30 Dec 2015 14:45:57 -0800 Ludovic Chabant sources: Add method to get a page factory from a path.
Sat, 19 Dec 2015 18:07:21 -0800 Ludovic Chabant sources: Add code to support "interactive" metadata acquisition.
Tue, 28 Jul 2015 18:34:21 -0700 Ludovic Chabant bake/serve: Improve support for unicode, add slugification options.
Mon, 27 Jul 2015 00:47:55 -0700 Ludovic Chabant internal: Return `None` instead of raising an exception when finding pages.
Sun, 26 Apr 2015 15:07:40 -0700 Ludovic Chabant serve: Refactoring and fixes to be able to serve taxonomy pages.
Sun, 01 Mar 2015 21:41:05 -0800 Ludovic Chabant serve: Don't crash when a post URL doesn't match our expectations.
Thu, 19 Feb 2015 19:55:09 -0800 Ludovic Chabant sources: Fix a bug where the `posts` source wasn't correctly parsing URLs.
Wed, 18 Feb 2015 18:35:03 -0800 Ludovic Chabant internal: Code reorganization to put less stuff in `sources.base`.
Wed, 15 Oct 2014 23:02:21 -0700 Ludovic Chabant Fix post sources datetimes by adding missing metadata when in "find" mode.
Sat, 13 Sep 2014 23:31:47 -0700 Ludovic Chabant Fix a bug with the posts source incorrectly escaping regex characters.
Sun, 07 Sep 2014 21:37:10 -0700 Ludovic Chabant Fixed a bug with the `shallow` source. Add unit tests.
Wed, 03 Sep 2014 17:26:38 -0700 Ludovic Chabant Don't complain about missing `pages` or `posts` directories by default.
Sat, 30 Aug 2014 18:30:50 -0700 Ludovic Chabant Better date creation for blog post scaffolding.
Mon, 25 Aug 2014 08:46:11 -0700 Ludovic Chabant Use properly formatted date components for the blog sources.
Wed, 20 Aug 2014 23:16:51 -0700 Ludovic Chabant New site layout support.
Mon, 18 Aug 2014 16:47:44 -0700 Ludovic Chabant Fixes for Windows, make `findPagePath` return a ref path.
Sat, 16 Aug 2014 08:15:30 -0700 Ludovic Chabant More Python 3 fixes, modularization, and new unit tests.
Mon, 11 Aug 2014 22:36:47 -0700 Ludovic Chabant Upgrade to Python 3.
Sun, 10 Aug 2014 23:43:16 -0700 Ludovic Chabant Gigantic change to basically make PieCrust 2 vaguely functional.