log piecrust/routing.py @ 750:377f4b626e74 2.0.0rc1

age author description
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:10:47 -0700 Ludovic Chabant routing: Fix problems with route functions.
Sun, 29 May 2016 20:19:28 -0700 Ludovic Chabant routing: Cleanup URL routing and improve page matching.
Thu, 26 May 2016 19:52:47 -0700 Ludovic Chabant bake: Replace hard-coded taxonomy support with "generator" system.
Tue, 01 Mar 2016 22:26:09 -0800 Ludovic Chabant internal: Fix a bug with registering taxonomy terms that are not strings.
Tue, 13 Oct 2015 22:50:38 -0700 Ludovic Chabant bug: Correctly handle root URLs with special characters.
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.