From: lpsolit%gmail.com <> Date: Wed, 10 Dec 2008 18:43:28 +0000 (+0000) Subject: Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric Buclin ... X-Git-Tag: bugzilla-3.3.1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c881b96dcd6a128e79c2183c904d0caa7f1c1d1;p=thirdparty%2Fbugzilla.git Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/Bugzilla/Config/BugFields.pm b/Bugzilla/Config/BugFields.pm index db5d0a2ffc..b0375ad504 100644 --- a/Bugzilla/Config/BugFields.pm +++ b/Bugzilla/Config/BugFields.pm @@ -53,12 +53,6 @@ sub get_param_list { default => 0 }, - { - name => 'showallproducts', - type => 'b', - default => 0 - }, - { name => 'usetargetmilestone', type => 'b', diff --git a/template/en/default/admin/params/bugfields.html.tmpl b/template/en/default/admin/params/bugfields.html.tmpl index bdd9ad8820..e0625b4809 100644 --- a/template/en/default/admin/params/bugfields.html.tmpl +++ b/template/en/default/admin/params/bugfields.html.tmpl @@ -28,9 +28,6 @@ "specific classification. But you must have 'editclassification' " _ "permissions enabled in order to edit classifications.", - showallproducts => "If this is on and useclassification is set, $terms.Bugzilla will add a " _ - "'All' link in the 'New $terms.Bug' page to list all available products.", - usetargetmilestone => "Do you wish to use the Target Milestone field?", useqacontact => "Do you wish to use the QA Contact field?", diff --git a/template/en/default/global/choose-classification.html.tmpl b/template/en/default/global/choose-classification.html.tmpl index 6a37719124..9342d814ac 100644 --- a/template/en/default/global/choose-classification.html.tmpl +++ b/template/en/default/global/choose-classification.html.tmpl @@ -29,8 +29,6 @@ [% PROCESS global/header.html.tmpl %] - -[% IF Param('showallproducts') %] -[% END %] [% FOREACH class = classifications %]