summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:ametaireau/pelican2.8Alexis Metaireau2012-02-2811-91/+95
|\
| * Merge pull request #218 from stephane/cleanupAlexis Metaireau2012-02-2811-91/+95
| |\
| | * Add pytz in requirementsStéphane Raimbault2012-02-281-0/+1
| | * Removed extra whitespace before /usr/bin/envStéphane Raimbault2012-02-281-1/+1
| | * Sort imports and remove trailing whitespacesStéphane Raimbault2012-02-289-88/+93
| | * Removed execution mode of default_conf.pyStéphane Raimbault2012-02-281-0/+0
| | * Removed useless importsStéphane Raimbault2012-02-282-3/+1
| | * Removed execution mode of generators.pyStéphane Raimbault2012-02-281-0/+0
| |/
* | bump versionAlexis Metaireau2012-02-282-5/+5
|/
* restore the use of python rather than pypy in the batfiles (windows)Alexis Metaireau2012-02-271-6/+4
* Merge branch 'localedate' of https://github.com/farseerfc/pelicanAlexis Metaireau2012-02-275-9/+100
|\
| * typo in docs/settings.rst#date format and localesJiachen Yang2012-02-281-5/+4
| * Added document and test case for #215Jiachen Yang2012-02-282-3/+84
| * Merge remote-tracking branch 'ametaireau/master' into localedateJiachen Yang2012-02-284-29/+43
| |\
| * | import unittest if cannot found unittest2Jiachen Yang2012-02-284-6/+17
* | | Merge pull request #215 from farseerfc/d1d82db4f7096793feee4e56ff510b0846762b04Alexis Metaireau2012-02-271-0/+5
|\ \ \ | |/ / | | / | |/ |/|
| * Change date_format to support (locale,format)Jiachen Yang2012-02-261-0/+5
* | Merge pull request #212 from mbrochh/fix_testsAlexis Metaireau2012-02-264-29/+43
|\ \ | |/ |/|
| * Added changes as per codereview.Martin Brochhaus2012-02-204-4/+3
| * Added some fixes to the test suite so that it doesn't fail any more.Martin Brochhaus2012-02-205-29/+44
|/
* Remove an useless css background image. Fix #209Alexis Metaireau2012-02-201-1/+1
* Merge pull request #210 from mbrochh/doc_updateAlexis Metaireau2012-02-201-2/+4
|\
| * Added missing documentation for MENUITEMS setting.Martin Brochhaus2012-02-201-2/+4
|/
* Merge pull request #206 from tobeplugged/patch-1Simon Liedtke2012-02-121-1/+1
|\
| * DOC: fixed typo in 'CLEAN_URLS' Tobias2012-02-121-1/+1
|/
* minor changes to MANIFEST.inAlexis Metaireau2012-01-121-2/+1
* update the documentation to make timezone configuration clearerAlexis Metaireau2011-12-292-1/+4
* Merge pull request #200 from kylef/exceptAlexis Metaireau2011-12-241-1/+1
|\
| * Fix a bug in the exception handler for a page readerKyle Fuller2011-12-241-1/+1
|/
* Merge pull request #198 from kylef/pageAlexis Metaireau2011-12-225-11/+10
|\
| * Remove WITH_PAGINATION, only have a DEFAULT_PAGINATION settingKyle Fuller2011-12-225-11/+10
|/
* Merge pull request #194 from kylef/clean_urlsAlexis Metaireau2011-12-171-2/+10
|\
| * Fix CLEAN_URLS and place articles in <slug>/index.htmlKyle Fuller2011-12-131-2/+10
* | Add the dev_requirements.txt file. Fix #195Alexis Metaireau2011-12-141-0/+5
|/
* Bad logic in delete output booleans. Pretty sure this is just a check to make...Jökull Sólberg Auðunsson2011-12-061-2/+2
* oops, broken linkAlexis Metaireau2011-11-301-1/+1
* typoAlexis Metaireau2011-11-301-1/+1
* add some docs written a long time agoAlexis Metaireau2011-11-305-0/+128
* Don't install the venv in the sources root, this can cause troubles with the ...Alexis Metaireau2011-11-291-1/+1
* Merge pull request #190 from brianhsu/masterAlexis Metaireau2011-11-291-0/+1
|\
| * Add unique_id to RSS/ATOM feeds.Brian Hsu2011-11-291-0/+1
|/
* add CLEAN_URLS to the documentationAlexis Metaireau2011-11-271-0/+3
* add information about mardown in the FAQAlexis Metaireau2011-11-271-0/+12
* Merge pull request #188 from jokull/masterAlexis Metaireau2011-11-264-8/+24
|\
| * Added WITH_FUTURE_DATES settings, which if true treats future dated content a...Jökull Sólberg Auðunsson2011-11-262-3/+6
| * Warning string formatting needs unicode if filename is utf-8Jökull Sólberg Auðunsson2011-11-261-1/+1
| * Never fail on generating posts, just skip and log exception.Jökull Sólberg Auðunsson2011-11-231-2/+11
| * More forgiving date strings.Jökull Sólberg Auðunsson2011-11-231-2/+6
* | `exit` replaced by `sys.exit` to avoid crashes on cx_Freeze & py2exe (useful ...Skami182011-11-251-2/+2
|/
* Merge pull request #183 from ranjhith/masterAlexis Metaireau2011-11-141-1/+1
|\