[PATCH 1/7] pagination: Fix quirks

2018-01-24 Thread Daniel Axtens
There are a couple of pages where the clickable list of pages would include missing or duplicate pages. Write a test that ensures: - you always have a link to the next/prev numbered page - there are no duplicate page numbers Fiddle with the pagination algorithm to get it to pass - required twea

Re: [PATCH 1/7] pagination: Fix quirks

2018-01-26 Thread Stephen Finucane
On Thu, 2018-01-25 at 13:43 +1100, Daniel Axtens wrote: > There are a couple of pages where the clickable list of pages > would include missing or duplicate pages. > > Write a test that ensures: > - you always have a link to the next/prev numbered page > - there are no duplicate page numbers >