]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 717215: Remove references to url_quote filter
authorSimon Green <sgreen+mozilla@redhat.com>
Wed, 11 Jan 2012 23:11:37 +0000 (00:11 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 11 Jan 2012 23:11:37 +0000 (00:11 +0100)
r/a=LpSolit

template/en/default/bug/field.html.tmpl
template/en/default/filterexceptions.pl

index 89a2b11c8dc10c82d6cefabad548dba5512e4dd5..12f1bb7f942891cc778298257a2da2babf928fa9 100644 (file)
   #               the field value.
   #   no_tds: boolean; if true, don't display the label <th> or the 
   #           wrapping <td> for the field.
-  #   desc_url: string; Normally the label of a non-custom field links to
-  #             fields.html. If you want it to link elsewhere, specify the
-  #             relative URL you want to link to, here. Remember to call
-  #             url_quote on any query string arguments.
   #   bug (optional): The current Bugzilla::Bug being displayed, or a hash 
   #                   with default field values being displayed on a page.
   #%]
index ac8d528e83b5df77fe65afc8b7e750b14ac5591c..0fd5ad3844c35b1000156cf755d6976771152608 100644 (file)
@@ -20,7 +20,7 @@
 #                                   [% 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
+#   where the filter is one of html|csv|js|quoteUrls|time|uri|xml|none
 
 %::safe = (