diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-12-16 00:09:17 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-12-16 00:09:17 +0100 |
commit | 87bb76f2ab8c6bf488f4dee9b8f84635a5df7bf8 (patch) | |
tree | 81c46c9ed02097a31eaa8426297ca6107e7fe95d /template | |
parent | a9ac19221fff5b1af712818377d87364dbd6f94b (diff) | |
download | bugzilla-87bb76f2ab8c6bf488f4dee9b8f84635a5df7bf8.tar.gz bugzilla-87bb76f2ab8c6bf488f4dee9b8f84635a5df7bf8.tar.xz |
Bug 313583: Remove long_list.cgi, showattachment.cgi and xml.cgi.
They are all deprecated since Bugzilla 2.19.
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 020e0a98f..2b702a05e 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -669,6 +669,10 @@ <li>The <kbd>Bugzilla::Util::lsearch</kbd> function is gone. Use <kbd>firstidx</kbd> from <kbd>List::MoreUtils</kbd>, instead.</li> <li>[% terms.Bugzilla %] now includes YUI 2.8.2.</li> + <li><kbd>long_list.cgi</kbd>, <kbd>showattachment.cgi</kbd> and + <kbd>xml.cgi</kbd> are deprecated scripts which are no longer actively + used since [% terms.Bugzilla %] 2.19. These scripts will be removed in + [%+ terms.Bugzilla %] 4.2.</li> </ul> |