summaryrefslogtreecommitdiffstats
path: root/helpers/path_test.go
AgeCommit message (Expand)Author
2024-01-27all: Rework page store, add a dynacache, improve partial rebuilds, and some g...develop2024Bjørn Erik Pedersen
2023-05-16helpers: simplify path tests with T.TempDirOleksandr Redko
2023-05-16Create a struct with all of Hugo's config optionsBjørn Erik Pedersen
2023-03-01Replace deprecated ioutil with io and osOleksandr Redko
2022-12-19helpers: Allow at signs in UnicodeSanitize (note)Joe Mooring
2022-04-08Rework the Destination filesystem to make --renderStaticToDisk workBjørn Erik Pedersen
2022-02-23helpers: Allow hyphens in UnicodeSanitizeCameron Moore
2021-06-18Split out the puthe path/filepath functions into common/pathsBjørn Erik Pedersen
2021-06-14Misc config loading fixesBjørn Erik Pedersen
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
2019-08-12tests: Convert from testify to quicktestBjørn Erik Pedersen
2019-07-25Block symlink dir traversal for /staticBjørn Erik Pedersen
2019-07-24Add Hugo ModulesBjørn Erik Pedersen
2019-03-24all: Apply staticcheck recommendationsBjørn Erik Pedersen
2018-12-30Revert " Fix handling of taxonomy terms containing slashes"Bjørn Erik Pedersen
2018-10-03helpers: Consolidate MakeSegment vs MakePathSanitizedBjørn Erik Pedersen
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