summaryrefslogtreecommitdiffstats
path: root/helpers/url.go
AgeCommit message (Expand)Author
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
2014-12-12Commenting helpers packageAhsanul Haque
2014-12-09Fix various Windows-issuesbep
2014-11-13converted helpers usage of path 2 filepathJoel Scoble
2014-11-04Fixing some testsspf13
2014-11-04Added the url modules test files.Owen Waller
2014-10-15Fix spf13/hugo#467. RSSLink now point to index.xmlJian Zhou
2014-09-08Go back to lowercase slugs. Also, use MakePathToLower in TestMakeToLower.Jakub Turski
2014-08-25Fix #302. Links now have trailing slashes.spf13
2014-08-25Support subdir in baseurl.Nate Finch
2014-04-07strip trailing baseurl slash. Added a new template function "sanitizeurl" whi...spf13
2014-03-31Adding support for logging & verbose logging. Consolidation of error handling...spf13
2014-03-01Fixing issues go vet reports.Mike Keesey
2014-02-27Reorganization of helpers. Centralized Url/Path logic. Fixed #175.spf13