summaryrefslogtreecommitdiff
path: root/pelican/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'remotes/malept/davidmarble-page-order-by' into ...Vincent Jousse2014-05-141-1/+25
| |\
| | * Support ordering pages and articles when iterating in templates.David Marble2013-11-141-1/+25
* | | Merge pull request #1446 from avaris/enhanced_strftimeJustin Mayer2014-08-281-2/+19
|\ \ \
| * | | Fixes #1395: extends pelican.utils.strftime with `-` prefix to strip leading ...Deniz Turgut2014-07-161-2/+19
* | | | Merge pull request #1412 from avaris/refactor_loggingJustin Mayer2014-08-131-33/+32
|\ \ \ \
| * | | | Refactor logging handlingDeniz Turgut2014-07-221-33/+32
| |/ / /
* | | | Add timezone to datetime objects. Refs #962.OGINO Masanori2014-07-041-1/+3
|/ / /
* | | Fix test errors on OSXDeniz Turgut2014-06-261-2/+8
* | | Fix #1198, enable custom locale in template rendering, fixes linksOndrej Grover2014-06-261-2/+19
* | | catch arbitrary exceptions during cache unpicklingOndrej Grover2014-06-081-1/+1
|/ /
* | rename CACHE_DIR -> CACHE_PATH to unify with rest of PelicanOndrej Grover2014-05-021-6/+12
* | split content caching into two layersOndrej Grover2014-04-201-30/+39
* | Merge pull request #1318 from smartass101/fix_cacher_open_funcJustin Mayer2014-04-181-19/+17
|\ \
| * | set _cache_open func even if not loading cache, fixes autoreloadOndrej Grover2014-04-181-19/+17
* | | enable writing of only selected output pathsOndrej Grover2014-04-171-0/+14
|/ /
* | Cache content to speed up reading. Fixes #224.Ondrej Grover2014-04-151-0/+113
* | change date metadata parsing to dateutil.parserStefan hr Berder2014-02-231-34/+5
* | Simplify usage of `utils.copy`Rogdham2013-12-071-11/+8
* | Fix `utils.copy` for copying files, add unit testsRogdham2013-12-071-1/+1
|/
* Preserve file metadata (esp. timestamps) when copy static files to output fol...zhouji2013-10-151-2/+2
* Fix `utils.copy` behaviourbmcorser2013-09-141-0/+3
* Hack out `overwrite` parambmcorser2013-08-241-3/+1
* Fix for THEME_STATIC_PATHS by copying sensitivelybmcorser2013-08-211-9/+17
* Refactor pelican_open using contextmanagerSimon Conseil2013-08-041-21/+17
* Allow text substitutions when generating slugsAndy Pearce2013-07-041-3/+5
* Keep certain files when cleaning output; fix #574Justin Mayer2013-06-251-4/+7
* Clean up minor text formatting, spelling, grammarJustin Mayer2013-06-221-5/+5
* utils: Use pytz instead of datetime.timezone for timezonesW. Trevor King2013-06-111-2/+2
* utils: Add some ISO 8601 forms to get_date()W. Trevor King2013-06-111-16/+34
* Merge pull request #848 from Rogdham/no_overwriteAlexis Metaireau2013-05-131-6/+13
|\
| * Add non unique slug warnings for translationsRogdham2013-04-141-6/+13
* | Merge pull request #862 from avaris/emacs-autoreloadJustin Mayer2013-04-221-2/+10
|\ \
| * | ignore emacs lock files and exception handling for watchersDeniz Turgut2013-04-221-2/+10
* | | adds a 'strftime' jinja fiter that uses LOCALEDeniz Turgut2013-04-211-0/+20
|/ /
* | bugfix and tests for no settings path (no -s option)Deniz Turgut2013-04-191-5/+8
* | add feedback to user and refactor 'autoreload' codeDeniz Turgut2013-04-191-36/+32
* | Fix bug with MacOS in utils.strftimeRogdham2013-04-171-10/+5
* | refactored utils.strftimeDeniz Turgut2013-04-161-43/+39
|/
* remove unittest2 and fix various warnings in py3Deniz Turgut2013-04-131-1/+2
* Fixed path_to_url when os.sep is not '/'.unknown2013-04-121-1/+1
* Add translation metadata support.Rogdham2013-04-061-2/+14
* Fixes #630Irfan Ahmad2013-03-231-1/+2
* utils: Add path_to_url() and generalize get_relative_path()W. Trevor King2013-03-211-3/+12
* Convert '.' and '..' to the less magical os.curdir and os.pardirW. Trevor King2013-03-211-3/+3
* pelican/utils: Add split_all() and rework static URL generationW. Trevor King2013-03-101-0/+21
* Some doc + various enhancementsAlexis Métaireau2013-03-101-10/+12
* bom detection and removalJoseph Reagle2013-03-031-2/+5
* Manual pass on sources for better standards.Alexis Métaireau2013-03-031-37/+42
* format exceptions as stringsdave mankoff2013-02-101-3/+4
* fix string formatting errorsdave mankoff2013-02-101-3/+3