summaryrefslogtreecommitdiffstats
path: root/common/paths/url_test.go
AgeCommit message (Collapse)Author
2023-12-04tpl/urls: Retain query and fragment with absURL and absLangURLJoe Mooring
Closes #11772
2022-01-16common/paths: Remove unused codeBjørn Erik Pedersen
2021-06-18Split out the puthe path/filepath functions into common/pathsBjørn Erik Pedersen
So they can be used from the config package without cyclic troubles. Updates #8654