log piecrust/data/paginator.py @ 867:757fba54bfd3

age author description
Mon, 12 Jun 2017 22:20:58 -0700 Ludovic Chabant refactor: Improve pagination and iterators to work with other sources.
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.
Sat, 19 Dec 2015 18:02:58 -0800 Ludovic Chabant data: Fix a crash bug when no parent page is set on an iterator.
Sun, 17 May 2015 15:26:46 -0700 Ludovic Chabant pagination: Fix regression bug with previous/next posts.
Sun, 03 May 2015 18:47:10 -0700 Ludovic Chabant serve: Giant refactor to change how we handle data when serving pages.
Fri, 17 Apr 2015 16:09:30 -0700 Ludovic Chabant pagination: Make pagination use routes to generate proper URLs.
Sat, 28 Mar 2015 12:41:02 -0700 Ludovic Chabant tests: Bad me, the tests were broken. Now they're fixed.
Wed, 11 Mar 2015 23:46:42 -0700 Ludovic Chabant data: Fix incorrect next/previous page URLs in pagination data.
Thu, 05 Mar 2015 00:27:01 -0800 Ludovic Chabant data: Don't nest filters in the paginator -- nest clauses instead.
Sun, 01 Mar 2015 21:39:26 -0800 Ludovic Chabant data: Correctly build pagination filters when we know items are pages.
Wed, 18 Feb 2015 18:35:03 -0800 Ludovic Chabant internal: Code reorganization to put less stuff in `sources.base`.
Mon, 18 Aug 2014 16:51:16 -0700 Ludovic Chabant Fix how the `Paginator` gets the numer of items per page.
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.