diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-09-23 23:41:49 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-09-23 23:41:49 +0200 |
commit | 1eece219f8739b3dbd9f334c2f11bb4975be8924 (patch) | |
tree | edc4132aecf14151705ce67634d5b054256ba68f /template | |
parent | 38e3b75a40ceda26e470198b3dfd44b3dbc03509 (diff) | |
download | bugzilla-1eece219f8739b3dbd9f334c2f11bb4975be8924.tar.gz bugzilla-1eece219f8739b3dbd9f334c2f11bb4975be8924.tar.xz |
Bug 1304179 - Remove REQUIRED_MODULES references from release notes (and Template.pm)
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 690d334ae..7e1ba15d9 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -395,22 +395,6 @@ [% INCLUDE db_req db='sqlite' %] -<h3 id="v42_req_modules">Required Perl Modules</h3> - -[% INCLUDE req_table reqs = REQUIRED_MODULES - new = ['Math-Random-ISAAC'] - updated = ['URI'] %] - -<h3 id="v42_req_optional_mod">Optional Perl Modules</h3> - -<p>The following perl modules, if installed, enable various - features of [% terms.Bugzilla %]:</p> - -[% INCLUDE req_table reqs = OPTIONAL_MODULES - new = ['Encode', 'Encode-Detect'] - updated = ['PatchReader', 'Apache-SizeLimit'] - include_feature = 1 %] - <h3 id="v42_req_apache">Optional Apache Modules</h3> <p>If you are using Apache as your webserver, [% terms.Bugzilla %] can |