diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-03-17 14:01:41 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-03-17 14:01:41 +0100 |
commit | af0135bc7cb053b27e090ed7ecbdce0c2e0fda8c (patch) | |
tree | 9705cdf2c7caecf76cec0fae9c6dd7e1710e9617 | |
parent | 0bb6f6f7d009f9eaac44c02b62480f8fdd69cf5c (diff) | |
download | bugzilla-af0135bc7cb053b27e090ed7ecbdce0c2e0fda8c.tar.gz bugzilla-af0135bc7cb053b27e090ed7ecbdce0c2e0fda8c.tar.xz |
Bug 736057: Add to the release notes that |FILTER url_quote| has been replaced by |FILTER uri|
r=dkl a=LpSolit
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 9c3b30a4d..19136d3f6 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -345,6 +345,9 @@ <li>YUI has been upgraded to 2.9.0.</li> <li>Due to the major code refactor of <kbd>B[%%]ugzilla/Search.pm</kbd>, any customization made against this file will probably need to be rewritten.</li> + <li>The Bugzilla-specific <kbd>url_quote</kbd> filter used in templates has been + removed and replaced by the <kbd>uri</kbd> filter from Template::Toolkit as + they are now similar.</li> <li><kbd>long_list.cgi</kbd>, <kbd>showattachment.cgi</kbd> and <kbd>xml.cgi</kbd> have been removed from the codebase. As <a href="#v40_code_changes">announced</a> in the release notes of [% terms.Bugzilla %] 4.0, these scripts were deprecated |