]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by Frédéric...
authorlpsolit%gmail.com <>
Fri, 7 Oct 2005 04:06:55 +0000 (04:06 +0000)
committerlpsolit%gmail.com <>
Fri, 7 Oct 2005 04:06:55 +0000 (04:06 +0000)
defparams.pl
template/en/default/global/code-error.html.tmpl
template/en/default/global/user-error.html.tmpl

index 60e41eb96498416ce170fab735976f897033e568..c7202be1a3e8725bcbcd875c1514830036d532ff 100644 (file)
@@ -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 ' .
index b459fa44a3001f4eb8a57d8fd2ce218c85b78f49..796e1e4b28ad4ca637555574c23026d1deef9155 100644 (file)
      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.
index f23220d2945ed9a789d45e54839fe55ce596a718..6cafb48951244765782c9c638fb757b8bb1da955 100644 (file)
   [% 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" %]