summaryrefslogtreecommitdiffstats
path: root/helpers/url.go
AgeCommit message (Expand)Author
2018-06-10Add support for theme composition and inheritanceBjørn Erik Pedersen
2018-01-06Fix URLs for bundle resources in multihost modeBjørn Erik Pedersen
2018-01-06Fix sub-folder baseURL handling for Page resourcesBjørn Erik Pedersen
2017-12-29commands: Make sure all language homes are always re-rendered in fast render ...Bjørn Erik Pedersen
2017-03-27output: Rename HTMLType etc. to HTMLFormatBjørn Erik Pedersen
2017-03-27Remove the now superflous defaultExtensionBjørn Erik Pedersen
2017-03-27Add custom protocol support in PermalinkBjørn Erik Pedersen
2017-03-27hugolib: Refactor/-work the permalink/target path logicBjørn Erik Pedersen
2017-03-02helpers: Return partially cleaned URL in case of error in URLPrep anywayBjørn Erik Pedersen
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
2017-01-02commands, helpers: Fix docsbogem
2016-11-27hugolib: Fix regressions with uglyURLsBjørn Erik Pedersen
2016-11-22all: Use jww instead of fmt for printingbogem
2016-11-05helpers: Golint fixesBjø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-13helpers: Improve the language prefix logicBjørn Erik Pedersen
2016-09-13helpers: Avoid adding language prefix if already presentBjørn Erik Pedersen
2016-09-06Fix YAML loading of multilingual configBjørn Erik Pedersen
2016-09-06Render main content language in root by defaultBjørn Erik Pedersen
2016-09-06Multilingual TODO-fixes, take 1Bjørn Erik Pedersen
2016-09-06Improve language handling in URLsBjørn Erik Pedersen
2016-09-06Optimize the multilanguage build processBjørn Erik Pedersen
2016-08-18docs: Correct all erroneous swaps of "it's" and "its"Mark D. Blackwell
2016-04-27helpers: Use net/url for URL parsing in AbsURLCameron Moore
2016-03-24helpers: Apply GoLint rulesdigitalcraftsman
2016-03-10Make absURL properly handle baseURL with path componentMarek Janda
2016-01-04Fix /.xml RSSLink when uglyurls are enabledJohn McFarlane
2015-12-07Fix copyright headers in source filesBjørn Erik Pedersen
2015-11-23Change the license to Apache 2.0Steve Francia
2015-11-22Fix missing word in code comment (my own fault)Anthony Fok
2015-10-15Rename prettiyPath to prettifyPathBjørn Erik Pedersen
2015-10-14Unexport internal path helperBjørn Erik Pedersen
2015-09-01Add config option "disablePathToLower"chrongzhang
2015-08-26Unexport FileAndExtBjørn Erik Pedersen
2015-05-25Unexport filepath/path bridge typesbep
2015-05-11Add relURL template funcbep
2015-05-11Add absURL template funcbep
2015-05-05Do not add trailing slash to baseURLbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07helpers: apply some Golint rulesbep
2015-02-28Keep trailing slash when baseUrl contains a sub pathbep
2015-02-17Adapt to relative path bug fix in purellAnthony Fok
2015-01-28ignore root path, no need strip traling slashfundon
2015-01-27Introduce FilepathPathBridgebep
2015-01-26Add pagination support for home page, sections and taxonomiesbep
2015-01-23Fix RelPermalink() and Urls in menus vs canonifyUrlsbep
2015-01-20Minor polish in path/urlbep
2014-12-26Wrap comments helpers package to fit 80-column widthAnthony Fok