summaryrefslogtreecommitdiff
path: root/pelican/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Convert super() calls to py3 styleDeniz Turgut2019-11-261-13/+4
* Further remove python2-ismsDeniz Turgut2019-11-261-42/+8
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-38/+13
* Merge pull request #2473 from bryanbrattlof/issue/2467Justin Mayer2019-06-171-3/+13
|\
| * List files missing tag needed to order contentBryan Brattlof2018-11-251-3/+13
* | Merge pull request #2476 from oulenz/collectionsJustin Mayer2019-04-251-1/+4
|\ \
| * | Try importing from collections.abc for compatibility with Python 3.8Oliver Urs Lenz2018-11-241-1/+4
| |/
* | Fix bug in process_translations warning message generation that caused error ...Oliver Urs Lenz2019-02-241-1/+4
* | Fix linting issuesJohn Franey2019-02-061-6/+9
|/
* automatically copy linked static filesOliver Urs Lenz2018-11-011-1/+1
* control scope of identification of translations with new settingsOliver Urs Lenz2018-11-011-57/+74
* control slug substitutions from settings with regexOliver Urs Lenz2018-10-311-29/+9
* Merge pull request #2285 from andreacorbellini/2263-handle-invalid-refsJustin Mayer2018-07-041-10/+56
|\
| * more accurate code and testsAndrea Corbellini2018-02-081-3/+2
| * flake8 fixesAndrea Corbellini2018-02-081-4/+4
| * Fix utils.truncate_html_words() to work with invalid HTML referencesAndrea Corbellini2018-02-081-10/+57
* | Fix typoJorge Maldonado Ventura2018-06-271-1/+1
* | Merge pull request #2292 from oulenz/article_orderJustin Mayer2018-04-061-17/+24
|\ \
| * | remove hardcoded sorting of articles within categories, tags, authors, feedsOliver Urs Lenz2018-03-181-17/+24
| |/
* | Fixes #2305: Follow symlinks while copying in static generatorDeniz Turgut2018-03-161-1/+1
|/
* Fix warnings originating from bad regexesderwinlu2017-03-271-2/+2
* Check safety of save_as earlier if possibleJonas Wielicki2017-02-271-0/+12
* Improve logging in translation detectionRogdham2016-11-211-13/+18
* Fix translation metadata supportRogdham2016-11-201-18/+27
* Python's shutil.copy2 fails on AndroidJerry Asher2016-10-071-2/+14
* pelican_open: don't raise IndexError on empty filesWill Thompson2016-08-111-1/+1
* More granular control of tags and categories slugs. Fixes #1873Mr. Senko2016-04-011-3/+27
* Change ... (periods) to … (ellipsis) in summaryDaniel Himmelstein2016-02-221-2/+2
* Merge pull request #1850 from ingwinlu/deprecation_warningsJustin Mayer2015-11-031-1/+5
|\
| * Make HTMLParser Python 3.5 readyderwinlu2015-10-221-1/+5
* | Fix quote escaping in read html attributes.Simon StJG2015-10-141-0/+13
|/
* Merge pull request #1828 from andreacorbellini/chr-to-unichrJustin Mayer2015-09-231-2/+2
|\
| * Use unichr() instead of chr() with Python 2.Andrea Corbellini2015-09-221-2/+2
* | When truncating, stop parsing the document immediately after finding the last...Andrea Corbellini2015-09-201-5/+18
|/
* When truncating, consider hypens, apostrophes and HTML entities.Andrea Corbellini2015-08-281-9/+60
* fulfil pep8 standardderwinlu2015-08-171-40/+45
* Rewrite pelican.utils.truncate_html_words() to use an HTML parser instead of ...Andrea Corbellini2015-07-301-49/+58
* Watch for changes in mtime of symlinked folders and files tooguanidene2015-06-301-1/+1
* Fix #1647: Fix ARTICLE_ORDER_BY and add the ability to reverse orderDeniz Turgut2015-06-121-10/+22
* Merge pull request #1740 from ingwinlu/count_hidden_pagesJustin Mayer2015-06-111-0/+16
|\
| * improve result output of a pelican runderwinlu2015-06-031-0/+16
* | Merge pull request #1693 from zackw/static-honor-ignore-filesJustin Mayer2015-06-101-29/+51
|\ \
| * | Give utils.copy the ability to ignore files (issue 1692)Zack Weinberg2015-06-041-29/+51
| |/
* | fix cachingderwinlu2015-06-081-124/+0
|/
* Fix Pelican rendering and unit tests on Windows.George V. Reilly2015-01-251-3/+19
* Merge pull request #1466 from cgar/spellingJustin Mayer2014-11-021-1/+1
|\
| * minor spelling fixesCarlos E. Garcia2014-09-151-1/+1
* | Merge pull request #1348 from vjousse/davidmarble-page-order-byJustin Mayer2014-09-181-1/+26
|\ \ | |/ |/|
| * Addressed comments from @avaris in PR getpelican/pelican#1348Mark Lee2014-05-271-1/+6
| * Address code review comments from PR getpelican/pelican#1348Mark Lee2014-05-201-9/+5