summaryrefslogtreecommitdiffstats
path: root/helpers
AgeCommit message (Expand)Author
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-05-11Add relURL template funcbep
2015-05-11Add absURL template funcbep
2015-05-10Make page 1 alias uglybep
2015-05-08Update test logs for uniformity and consistencybep
2015-05-08Very experimental support for mmarkAnthony Fok
2015-05-07Add blackfriday/ExtensionsMask option.Yosuke INOUE
2015-05-07Allow 'classprefix' pygments options.Andrew Gallant
2015-05-05Do not add trailing slash to baseURLbep
2015-04-30tpl: add sanity check to prevent panic in seq on big numsbep
2015-04-28Print ERROR on theme vs Hugo version mismatchbep
2015-04-16Only write highlight to cache when CacheDir is setbep
2015-04-15Add more options to highlightbep
2015-04-14Fix potential Windows path issue with Pygments cachebep
2015-04-03helpers: add some missing documentationbep
2015-04-03helpers: fix some go vet errorsbep
2015-04-03Return early from DistinctErrorLogger's Printfbep
2015-04-02List directories being watched when server is runDylan MacKenzie
2015-03-31Return error on wrong use of the Paginatorbep
2015-03-30Add some more corner tests for ReaderContainsbep
2015-03-29Handle views in combo with Ace base templatesbep
2015-03-29Hash all pygments parameters.Ruben Vermeersch
2015-03-27Cache pygments rendering between runsRuben Vermeersch
2015-03-18Comment out shaky Seq testbep
2015-03-18Calculate the next Hugo version in Deprecatedbep
2015-03-18Refactor Hugo versionbep
2015-03-18Improve type handling in Seqbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-12Add Seq template funcbep
2015-03-12Experimental AsciiDoc support with external helpersAnthony Fok
2015-03-12source: add some test cases for Filebep
2015-03-12Add double checking in Deprecatedbep
2015-03-12Add deprecated loggerbep
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-07helpers: apply some Golint rulesbep
2015-03-06Apply some more Golint suggestionsbep
2015-03-06Fix errors reported by Go Vetbep
2015-02-28Keep trailing slash when baseUrl contains a sub pathbep
2015-02-19Add trailing file separator to temp dirCyrill Schumacher
2015-02-17Adapt to relative path bug fix in purellAnthony Fok
2015-02-17Fix bug on windows where the backslash got removed in func MakePath()Cyrill Schumacher
2015-02-17Merge to stay up to date with current devCyrill Schumacher
2015-02-11Add data files support in themesbep
2015-02-10Make # survice Url cleaningbep
2015-02-06Use buffer pool in StripHTMLbep
2015-02-06Add benchmark test for StripHTMLbep
2015-02-05Fix Truncatebep
2015-02-05Replace 4 strings.Replace with 1 strings.Replacerbep
2015-02-05Avoid calling strings.Fields multiple times with same contentbep