summaryrefslogtreecommitdiff
path: root/pelican/paginator.py
Commit message (Expand)AuthorAgeFilesLines
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-4/+1
* pagination: this lstrip() was way too hungry, eating absolute URLs.Vladimír Vondruš2019-01-041-1/+11
* tweak paginator to accomodate {slug}.html patternsOliver Urs Lenz2018-11-011-14/+8
* control pagination per templateOliver Urs Lenz2018-07-121-5/+4
* Allow to use page URL in pagination pattern.Vladimír Vondruš2018-02-101-4/+7
* fulfil pep8 standardderwinlu2015-08-171-8/+5
* Fix Pelican rendering and unit tests on Windows.George V. Reilly2015-01-251-1/+1
* Refactor logging handlingDeniz Turgut2014-07-221-1/+1
* Fix Issue #1165 allows extensions to be set by certain settingsth3aftermath2014-03-081-1/+2
* Create new formatting context dict instead of using self.__dict__Nathan Yergler2013-08-031-17/+29
* Use six.u instead of unicode.Nathan Yergler2013-07-311-1/+1
* Allow definition of pagination rules by page index.Nathan Yergler2013-07-291-2/+18
* remove u prefix from string literal, using unicode_literalsRoss McFarland2013-07-291-1/+1
* use six.string_types for python 3 compatRoss McFarland2013-07-291-1/+2
* more robust PAGINATION_(URL|SAVE_AS) supportRoss McFarland2013-07-291-1/+8
* PAGINATION_URL/PAGINATION_SAVE_AS implementationRoss McFarland2013-07-291-5/+39
* Port pelican to python 3.Dirk Makowski2013-01-111-1/+4
* PEP8-ify.Alexis Metaireau2012-03-091-1/+2
* Removed a division by zeroSkami182011-03-261-1/+1
* Pagination added for index and tag/category pagesLaureline Guerin2011-02-141-0/+85