summaryrefslogtreecommitdiff
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* 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
* html/template: fix string iteration in replacement operationsDidier Spezia2015-05-194-55/+51
* html: simplify and optimize escape/unescapeDidier Spezia2015-05-082-47/+50
* html/template: fix pipeline sanitizationDidier Spezia2015-05-082-3/+13
* html/template: fix quadratic performance with special tagsDidier Spezia2015-04-302-6/+96
* text/template: provide a mechanism for optionsRob Pike2015-04-031-0/+23
* html/template: fix crash when escaping incomplete templateRob Pike2015-03-202-0/+18
* all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi2015-02-062-2/+2
* html/template: fix example codeAndrew Gerrand2015-01-211-1/+1
* html/template: fix build after encoding/js escaping changeAndrew Gerrand2014-10-281-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-0823-0/+9484