summaryrefslogtreecommitdiffstats
path: root/helpers/path_test.go
AgeCommit message (Expand)Author
2018-08-22 Fix handling of taxonomy terms containing slashesCameron Moore
2018-07-06Add Hugo Piper with SCSS support and much moreBjørn Erik Pedersen
2018-06-10Add support for theme composition and inheritanceBjørn Erik Pedersen
2018-04-02Add support for a content dir set per languageBjørn Erik Pedersen
2018-02-21Run gofmt -s with Go 1.10Bjørn Erik Pedersen
2017-12-27:sparkles: Implement Page bundling and image handlingBjørn Erik Pedersen
2017-11-17Add support for multiple staticDirsBjørn Erik Pedersen
2017-06-13Run gofmt to get imports in line vs gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-03-27all: Propagate baseURL error to the callersBjørn Erik Pedersen
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
2017-02-04helpers: Fix misspellsbogem
2017-02-04all: Refactor to nonglobal file systemsBjørn Erik Pedersen
2017-01-07helpers: Allow tilde in URLsBjørn Erik Pedersen
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-21Add '+' as one of the valid characters in urls specified in the front matterAditya Bhargava
2016-01-01Fixes #1292Daniel TISCHER
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
2015-12-08move 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-27Use 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-13Reinsert deleted testbep
2014-11-04Fixing some testsspf13
2014-11-04Updating tests to use hugofsspf13
2014-11-04rewriting guessSection to accurately reflect intent and usage. Update tests.spf13
2014-11-04First stab at correcting GuessSection testsOwen Waller