1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
George V. Reilly 4c25610cd8 Fix Pelican rendering and unit tests on Windows.
* Fix {filename} links on Windows.
  Otherwise '{filename}/foo/bar.jpg' doesn't work
* Clean up relative Posix path handling in contents.
* Use Posix paths in readers
* Environment for Popen must be strs, not unicodes.
* Ignore Git CRLF warnings.
* Replace CRLFs with LFs in inputs on Windows.
* Fix importer tests
* Fix test_contents
* Fix one last backslash in paginated output
* Skip the remaining failing locale tests on Windows.
* Document the use of forward slashes on Windows.
* Add some Fabric and ghp-import notes
2015-01-25 17:42:53 -08:00
..
tests Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
themes Merge pull request #1457 from svenkreiss/master 2014-11-02 14:55:04 -08:00
tools Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
__init__.py Increment version to 3.5 2014-11-04 19:43:14 -08:00
contents.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
generators.py Make PAGE_EXCLUDES work with subdirs. Fixes #1500. 2014-11-01 17:38:20 -07:00
log.py minor spelling fixes 2014-09-15 20:29:00 -04:00
paginator.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
readers.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
rstdirectives.py Fix bug with custom reST :abbr: role. Fixes #949 2014-10-16 07:09:20 -07:00
server.py Refactor logging handling 2014-07-22 12:39:39 -04:00
settings.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
signals.py Add feed_written signal 2014-08-28 20:09:42 +02:00
urlwrappers.py fix the parameters for a logging.warning call 2014-10-12 12:37:04 +01:00
utils.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
writers.py Merge pull request #1399 from Scheirle/fix_feed_localized_url 2014-11-04 07:29:42 -08:00