From 190170a6935fc7faf497d65b85cde7691496ffe6 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 7 Oct 2005 04:06:55 +0000 Subject: [PATCH] =?utf8?q?Bug=20310982:=20Remove=20the=20'browserbugmessag?= =?utf8?q?e'=20parameter=20completely=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ri?= =?utf8?q?c=20Buclin=20=20r=3Djoel=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- defparams.pl | 9 --------- template/en/default/global/code-error.html.tmpl | 2 +- template/en/default/global/user-error.html.tmpl | 3 +-- 3 files changed, 2 insertions(+), 12 deletions(-) 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" %] -- 2.47.2