1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Ondrej Grover 3f6b130d6e Fix #1198, enable custom locale in template rendering, fixes links
reverts getpelican/pelican@ddcccfeaa9

If one used a locale that made use of unicode characters (like fr_FR.UTF-8)
the files on disk would be in correct locale while links would be to C.

Uses a SafeDatetime class that works with unicode format strigns
by using custom strftime to prevent ascii decoding errors with Python2.

Also added unicode decoding for the calendar module to fix period
archives.
2014-06-26 00:00:19 -04:00
..
tests Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00
themes Run tag name through escape filter to avoid invalid HTML 2014-02-18 15:01:31 +01:00
tools Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00
__init__.py Fix #1344 move PLUGIN_PATH -> PLUGIN_PATHS 2014-05-14 14:19:52 +02:00
contents.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00
generators.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00
log.py Minor text changes to log message limitation 2014-04-14 16:18:07 -04:00
paginator.py Fix Issue #1165 allows extensions to be set by certain settings 2014-03-08 20:33:23 -05:00
readers.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00
rstdirectives.py Support for pygment defaults and relevant documentation 2013-09-15 23:13:17 -07:00
server.py Allow socket address reuse; fixed #1264 2014-02-14 14:20:38 -08:00
settings.py Merge pull request #1322 from smartass101/get_files_multiple_paths 2014-06-25 07:29:22 -07:00
signals.py add get_writer signal and unify with get_generators 2014-04-27 14:25:08 +02:00
urlwrappers.py Allow text substitutions when generating slugs 2013-07-04 12:17:21 +01:00
utils.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00
writers.py Fix #1198, enable custom locale in template rendering, fixes links 2014-06-26 00:00:19 -04:00