log piecrust/routing.py @ 563:e7fb848fd55d

age author description
Fri, 14 Aug 2015 22:46:06 -0700 Ludovic Chabant routes: Add better support for taxonomy slugification.
Wed, 12 Aug 2015 23:04:46 -0700 Ludovic Chabant serve: Refactor the server to make pieces usable by the debugging middleware.
Tue, 28 Jul 2015 18:34:21 -0700 Ludovic Chabant bake/serve: Improve support for unicode, add slugification options.
Sun, 26 Jul 2015 23:16:15 -0700 Ludovic Chabant internal: Improve handling of taxonomy term slugification.
Tue, 21 Jul 2015 22:42:47 -0700 Ludovic Chabant serve: Try to serve taxonomy pages after all normal pages have failed.
Tue, 21 Jul 2015 22:42:05 -0700 Ludovic Chabant serve: Fix a crash when matching taxonomy URLs with incorrect URLs.
Mon, 06 Jul 2015 21:27:04 -0700 Ludovic Chabant serve: Fix bug with creating routing metadata from the URL.
Sat, 27 Jun 2015 22:18:50 -0700 Ludovic Chabant bug: Fix routing bug introduced by 21e26ed867b6.
Sat, 27 Jun 2015 08:27:35 -0700 Ludovic Chabant internal: Create full route metadata in one place.
Mon, 18 May 2015 15:35:52 -0700 Ludovic Chabant serve: Fix bug where `?!debug` doesn't get appending correctly.
Sun, 10 May 2015 00:34:21 -0700 Ludovic Chabant routing: Fix bugs with matching URLs with correct route but missing metadata.
Sun, 03 May 2015 18:47:10 -0700 Ludovic Chabant serve: Giant refactor to change how we handle data when serving pages.
Mon, 06 Apr 2015 22:50:01 -0700 Ludovic Chabant internal: Template functions could potentially be called outside of a render.
Mon, 06 Apr 2015 19:59:54 -0700 Ludovic Chabant bake: Improve render context and bake record, fix incremental bake bugs.
Sat, 04 Apr 2015 07:55:49 -0700 Ludovic Chabant internal: Fix stupid routing bug.