diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-03-17 14:03:21 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-03-17 14:03:21 +0100 |
commit | 35ac96234299d366dc39c8466e645cd8d59609ab (patch) | |
tree | 5b93f16bc3f3072ce6b91a7cbce0366402cf893f /template/en/default | |
parent | c3192ab0181f43f6806340da301c12895114769f (diff) | |
download | bugzilla-35ac96234299d366dc39c8466e645cd8d59609ab.tar.gz bugzilla-35ac96234299d366dc39c8466e645cd8d59609ab.tar.xz |
Bug 736057: Add to the release notes that |FILTER url_quote| has been replaced by |FILTER uri|
r=dkl a=LpSolit
Diffstat (limited to 'template/en/default')
-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 03df6911c..1447588b5 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -358,6 +358,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 |