From: lpsolit%gmail.com <> Date: Fri, 7 Oct 2005 04:06:55 +0000 (+0000) Subject: Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by Frédéric... X-Git-Tag: bugzilla-2.22rc1~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=190170a6935fc7faf497d65b85cde7691496ffe6;p=thirdparty%2Fbugzilla.git Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by Frédéric Buclin r=joel a=justdave --- diff --git a/defparams.pl b/defparams.pl index 60e41eb964..c7202be1a3 100644 --- a/defparams.pl +++ b/defparams.pl @@ -1117,15 +1117,6 @@ Reason: %reason% default => 0 }, - { - name => 'browserbugmessage', - desc => 'If bugzilla gets unexpected data from the browser, in addition to ' . - 'displaying the cause of the problem, it will output this HTML as ' . - 'well.', - type => 'l', - default => 'this may indicate a bug in your browser.' - }, - { name => 'commentoncreate', desc => 'If this option is on, the user needs to enter a description ' . diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index b459fa44a3..796e1e4b28 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -285,7 +285,7 @@ I was unable to retrieve your old password from the database. [% ELSIF error == "undefined_field" %] - Form field [% field FILTER html %] was not defined; [% Param('browserbugmessage') %] + Form field [% field FILTER html %] was not defined. [%# Useful message if browser did not select show_bug radio button %] [% IF field == "knob" %] Check that the "Leave as..." radio button was selected. diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index f23220d294..6cafb48951 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1039,8 +1039,7 @@ [% ELSIF error == "reassign_to_empty" %] [% title = "Illegal Reassignment" %] To reassign [% terms.abug %], you must provide an address for - the new assignee. If you did not intentionally clear out the - "Reassign [% terms.bug %] to" field, [% Param("browserbugmessage") %] + the new assignee. [% ELSIF error == "report_access_denied" %] [% title = "Access Denied" %]