aboutsummaryrefslogtreecommitdiff
path: root/src/html/template
AgeCommit message (Expand)Author
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
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
2015-09-17text/template: export isTrueRob Pike
2015-09-09html/template: preserve attr in stateBeforeValueNodir Turakulov
2015-07-27html/template: add examples to package and functionsCarlos C
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-27html/template: prevent panic while escaping pipelinesDidier Spezia
2015-06-01html/template: prevent panic when escaping actions involving chain nodesDidier Spezia
2015-05-19html/template: fix string iteration in replacement operationsDidier Spezia
2015-05-08html/template: fix pipeline sanitizationDidier Spezia
2015-04-30html/template: fix quadratic performance with special tagsDidier Spezia
2015-04-03text/template: provide a mechanism for optionsRob Pike
2015-03-20html/template: fix crash when escaping incomplete templateRob Pike
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2015-01-21html/template: fix example codeAndrew Gerrand
2014-10-28html/template: fix build after encoding/js escaping changeAndrew Gerrand
2014-09-08build: move package sources from src/pkg to srcRuss Cox