Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-17tpl: Add missing printf param in t.Errorf callCameron Moore
2016-03-10Add support for Go 1.6 block keyword in templatesBjørn Erik Pedersen
2016-01-13Add one more temporary template test for linux/armBjørn Erik Pedersen
2016-01-13Add temporary template test for linux/armBjørn Erik Pedersen
2015-12-11Add copyright header to that source files that don’t have one.Anthony Fok
2015-05-31Add some Ace test casesbep
2015-05-02Disable faulty range validation in applybep
2015-05-01tpl: check that types in args match the target func's typebep
2015-04-30tpl: add sanity check to prevent panic in seq on big numsbep
2015-04-30tpl: check for too many arguments in applybep
2015-04-30tpl: check slice bounds in slicestrbep
2015-04-30tpl: avoid panic on too few args to applybep
2015-04-05tpl: split template.gobep
2015-04-01Remove paragraph tags produced by markdownifybep
2015-03-23Change to variadic int args in Slicestrbep
2015-03-23Implement substr template functionAnthony Fok
2015-03-23Rename Slice to Slicestrbep
2015-03-23Rename Substr to Slicebep
2015-03-22Polish Substr and Split testsbep
2015-03-22Add Substr and Split template functionsXin Fan
2015-03-18template: add some missing test cases for Firstbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-11doArithmetic: add test for division by zerobep
2015-03-11Add some basic tests for doArithmeticbep
2015-03-09Add test cases for Ne and Eq type normalisationbep
2015-03-06Fix errors reported by Go Vetbep
2015-03-06Apply gofmt -sbep
2015-02-01Add writable context to Nodebep
2015-01-22Add dateFormat template functionTatsushi Demachi
2015-01-21Add missing assertion to trim-testbep
2015-01-20Add tests for IsSetbep
2015-01-20Refactor TestGt to also include Lt, Ge, Le, Eq and Nebep
2015-01-20Add tests for Applybep
2015-01-20Replace regexp based Chomp with builtin TrimRightbep
2015-01-20Add tests for Replacebep
2015-01-20Add tests for Trimbep
2015-01-20Add tests for Chompbep
2015-01-20Add `safeUrl`; disable `safeHtmlAttr`; rename `safeCSS` to `safeCss`Anthony Fok
2015-01-20Add SafeHtmlAttr, SafeCSS template functionTatsushi Demachi
2015-01-08Fix `echoParam` template function to accept string key nameTatsushi Demachi
2015-01-04Add operator argument to `where` template functionTatsushi Demachi
2014-12-29Refactor tpl codesTatsushi Demachi
2014-12-29Make 'where' template function accepts dot chaining key argumentTatsushi Demachi
2014-12-19Added delimit & sort template functions, tests and docsDerek Perkins
2014-11-25Add markdownify template filterbep
2014-11-20Move template library into it's own package (tpl). No longer dependent on hug...spf13