summaryrefslogtreecommitdiff
path: root/pelican/urlwrappers.py
Commit message (Expand)AuthorAgeFilesLines
* Convert super() calls to py3 styleDeniz Turgut2019-11-261-1/+1
* Further remove python2-ismsDeniz Turgut2019-11-261-1/+1
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-10/+6
* Make URLWrapper.slug settable againDeniz Turgut2018-11-111-31/+13
* control slug substitutions from settings with regexOliver Urs Lenz2018-10-311-13/+20
* Add AUTHOR_SUBSTITUTIONSMr. Senko2016-04-011-1/+6
* More granular control of tags and categories slugs. Fixes #1873Mr. Senko2016-04-011-1/+16
* fulfil pep8 standardderwinlu2015-08-171-1/+2
* improve URLWrapper comparisonderwinlu2015-06-271-9/+20
* Change URLWrapper.slug to a propertyDeniz Turgut2015-04-161-5/+20
* fix the parameters for a logging.warning callStéphane Wirtel2014-10-121-1/+1
* Refactor logging handlingDeniz Turgut2014-07-221-1/+1
* Allow text substitutions when generating slugsAndy Pearce2013-07-041-4/+5
* Make tags and cats case insensitive. Fixes #704.Rogdham2013-05-031-5/+19
* contents: Add URLWrapper.__repr__W. Trevor King2013-03-121-0/+3
* Some doc + various enhancementsAlexis Métaireau2013-03-101-0/+79