Fix various Windows-issues
authorbep <bjorn.erik.pedersen@gmail.com>
Sun, 7 Dec 2014 18:48:00 +0000 (19:48 +0100)
committerspf13 <steve.francia@gmail.com>
Tue, 9 Dec 2014 14:43:15 +0000 (09:43 -0500)
commit9f77f93071d836a35b0078d1b349968abddb4a18
tree909238a41b20b9e23324e4ffca01e8143655dd4a
parent3a8c12418a97230df714488e522f44ce8af685c5
Fix various Windows-issues

File handling was broken on Windows. This commit contains a revision of the path handling with separation of file paths and urls where needed.

There may be remaining issues and there may be better ways to do this, but it is easier to start that refactoring job with a set of passing tests.

Fixes #687
Fixes #660
19 files changed:
helpers/general.go
helpers/path.go
helpers/path_test.go
helpers/url.go
helpers/url_test.go
hugolib/page.go
hugolib/pageGroup_test.go
hugolib/page_permalink_test.go
hugolib/page_test.go
hugolib/path_seperators_windows_test.go
hugolib/site_show_plan_test.go
hugolib/site_test.go
hugolib/site_url_test.go
source/file.go
source/filesystem_windows_test.go
target/alias_test.go
target/page.go
target/page_test.go
tpl/template.go