summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #1042 enable (sym)linking of static content and sourcesstatic_symlink_1042Ondrej Grover2014-05-095-8/+85
* Fix #1335 remove old and unmaintained French docsOndrej Grover2014-05-0411-876/+0
* rename CACHE_DIR -> CACHE_PATH to unify with rest of PelicanOndrej Grover2014-05-026-29/+41
* Remove errant backtickJustin Mayer2014-05-021-1/+1
* Fix get_writer signal received result unpackingOndrej Grover2014-05-011-2/+2
* Remove errant leading spaces from fabfile.py.inJustin Mayer2014-04-301-3/+3
* Show setting defaults as actual codeJustin Mayer2014-04-301-213/+211
* Add Python 3.4 to Travic CI configurationJustin Mayer2014-04-301-0/+1
* Fix #1277 use rsync -c option as all output is rewrittenOndrej Grover2014-04-282-2/+3
* Really fix #1311 by declaring CSS overrides as !importantOndrej Grover2014-04-281-4/+4
* Fix #1311 wide tables in RTD theme, remove old theme filesOndrej Grover2014-04-288-289/+18
* Merge pull request #1330 from smartass101/unify-run-get_-signalsJustin Mayer2014-04-273-5/+21
|\
| * add get_writer signal and unify with get_generatorsOndrej Grover2014-04-273-5/+21
|/
* Merge pull request #1328 from Scheirle/StaticGeneratorSignalsJustin Mayer2014-04-262-0/+13
|\
| * send the static_generator_{init, finalized} signals.Bernhard Scheirle2014-04-242-0/+13
* | Merge pull request #1329 from smartass101/fix_caching_subclass_superJustin Mayer2014-04-251-1/+1
|\ \
| * | use correct CachingGenerator class in super() callOndrej Grover2014-04-251-1/+1
|/ /
* | Merge pull request #1313 from al-tonio/frenchdateJustin Mayer2014-04-211-0/+19
|\ \
| * | Test to reproduce an issue that occurs with python3.3 under macos10 onlyAntoine Brenner2014-04-151-0/+19
* | | Merge pull request #1320 from smartass101/cache_raw_contentJustin Mayer2014-04-209-81/+200
|\ \ \
| * | | split content caching into two layersOndrej Grover2014-04-209-81/+200
|/ / /
* | | Merge pull request #1310 from eincs/handle-multiline-meta-in-markdownJustin Mayer2014-04-183-0/+20
|\ \ \
| * | | Handle list metadata as list of string in MarkdownReaderJames Lee2014-04-193-0/+20
* | | | Add feeds for each authorShauna2014-04-187-0/+179
* | | | Make docutils requirement explicit. Fixes #1243.Tastalian2014-04-181-9/+6
* | | | Text tweaks for "PLUGIN_PATH as list" featureJustin Mayer2014-04-182-6/+6
* | | | Ability to specify PLUGIN_PATH as listLonewolf2014-04-183-5/+14
|/ / /
* | | Merge pull request #1318 from smartass101/fix_cacher_open_funcJustin Mayer2014-04-182-19/+65
|\ \ \
| * | | set _cache_open func even if not loading cache, fixes autoreloadOndrej Grover2014-04-182-19/+65
* | | | Merge pull request #1314 from smartass101/write-selected-only-PRJustin Mayer2014-04-187-2/+81
|\ \ \ \ | |/ / / |/| | |
| * | | enable writing of only selected output pathsOndrej Grover2014-04-177-2/+81
| |/ /
* | | Merge pull request #1316 from saimn/toxJustin Mayer2014-04-171-1/+1
|\ \ \ | |/ / |/| |
| * | Add python 3.4 to tox config.Simon Conseil2014-04-171-1/+1
|/ /
* | Merge pull request #1309 from al-tonio/date_format_japanese_fix_python2Justin Mayer2014-04-158-3/+58
|\ \
| * | Make sure locale is what we want before/after the testsAntoine Brenner2014-04-157-2/+44
| * | Fix unittest issue related to python2/python3 differencesAntoine Brenner2014-04-151-1/+14
* | | Fix settings table in docsJustin Mayer2014-04-151-4/+4
* | | Added new sphinxtheme as requirement for docs Modified docs conf to support t...Lonewolf2014-04-152-9/+28
|/ /
* | Add s3cmd MIME type detectionFederico Ceratto2014-04-151-1/+1
* | Cache content to speed up reading. Fixes #224.Ondrej Grover2014-04-159-34/+336
* | Merge pull request #1308 from al-tonio/download_attachments_japanese_error_ms...Justin Mayer2014-04-141-2/+12
|\ \
| * | Fix error in download_attachments() triggered by python2 unit testAntoine Brenner2014-04-141-2/+12
* | | Minor text changes to log message limitationJustin Mayer2014-04-145-21/+21
|/ /
* | Merge pull request #1307 from al-tonio/datetestfixJustin Mayer2014-04-141-3/+9
|\ \
| * | Fix unittest issue related to python2/python3 differencesAntoine Brenner2014-04-141-3/+9
| |/
* | Merge pull request #1030 from Rogdham/filter_logJustin Mayer2014-04-148-33/+146
|\ \ | |/ |/|
| * Limit and filter logsRogdham2014-04-018-33/+146
* | Minor correction to settings documentationJustin Mayer2014-04-071-4/+4
* | Fix deprecated logger warning for Python 3Justin Mayer2014-04-021-3/+3
|/
* Merge pull request #1266 from hrbonz/date_timezoneJustin Mayer2014-03-314-38/+37
|\