summaryrefslogtreecommitdiffstats
path: root/template/en/default/filterexceptions.pl
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-09-11 15:48:13 +0200
committerjustdave%bugzilla.org <>2004-09-11 15:48:13 +0200
commit8d91efaa1fe8eb3828e123b7ff3356c5107f3ebd (patch)
tree6019c6513667d394019f3ba8a19b15450b34c98c /template/en/default/filterexceptions.pl
parent38d13d323dad2c76560529683d390c860b92339c (diff)
downloadbugzilla-8d91efaa1fe8eb3828e123b7ff3356c5107f3ebd.tar.gz
bugzilla-8d91efaa1fe8eb3828e123b7ff3356c5107f3ebd.tar.xz
Bug 190224: templatize editmilestones.cgi
Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
Diffstat (limited to 'template/en/default/filterexceptions.pl')
-rw-r--r--template/en/default/filterexceptions.pl11
1 files changed, 10 insertions, 1 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl
index 9c8cd3b5b..8d03d1aae 100644
--- a/template/en/default/filterexceptions.pl
+++ b/template/en/default/filterexceptions.pl
@@ -30,7 +30,8 @@
# Values always used for numbers - [% (i|j|k|n|count) %]
# Params - [% Param(...
# Safe functions - [% (time2str|GetBugLink)...
-# Safe vmethods - [% foo.size %]
+# Safe vmethods - [% foo.size %] [% foo.length %]
+# [% foo.push() %]
# TT loop variables - [% loop.count %]
# Already-filtered stuff - [% wibble FILTER html %]
# where the filter is one of html|csv|js|url_quote|quoteUrls|time|uri|xml|none
@@ -559,6 +560,14 @@
'cgi.query_string'
],
+'admin/milestones/confirm-delete.html.tmpl' => [
+ 'bug_count'
+],
+
+'admin/milestones/deleted.html.tmpl' => [
+ 'deleted_bug_count'
+],
+
'account/login.html.tmpl' => [
'target',
],