summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* html/template: use the same escaper across multiple template executionsSamuel Tan2017-07-143-32/+79
* html/template: only search identifier nodes for predefined escapersSamuel Tan2017-06-142-26/+56
* html/template: allow safe usage of predefined escapers in pipelinesSamuel Tan2017-05-054-39/+232
* template: warn about interleaved nature of writesDieter Plaetinck2017-05-051-2/+4
* html/template: use bytes.ContainsAnyDaniel Martí2017-04-252-5/+5
* html/template: ignore case when handling type attribute in script elementSamuel Tan2017-04-203-3/+7
* html/template: ensure that MIME type handling is case insensitiveSamuel Tan2017-04-202-1/+6
* html/template: panic if predefined escapers are found in pipelines during rew...Samuel Tan2017-04-103-148/+81
* text/template,html/template: state that Funcs must happen before parsingRob Pike2017-03-211-0/+1
* encoding/base64, html/template: fix grammar mistakesKevin Burke2017-03-071-1/+1
* html/template: lock in application/json as valid JS testEmmanuel Odeke2016-12-041-0/+1
* html/template: escape JS in application/json script tagNodir Turakulov2016-12-041-2/+4
* html/template: fix multiple Clones of redefined templateCaleb Spare2016-11-152-4/+23
* html/template: typo fixMarcel Edmund Franke2016-11-141-1/+1
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-122-3/+3
* html/template, text/template: drop defined template list from errorsRuss Cox2016-10-281-1/+1
* html/template: add test case for unbounded template expansionRuss Cox2016-10-241-0/+12
* html/template, text/template: docs and fixes for template redefinitionRuss Cox2016-10-242-20/+174
* html/template: adjust ambiguous URL context textRuss Cox2016-10-193-3/+3
* html/template, text/template: clarify template redefinition behaviorRuss Cox2016-10-191-10/+14
* html/template: fix Clone so that t.Lookup(t.Name()) yields tCaleb Spare2016-10-172-0/+38
* html/template: check "type" attribute in <script>Nodir Turakulov2016-09-297-17/+148
* html/template: update security model linkIan Lance Taylor2016-06-231-1/+1
* html/template: mention risks of the CSS, HTML, JS, etc. typesAndrew Gerrand2016-05-181-0/+29
* html/template, text/template: clarify Parse{Files,Glob} semanticsAndrew Gerrand2016-04-221-0/+14
* html/template: add examples of loading templates from filesEmmanuel Odeke2016-04-131-0/+226
* all: use bytes.Equal, bytes.Contains and strings.Contains, againDominik Honnef2016-04-111-1/+1
* html: fix typo in UnescapeString string docsBrad Fitzpatrick2016-04-101-1/+1
* all: replace magic 0x80 with named constant utf8.RuneSelfMartin Möhrmann2016-04-101-1/+1
* html/template: prefix the internally-used FuncMap values with an underscoreRob Pike2016-04-041-46/+46
* all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef2016-04-012-2/+2
* all: delete dead non-test codeDominik Honnef2016-03-251-4/+0
* all: single space after period.Brad Fitzpatrick2016-03-022-3/+3
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* text/template,html/template: correct comment in DefinedTemplatesRob Pike2015-11-241-1/+1
* html/template: add DefinedTemplates to html/templateRob Pike2015-11-231-1/+8
* html/template: Add missing error check to package example.Dmitri Shuralyov2015-11-221-0/+1
* html/template, encoding/asn1: fix test errorsDominik Honnef2015-11-101-1/+1
* html/template: include itself while cloningNodir Turakulov2015-10-202-0/+30
* text/template: change IsTrue to take interface{} instead of reflect.Value.David Symonds2015-10-011-2/+1
* text/template, html/template: fix block example nameAndrew Gerrand2015-09-291-1/+1
* text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand2015-09-283-3/+49
* text/template: export isTrueRob Pike2015-09-171-0/+8
* html/template: preserve attr in stateBeforeValueNodir Turakulov2015-09-093-62/+67
* html: speed up UnescapeStringIngo Oeser2015-08-222-31/+49
* html/template: add examples to package and functionsCarlos C2015-07-271-0/+122
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* html/template: prevent panic while escaping pipelinesDidier Spezia2015-06-272-1/+23
* html: add examples to the functionsCarlos C2015-06-191-0/+22
* html/template: prevent panic when escaping actions involving chain nodesDidier Spezia2015-06-012-1/+15