Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-24all: Unify case of config variable namesAlbert Nigmatzianov
2016-10-24Avoid reading from Viper for path and URL funcsBjørn Erik Pedersen
2016-09-18helpers: Skip TestGetRealPath on Windows when not in CIBjørn Erik Pedersen
2016-09-18Fail early in TestGetRealPathBjørn Erik Pedersen
2016-09-11Handle symlink change eventBjørn Erik Pedersen
2016-03-23helpers: Fix and add Godoc in path*Bjørn Erik Pedersen
2016-03-22helpers: Apply gofmtBjørn Erik Pedersen
2016-03-22Add '+' as one of the valid characters in urls specified in the front matterAditya Bhargava
2016-01-01Fixes #1292Daniel TISCHER
2015-12-11Add copyright header to that source files that don’t have one.Anthony Fok
2015-12-09move some of the path helper utilities to aferoSteve Francia
2015-11-23Improve "watching for ..." loggingBjørn Erik Pedersen
2015-10-18Preserve Unicode marks in MakePathBjørn Erik Pedersen
2015-09-01Add config option "disablePathToLower"chrongzhang
2015-08-26Unexport FileAndExtBjørn Erik Pedersen
2015-06-16Make removal of accents in taxonomy and section paths optionalBjørn Erik Pedersen
2015-05-31Remove accents in URLsbep
2015-05-27Never remove trailing slash in RelPermalinkbep
2015-05-25Unexport filepath/path bridge typesbep
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-16Add support for URLs relative to context rootbep
2015-04-03helpers: fix some go vet errorsbep
2015-04-02List directories being watched when server is runDylan MacKenzie
2015-03-06Fix errors reported by Go Vetbep
2015-02-17Merge to stay up to date with current devCyrill Schumacher
2015-01-28Use runtime.GOOS to identify Windows specific path testsbep
2015-01-27Split Windows and Unix specific path testsbep
2015-01-27Temporarily comment out breaking Windows test casebep
2015-01-27Introduce FilepathPathBridgebep
2015-01-27Add more tests to helperbep
2014-12-09Fix various Windows-issuesbep
2014-11-14Reinsert deleted testbep
2014-11-05Fixing some testsspf13
2014-11-05Updating tests to use hugofsspf13
2014-11-05rewriting guessSection to accurately reflect intent and usage. Update tests.spf13
2014-11-05First stab at correcting GuessSection testsOwen Waller
2014-11-05Fix: remove the unnecessary dot in an extensionOwen Waller
2014-11-05Updated TestReplaceExtensioni, TestFilename and TestFileAndExtOwen Waller
2014-11-05WriteToDisk and SafeWriteToDisk test cleaned upOwen Waller
2014-11-05WriteToDisk and SafeWriteToDisk tests now passOwen Waller
2014-11-05Fix: Test TestSafeWriteToDisk now worksOwen Waller
2014-11-05Added the path modules test filesOwen Waller