summaryrefslogtreecommitdiff
path: root/pelican/generators.py
Commit message (Expand)AuthorAgeFilesLines
* Add settings for custom Jinja globals and tests (#2715)Justin Mayer2020-04-121-0/+8
* remove pelican.signals in favor of pelican.plugins.signalsDeniz Turgut2019-12-011-1/+1
* Convert super() calls to py3 styleDeniz Turgut2019-11-261-4/+4
* Further remove python2-ismsDeniz Turgut2019-11-261-1/+0
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-9/+2
* Adding missing call to topdown=True in Generator.get_filesLucas Cimon2019-10-171-6/+5
* Provide 'all_articles' variable to period pagesMarcin Juszkiewicz2019-04-191-1/+1
* Convert FEED settings from `%s` to `{slug}` redux (#2432)MinchinWeb2018-11-031-70/+107
* automatically copy linked static filesOliver Urs Lenz2018-11-011-14/+27
* control scope of identification of translations with new settingsOliver Urs Lenz2018-11-011-12/+17
* Resolving mtime truncation issue #2412Baillette2018-10-031-1/+1
* control pagination per templateOliver Urs Lenz2018-07-121-15/+14
* allows pages to have draft status, like articlesOliver Urs Lenz2018-07-031-3/+14
* Merge pull request #2292 from oulenz/article_orderJustin Mayer2018-04-061-15/+12
|\
| * remove hardcoded sorting of articles within categories, tags, authors, feedsOliver Urs Lenz2018-03-181-15/+12
* | Merge pull request #2238 from mosra/feed-urlsJustin Mayer2018-03-231-5/+46
|\ \
| * | Make it possible to specify custom URLs for feeds.Vladimír Vondruš2017-10-291-5/+46
* | | Merge pull request #2072 from drounin/overrides_ref2021+merge_updateJustin Mayer2018-03-051-8/+13
|\ \ \ | |_|/ |/| |
| * | Add THEME_TEMPLATE_OVERRIDES. Refs 2021Pedro H2017-10-101-8/+13
| |/
* | Merge pull request #2246 from mosra/theme-static-paths-filesJustin Mayer2018-02-101-6/+13
|\ \
| * | Make THEME_STATIC_PATHS work for files as well.Vladimír Vondruš2017-11-031-6/+13
| |/
* | Merge pull request #2235 from mosra/paginator-pattern-urlJustin Mayer2018-02-101-11/+22
|\ \
| * | Allow to use page URL in pagination pattern.Vladimír Vondruš2018-02-101-11/+22
| |/
* | Merge pull request #2228 from skz169/page-generator-write-page-signalJustin Mayer2018-02-091-0/+1
|\ \
| * | Add a new signal: page_generator_write_pageSergei K2017-10-171-0/+1
| |/
* | Merge pull request #2288 from charlesfleche/fix-metadata-intrasite-links-squa...Justin Mayer2018-02-091-0/+15
|\ \
| * | Extract refresh_metadata_intersite_links methodsCharles Flèche2018-02-091-0/+15
| |/
* | made template extensions configurableDan Bate2017-10-241-5/+12
|/
* Consolidate validation of content (#2128)winlu2017-07-241-40/+14
* Add two STATIC_ settings. Fix #1982Alexandre de Verteuil2016-12-301-22/+85
* Fix generator cachingDeniz Turgut2016-12-101-8/+10
* Allow setting Jinja environment arguments from settingsRyan M2016-12-031-3/+1
* Fix extension-matching bug in generators.pyKevin Yap2016-10-121-3/+5
* Python's shutil.copy2 fails on AndroidJerry Asher2016-10-071-4/+4
* Fix #1291: Feeds have ambiguous titles on sites with multiple categories.davidlesieur2016-04-171-6/+8
* fulfil pep8 standardderwinlu2015-08-171-43/+55
* remove PAGES; use pages insteadderwinlu2015-06-271-1/+0
* Export hidden pages in contextJonathan Lange2015-06-201-2/+2
* Fix #1647: Fix ARTICLE_ORDER_BY and add the ability to reverse orderDeniz Turgut2015-06-121-2/+1
* Merge pull request #1693 from zackw/static-honor-ignore-filesJustin Mayer2015-06-101-5/+15
|\
| * Honor 'IGNORE_FILES' in the static generator (issue 1692)Zack Weinberg2015-06-041-2/+4
| * Apply 'IGNORE_FILES' globs to directories as well (issue 1692)Zack Weinberg2015-06-041-3/+11
* | fix cachingderwinlu2015-06-081-33/+39
|/
* Merge pull request #1453 from arty-name/period-archives-syntax-errorsJustin Mayer2015-05-301-2/+5
|\
| * Fixes #1405: No error message for invalid syntax in period_archives.htmlArtemy Tregubenko2014-08-311-2/+5
* | Merge pull request #1703 from ingwinlu/remove_tag_cloudJustin Mayer2015-05-131-30/+2
|\ \
| * | remove tag_cloud from corewinlu2015-04-201-30/+2
* | | Merge pull request #1471 from roidelapluie/masterJustin Mayer2015-05-061-0/+1
|\ \ \
| * | | Add a new signal: page_writer_finalizedJulien Pivotto2014-09-191-0/+1
| | |/ | |/|
* | | Merge pull request #1700 from avaris/1686Justin Mayer2015-04-291-3/+4
|\ \ \