summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/template_ast_transformers.go
AgeCommit message (Expand)Author
2024-07-31Replace the MD5 hashing of images with xxHashBjørn Erik Pedersen
2024-07-17tpl: Use xxHash instead of MD5 to hash the deferred templatesBjørn Erik Pedersen
2024-07-17Throw error if resources.PostProcess is used in a deferred templateBjørn Erik Pedersen
2024-06-23Implement deferBjørn Erik Pedersen
2024-01-27all: Rework page store, add a dynacache, improve partial rebuilds, and some g...develop2024Bjørn Erik Pedersen
2023-10-05all: Format files with gofmtOleksandr Redko
2022-05-31Fix indentation in highlight shortcodeBjørn Erik Pedersen
2022-05-06Improve error messages, esp. when the server is runningBjørn Erik Pedersen
2021-12-17Allow for return partials with falsy arguments (#9298)Paul Gottschling
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
2020-01-22tpl/tplimpl: Rework template management to get rid of concurrency issuesBjørn Erik Pedersen
2019-12-18tpl: Get rid of the custom template truth logicBjørn Erik Pedersen
2019-12-18Add render template hooks for links and imagesBjørn Erik Pedersen
2019-12-12Rework template handling for function and map lookupsBjørn Erik Pedersen
2019-12-12Create lightweight forks of text/template and html/templateBjørn Erik Pedersen
2019-11-22Fix Params case handling in the index, sort and where funcBjørn Erik Pedersen
2019-11-22Fix GetPage Params case issueBjørn Erik Pedersen
2019-04-16tpl/tplimpl: Handle late transformation of templatesBjørn Erik Pedersen
2019-04-02tpl: Allow the partial template func to return any typeBjørn Erik Pedersen
2019-03-23Make Page an interfaceBjørn Erik Pedersen
2019-03-06tpl/tplimpl: Fix template truth logicBjørn Erik Pedersen
2019-01-20Fix Params case handling in the new site globalBjørn Erik Pedersen
2018-12-19tpl: Fix case handling in cast paramsBjørn Erik Pedersen
2018-08-19tpl/tplimpl: Fix .Site.Params case regressionBjørn Erik Pedersen
2018-08-14tpl/tplimpl: Reimplement the ".Params tolower" template transformerBjørn Erik Pedersen
2018-06-23Revert "tpl: Support text/template/parse API change in go1.11"Anthony Fok
2018-06-14tpl: Support text/template/parse API change in go1.11Anthony Fok
2017-04-02tpl: Rework to handle both text and HTML templatesBjørn Erik Pedersen
2017-04-02Revert "tpl: Rework to handle both text and HTML templates"Bjørn Erik Pedersen
2017-04-02tpl: Rework to handle both text and HTML templatesBjørn Erik Pedersen
2017-02-18tplimpl: Fix issue with recursive templatesBjørn Erik Pedersen
2017-02-17tpl: Refactor packageBjørn Erik Pedersen