sapling/mercurial/templates
Anton Shestakov 450b6a8ce6 hgweb: look up "URLSearchParams" in "window" to work around jshint issues
Unfortunately, current version of jshint (2.9.5) doesn't know such a global
variable and complains that it's undefined. Since this line tries to look up
URLSearchParams in a global scope (i.e. window), let's simply preface it with
"window." to work around jshint.
2017-11-22 22:11:37 +08:00
..
atom hgweb: reindent atom/changelogentry.tmpl 2016-06-29 22:48:32 +08:00
coal coal: use inheritance to derive from paper 2016-08-17 13:43:13 -05:00
gitweb hgweb: define locally used variables as actually local in mercurial.js 2017-11-22 21:49:36 +08:00
json hgweb: expose list of per-repo labels to templates 2016-06-30 18:59:53 -07:00
monoblue hgweb: define locally used variables as actually local in mercurial.js 2017-11-22 21:49:36 +08:00
paper hgweb: define locally used variables as actually local in mercurial.js 2017-11-22 21:49:36 +08:00
raw hgweb: use webutil.commonentry() for nodes (but not for jsdata yet) in /graph 2017-11-20 21:59:00 +08:00
rss hgweb: add missing slash to file log url in rss style 2016-12-08 23:59:36 +08:00
spartan hgweb: define locally used variables as actually local in mercurial.js 2017-11-22 21:49:36 +08:00
static hgweb: look up "URLSearchParams" in "window" to work around jshint issues 2017-11-22 22:11:37 +08:00
map-cmdline.bisect templater: load template fragments from [templates] section in map file 2017-10-14 17:51:01 +09:00
map-cmdline.changelog templater: load template fragments from [templates] section in map file 2017-10-14 17:51:01 +09:00
map-cmdline.compact templater: load template fragments from [templates] section in map file 2017-10-14 17:51:01 +09:00
map-cmdline.default obsfate: rename obsfate into obsolete in default mapfile 2017-10-19 12:33:53 +02:00
map-cmdline.phases templater: load template fragments from [templates] section in map file 2017-10-14 17:51:01 +09:00
map-cmdline.show show: use labelcset() template alias for work (and stack) views 2017-10-17 20:25:43 +02:00
map-cmdline.status templater: load template fragments from [templates] section in map file 2017-10-14 17:51:01 +09:00
map-cmdline.xml templater: load template fragments from [templates] section in map file 2017-10-14 17:51:01 +09:00