aboutsummaryrefslogtreecommitdiff
path: root/src/html
AgeCommit message (Expand)Author
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-08-08html: updated entity spec linkSeiji Takahashi
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-10html: fix typo in UnescapeString string docsBrad Fitzpatrick
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-25all: delete dead non-test codeDominik 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
2015-11-10html/template, encoding/asn1: fix test errorsDominik Honnef
2015-10-20html/template: include itself while cloningNodir Turakulov
2015-10-01text/template: change IsTrue to take interface{} instead of reflect.Value.David Symonds
2015-09-29text/template, html/template: fix block example nameAndrew Gerrand
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand