summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/templates/tplcontext_test.go
AgeCommit message (Expand)Author
2023-06-16chore: remove refs of deprecated io/ioutil (#5576)guangwu
2022-05-24templates: Add `humanize` function (#4767)Aleks
2022-01-24caddyhttp: Fix test when /tmp/etc already exists (#4544)Kevin Daudt
2021-11-29templates: fix inconsistent nested includes (#4452)Tim Culverhouse
2021-10-16fileserver: Fix compression breaks using httpInclude (#4352) (#4358)Y.Horie
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-09-20templates: Add tests for funcInclude and funcImport (#4357)Tim Culverhouse
2021-04-30fileserver: Share template logic for both `templates` and `file_server browse...Jason Du
2020-07-31admin,templates,core: Minor enhancements and error handling (#3607)Bart
2020-07-08templates: Fix front matter closing fence searchMatthew Holt
2020-06-15templates: Add support for dots to close yaml frontmatter (#3498)Francis Lavoie
2020-05-18templates: trim windows whitespace in SplitFrontMatter; fix #3386 (#3387)Thorkild Gregersen
2020-04-06templates: Use text/template; add experimental notice to docsMatthew Holt
2019-12-23templates: Change functions, add front matter support, better markdownMatthew Holt
2019-06-30Add licenseMatthew Holt
2019-06-27Use html/template for escaping by defaultMatthew Holt
2019-06-21OopsMatthew Holt
2019-06-18templates: Remove context functions implemented by sprigMatthew Holt
2019-06-18Implement templates handler; various minor cleanups and bug fixesMatthew Holt