aboutsummaryrefslogtreecommitdiff
path: root/src/html/template
AgeCommit message (Expand)Author
2018-03-29html/template: fix lint errorsSamuel Tan
2018-02-20all: fix misspellingsShawn Smith
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-20html/template: make more use of stringerDaniel Martí
2018-02-19all: add more uses of stringerDaniel Martí
2018-02-19html/template: remove unused funcDaniel Martí
2018-01-10html/template: check for duplicates when inserting escapersSamuel Tan
2018-01-09Revert "html/template: prevent aliasing of parse Trees via AddParseTree"Samuel Tan
2017-12-14html/template: add srcset content typeMike Samuel
2017-12-08html/template: fix typo in TestOrphanedTemplate error messageSamuel Tan
2017-12-08html/template: reset templates orphaned by (*Template).NewSamuel Tan
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-20html/template: prevent aliasing of parse Trees via AddParseTreeSamuel Tan
2017-09-18html/template: explain URL filteringSamuel Tan
2017-07-14html/template: use the same escaper across multiple template executionsSamuel Tan
2017-06-14html/template: only search identifier nodes for predefined escapersSamuel Tan
2017-05-05html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan
2017-05-05template: warn about interleaved nature of writesDieter Plaetinck
2017-04-25html/template: use bytes.ContainsAnyDaniel Martí
2017-04-20html/template: ignore case when handling type attribute in script elementSamuel Tan
2017-04-20html/template: ensure that MIME type handling is case insensitiveSamuel Tan
2017-04-10html/template: panic if predefined escapers are found in pipelines during rew...Samuel Tan
2017-03-21text/template,html/template: state that Funcs must happen before parsingRob Pike
2017-03-07encoding/base64, html/template: fix grammar mistakesKevin Burke
2016-12-04html/template: lock in application/json as valid JS testEmmanuel Odeke
2016-12-04html/template: escape JS in application/json script tagNodir Turakulov
2016-11-15html/template: fix multiple Clones of redefined templateCaleb Spare
2016-11-14html/template: typo fixMarcel Edmund Franke
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-10-28html/template, text/template: drop defined template list from errorsRuss Cox
2016-10-24html/template: add test case for unbounded template expansionRuss Cox
2016-10-24html/template, text/template: docs and fixes for template redefinitionRuss Cox
2016-10-19html/template: adjust ambiguous URL context textRuss Cox
2016-10-19html/template, text/template: clarify template redefinition behaviorRuss Cox
2016-10-17html/template: fix Clone so that t.Lookup(t.Name()) yields tCaleb Spare
2016-09-29html/template: check "type" attribute in <script>Nodir Turakulov
2016-06-23html/template: update security model linkIan Lance Taylor
2016-05-18html/template: mention risks of the CSS, HTML, JS, etc. typesAndrew Gerrand
2016-04-22html/template, text/template: clarify Parse{Files,Glob} semanticsAndrew Gerrand
2016-04-13html/template: add examples of loading templates from filesEmmanuel Odeke
2016-04-11all: use bytes.Equal, bytes.Contains and strings.Contains, againDominik Honnef
2016-04-10all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann
2016-04-04html/template: prefix the internally-used FuncMap values with an underscoreRob Pike
2016-04-01all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-11-24text/template,html/template: correct comment in DefinedTemplatesRob Pike
2015-11-23html/template: add DefinedTemplates to html/templateRob Pike
2015-11-22html/template: Add missing error check to package example.Dmitri Shuralyov