summaryrefslogtreecommitdiff
path: root/pelican/tests
Commit message (Expand)AuthorAgeFilesLines
* Support inline SVG images (#2634)Justin Mayer2019-10-173-0/+26
|\
| * Support inline SVGs (don't break on title in inline SVG).Stuart Axon2019-10-153-0/+26
* | Update functional test output for category in feedJustin Mayer2019-10-1737-188/+188
* | Adding missing call to topdown=True in Generator.get_filesLucas Cimon2019-10-171-1/+1
|/
* Skip some non-Windows tests on WindowsMinchinWeb2019-08-213-7/+27
* Add CSS classes for reStructuredText figuresJustin Mayer2019-07-233-6/+51
* replace os.mknod with open for macos and windows compatibilityOliver Urs Lenz2019-07-031-3/+3
* Support for python -m pelicanTim Gates2019-06-141-0/+7
* PyCodeStyle fixJustin Mayer2019-06-101-1/+0
* Configure footnote test to keep hyphen as separatorJustin Mayer2019-06-101-1/+5
* Provide 'all_articles' variable to period pagesMarcin Juszkiewicz2019-04-191-3/+6
* Allow directories in EXTRA_PATH_METADATAAndrew Vant2019-03-061-0/+32
* Fix linting issuesJohn Franey2019-02-061-15/+15
* Merge pull request #2503 from mosra/paginator-broken-againJustin Mayer2019-01-271-2/+3
|\
| * pagination: this lstrip() was way too hungry, eating absolute URLs.Vladimír Vondruš2019-01-041-2/+3
* | Add relative_source_path attribute to contentBryan Brattlof2019-01-261-0/+28
|/
* Remove Atom summaries when they are unnecessaryNicolas Le Manchet2018-12-1821-269/+99
* Make the blogger tests consistant with the wp ones - castStuart Axon2018-11-261-9/+11
* Don't convert posts to lists for wp importer.Stuart Axon2018-11-261-6/+8
* Merge pull request #2452 from stuaxo/patch-6Justin Mayer2018-11-261-7/+9
|\
| * Update pelican_import.pyStuart Axon2018-11-171-7/+9
* | Remove non-existent tag attribute handling from Content.url_formatOliver Urs Lenz2018-11-251-14/+1
* | Disinherit Page from Static so default draft status does not affect save_asOliver Urs Lenz2018-11-161-0/+15
|/
* Merge pull request #2374 from jorgesumle/hreflangJustin Mayer2018-11-1232-34/+54
|\
| * Add hreflang attribute to default themesJorge Maldonado Ventura2018-07-0532-34/+54
* | Replace %s rather than fallback to defaultsAndrew Jorgensen2018-11-111-0/+9
* | Merge pull request #2406 from mosra/metadata-intrasite-links-process-only-onceJustin Mayer2018-11-115-0/+48
|\ \
| * | Don't process metadata links before all files are present.Vladimír Vondruš2018-11-111-0/+4
| * | Add a test for false-positive warnings about intersite links.Vladimír Vondruš2018-11-114-0/+44
* | | Merge pull request #2439 from mosra/settings-paginated-templates-deprecation-fixJustin Mayer2018-11-111-0/+25
|\ \ \
| * | | settings: add another consistency test for SLUG_SUBSTITUTIONS.Vladimír Vondruš2018-11-111-0/+11
| * | | settings: test reading PAGINATED_DIRECT_TEMPLATES from pelicanconf.py.Vladimír Vondruš2018-11-111-0/+14
| |/ /
* | | Fix example sites in metadata tags list testJustin Mayer2018-11-112-3/+3
* | | Merge branch 'master' into html_list_tagsJustin Mayer2018-11-1126-140/+305
|\ \ \
| * | | Add tests verifying graceful handling on reST errors.Vladimír Vondruš2018-11-103-0/+25
| |/ /
| * | Convert FEED settings from `%s` to `{slug}` redux (#2432)MinchinWeb2018-11-031-1/+1
| * | automatically copy linked static filesOliver Urs Lenz2018-11-0123-139/+279
* | | Merge branch 'master' into html_list_tagsJustin Mayer2018-11-01134-161/+1814
|\ \ \ | |/ /
| * | control scope of identification of translations with new settingsOliver Urs Lenz2018-11-012-28/+53
| * | tweak paginator to accomodate {slug}.html patternsOliver Urs Lenz2018-11-011-2/+2
| * | Merge pull request #2326 from oulenz/slug_substitutionsJustin Mayer2018-10-315-37/+141
| |\ \
| | * | control slug substitutions from settings with regexOliver Urs Lenz2018-10-315-37/+141
| * | | Merge pull request #2324 from oulenz/get_suffixesJustin Mayer2018-10-311-0/+58
| |\ \ \ | | |/ / | |/| |
| | * | correct suffix order in ComplexHTTPRequestHandlerOliver Urs Lenz2018-08-081-0/+58
| * | | Merge pull request #2389 from farseerfc/masterJustin Mayer2018-10-241-1/+5
| |\ \ \
| | * | | fix travis tests for py27 by try import collections.abcJiachen YANG2018-07-251-2/+6
| | * | | fix DeprecationWarnning about collections.abcJiachen YANG2018-07-251-2/+2
| * | | | Merge pull request #2384 from oulenz/pagination_per_templateJustin Mayer2018-09-153-11/+34
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | control pagination per templateOliver Urs Lenz2018-07-123-11/+34
| | |/ /
| * | | add blogger importerOliver Urs Lenz2018-08-072-1/+1117