]> 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:13:05 +0000 (00:13 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 11 Jan 2012 23:13:05 +0000 (00:13 +0100)
r/a=LpSolit

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

index 323b4b6bedd10789632ff7dc69fe578b0bfe62ab..9c956ea9110ddfe31227c1d5e839367e33258b90 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 ac63b809b6b2948645f3e9325ba38eaf92cb8ba5..772efa1b718fe218ba63f72b941b71e7f69e6c7c 100644 (file)
@@ -34,7 +34,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 = (