summaryrefslogtreecommitdiff
path: root/pelican
Commit message (Expand)AuthorAgeFilesLines
* Modernize code base to Python 3+ syntaxremove-legacyJustin Mayer2020-04-2733-163/+103
* Remove duplicate tests in test_contentsDeniz Turgut2020-04-211-14/+16
* Merge pull request #2731 from avaris/unicode-slugifyJustin Mayer2020-04-216-34/+122
|\
| * Expose preserve_case option from slugifyDeniz Turgut2020-04-214-12/+36
| * Expose use_unicode setting of slugify in settings and use itDeniz Turgut2020-04-194-18/+35
| * Rewrite pelican.utils.slugify to use unicode and add testsDeniz Turgut2020-04-192-16/+63
* | Fix Python 2/3 cache pickle format incompatibilityJustin Mayer2020-04-201-1/+1
* | Fix anchor link to TIMEZONE settings documentationJustin Mayer2020-04-201-1/+1
* | Merge pull request #2593 from sharmaeklavya2/relative-static-pathsJustin Mayer2020-04-181-2/+1
|\ \ | |/ |/|
| * Only use relative paths in StaticGeneratorEklavya Sharma2019-07-091-2/+1
* | Fix legacy plugin loadingDeniz Turgut2020-04-173-1/+21
* | Add Typogrify/SmartyPants dashes config parameter (#2615)fancsali2020-04-166-0/+90
* | Merge pull request #2727 from avaris/cleanup-after-testsJustin Mayer2020-04-161-0/+1
|\ \
| * | Reset global state set by tests in test_pelicanDeniz Turgut2020-04-161-0/+1
* | | Remove Piwik from theme and settings docsJustin Mayer2020-04-161-19/+0
* | | Flake8 fixJustin Mayer2020-04-161-0/+1
* | | Fix building asciidoc headers in importer & add docsJustin Mayer2020-04-161-3/+2
* | | PELICAN: pelican_import.py: add support for pelican-import -m asciidocTim Janik2020-04-161-2/+30
* | | Merge pull request #2724 from getpelican/theme-metadataJustin Mayer2020-04-1644-0/+51
|\ \ \
| * | | Update test output with "description" metadata tagtheme-metadataJustin Mayer2020-04-1542-0/+42
| * | | Put summary in notmyidea "description" HTML metadataJustin Mayer2020-04-152-0/+9
* | | | Preserve category case in importerJustin Mayer2020-04-154-7/+16
* | | | Fix output directory deletion logicfix-delete-output-logicJustin Mayer2020-04-151-4/+5
|/ / /
* | | Add a draft without date for #2488Deniz Turgut2020-04-143-0/+260
* | | Account for existing namespace plugins in plugin testsDeniz Turgut2020-04-141-17/+20
|/ /
* | Reduce warnings and errors in sample contentJustin Mayer2020-04-1424-35/+123
* | Add HTML meta generator tag to functional test outputJustin Mayer2020-04-14102-0/+102
* | Add HTML meta generator tag to theme base templatesJustin Mayer2020-04-142-0/+2
* | Set timezone when assigning max datetime to draftsdraft-tzJustin Mayer2020-04-142-2/+3
* | Quote Makefile paths so it handles spacesBoian Berberov2020-04-131-16/+16
* | Add missing <ul> element to index.html template in notmyidea theme (#2545)Boian Berberov2020-04-121-1/+7
* | Merge pull request #2687 from LouisJackman/add-devserver-global-make-targetJustin Mayer2020-04-121-0/+7
|\ \
| * | Add a devserver-global task for non-local dev testingLouisJackman2020-01-231-0/+7
* | | Merge pull request #2716 from avaris/limit-filterJustin Mayer2020-04-122-3/+83
|\ \ \
| * | | Fix LOG_FILTER to act on exact messagesDeniz Turgut2020-04-122-3/+83
* | | | Add PORT to serve-global Makefile taskJustin Mayer2020-04-121-0/+4
|/ / /
* | | Merge pull request #2713 from getpelican/pin-pygmentsJustin Mayer2020-04-1280-82/+82
|\ \ \
| * | | Update functional test outputJustin Mayer2020-04-1278-80/+80
| * | | Ensure consistent title spacing in themesJustin Mayer2020-04-122-2/+2
* | | | Add settings for custom Jinja globals and tests (#2715)Justin Mayer2020-04-123-0/+87
|/ / /
* | | Update links to HTTPS and current 301 redirects in docs/templates/themes (#2661)Kurt McKee2020-04-12116-227/+228
* | | Skip MD metadata parsing in latest Python-Markdownskip-md-metadata-parseJustin Mayer2020-04-121-1/+1
* | | Skip Markdown metadata parsing within metadataAnnika Backstrom2020-04-124-0/+24
* | | Remove CSS references to the non-existent digg.png iconKurt McKee2020-04-124-4/+0
* | | Merge pull request #2643 from mxjeff/simple-theme-missing-striptagsJustin Mayer2020-04-122-2/+2
|\ \ \
| * | | Fixed simple theme, add missing striptags filterkaliko2019-10-252-2/+2
* | | | Added an additional assert as requested(GalaxyMaster)2020-04-121-0/+1
* | | | Added a test for the emd marker(GalaxyMaster)2020-04-111-0/+13
* | | | Added support for the summary end marker configuration(GalaxyMaster)2020-04-112-1/+3
* | | | Merge pull request #2706 from nikolausschueler/makefixJustin Mayer2020-03-251-6/+9
|\ \ \ \