summaryrefslogtreecommitdiff
path: root/pelican/contents.py
Commit message (Expand)AuthorAgeFilesLines
* Set timezone when assigning max datetime to draftsdraft-tzJustin Mayer2020-04-141-1/+2
* Added support for the summary end marker configuration(GalaxyMaster)2020-04-111-1/+2
* remove pelican.signals in favor of pelican.plugins.signalsDeniz Turgut2019-12-011-1/+1
* Convert super() calls to py3 styleDeniz Turgut2019-11-261-6/+6
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-21/+11
* Tidy and shorten a commentJustin Mayer2019-08-231-2/+1
* Set default content status to a blank string rather than `None`.MinchinWeb2019-08-201-1/+3
* Merge pull request #2501 from jorgesumle/warning-fixJustin Mayer2019-06-171-1/+1
|\
| * Fix warning messageJorge Maldonado Ventura2019-01-021-1/+1
* | Add relative_source_path attribute to contentBryan Brattlof2019-01-261-0/+1
|/
* Remove non-existent tag attribute handling from Content.url_formatOliver Urs Lenz2018-11-251-1/+0
* Disinherit Page from Static so default draft status does not affect save_asOliver Urs Lenz2018-11-161-1/+5
* Bring back Content._summary.Vladimír Vondruš2018-11-111-1/+15
* Don't process metadata links before all files are present.Vladimír Vondruš2018-11-111-4/+0
* automatically copy linked static filesOliver Urs Lenz2018-11-011-26/+60
* control slug substitutions from settings with regexOliver Urs Lenz2018-10-311-3/+5
* allows pages to have draft status, like articlesOliver Urs Lenz2018-07-031-2/+6
* Merge pull request #2288 from charlesfleche/fix-metadata-intrasite-links-squa...Justin Mayer2018-02-091-5/+14
|\
| * Initialize metadata with refresh_metadata_intersite_linksCharles Flèche2018-02-091-3/+2
| * Get Content._summary from metadataCharles Flèche2018-02-091-2/+2
| * Extract refresh_metadata_intersite_links methodsCharles Flèche2018-02-091-0/+10
* | Make URL part joining aware of absolute URLs.Vladimír Vondruš2017-10-261-6/+25
* | Make the internal link replacer function public.Vladimír Vondruš2017-10-261-63/+63
|/
* Consolidate validation of content (#2128)winlu2017-07-241-41/+67
* Improve the regexp used in _update_contentjvoisin2017-03-311-2/+2
* Merge pull request #2099 from horazont/feature/stop-save_as-from-breaking-out...Justin Mayer2017-02-281-3/+31
|\
| * Check safety of save_as earlier if possibleJonas Wielicki2017-02-271-3/+31
* | Add test checking url replcmnt of unkn. filederwinlu2017-01-241-1/+1
|/
* Fixes Exception name related bugsDeniz Turgut2016-10-291-1/+2
* More granular control of tags and categories slugs. Fixes #1873Mr. Senko2016-04-011-0/+1
* Fix DeprecationWarning in _get_summaryderwinlu2015-11-031-2/+2
* replace get_summary with _get_summaryderwinlu2015-10-191-11/+13
* Add index and author replacement indicatorsOnur Aslan2015-09-191-1/+5
* fulfil pep8 standardderwinlu2015-08-171-26/+40
* add warning for unknown replacement indicatorswinlu2015-08-081-0/+5
* improve URLWrapper comparisonderwinlu2015-06-271-6/+2
* Nitpick Content decoratorsAnton Antonov2015-03-221-3/+8
* Merge pull request #1662 from iKevinY/unused-importsJustin Mayer2015-03-141-1/+1
|\
| * Remove a couple of unused importsKevin Yap2015-03-131-1/+1
* | Make sure Content uses URLWrappersDeniz Turgut2015-03-061-11/+3
|/
* Fix Pelican rendering and unit tests on Windows.George V. Reilly2015-01-251-9/+11
* Generate {tag}-style links on pages correctly. Fixes #1513Elana Hashman2015-01-021-2/+2
* fix up the datetime comparison error caused by timezone.Jiangge Zhang2014-11-101-2/+7
* Let documents {attach} static files. Fixes #1019.Forest2014-11-041-4/+74
* Merge pull request #1361 from ingwinlu/rewritten_summary_2Justin Mayer2014-11-021-6/+17
|\
| * rework summary attributewinlu2014-11-021-6/+17
* | Merge pull request #1466 from cgar/spellingJustin Mayer2014-11-021-1/+1
|\ \ | |/ |/|
| * minor spelling fixesCarlos E. Garcia2014-09-151-1/+1
* | Make StaticGenerator skip content sources. Refs #1019.Forest2014-10-311-1/+1
|/
* Merge pull request #1412 from avaris/refactor_loggingJustin Mayer2014-08-131-6/+6
|\