aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ↵lpsolit%gmail.com2005-11-301-3/+10
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵lpsolit%gmail.com2005-10-281-0/+5
| | | | of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
* Bug 313732: fix typo in name of error message variable. Patch by ↵gerv%gerv.net2005-10-261-1/+1
| | | | bugzilla.mozilla@rjb.za.net; r=gerv, a=myk.
* Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ↵lpsolit%gmail.com2005-10-241-9/+7
| | | | Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave
* Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by ↵lpsolit%gmail.com2005-10-071-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 298306: For new products, the charting error message "The tool which ↵lpsolit%gmail.com2005-09-021-2/+12
| | | | gathers bug counts has not been run yet" is misleading - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=myk
* Fix for bug 305773: fixes regression in flag validation code that let ↵myk%mozilla.org2005-08-311-2/+3
| | | | through untrusted requestees when multiple requestees were entered into a requestee field (per the new feature that lets multiple requestees be entered into those fields); r=lpsolit
* Bug 257767: Option to have fields in CSV files separated by semicolons ↵lpsolit%gmail.com2005-07-201-0/+4
| | | | instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵lpsolit%gmail.com2005-07-131-0/+5
| | | | Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk
* Bug 63536: User preference for whether or not to go to the next bug after ↵lpsolit%gmail.com2005-07-111-0/+3
| | | | processing - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave
* Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due ↵mkanat%kerio.com2005-07-081-0/+27
| | | | | | to a bad check in Flag::validate() and Flag::modify() Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
* Bug 299212: "already locked" errors should be more informative - Patch by ↵lpsolit%gmail.com2005-07-081-1/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=glob a=justdave
* Bug 268146: mod_security complain: Invalid cookie format: Cookie value is ↵lpsolit%gmail.com2005-07-071-0/+3
| | | | missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave
* Bug 289570: Blank value always shown on target type code error from ↵lpsolit%gmail.com2005-04-111-1/+1
| | | | editflagtypes.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 251960: Search.pm uses DB dependent comma operatormkanat%kerio.com2005-03-151-0/+5
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+9
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk
* Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error ↵travis%sedsystems.ca2005-03-081-1/+1
| | | | | | message Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca2005-03-011-1/+5
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
* Bug 282570: Missing errors for DB compatibility layermkanat%kerio.com2005-02-181-0/+12
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; ↵gerv%gerv.net2005-01-041-1/+4
| | | | r=justdave; a=justdave.
* Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch ↵jocuri%softhome.net2004-12-141-2/+2
| | | | by me, r=wurblzap (Marc), a=justdave.
* Patch for bug 233049: Improve error when filtering requests with component ↵jocuri%softhome.net2004-12-091-8/+0
| | | | not in the selected product; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
* Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net2004-07-131-5/+10
|
* Bug 238865: removing %::FORM from page.cgi in favor of $cgi->paramjustdave%syndicomm.com2004-04-171-0/+5
| | | | Patch by kiko, r=vlad, justdave, a=justdave
* Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.justdave%syndicomm.com2004-04-151-5/+0
| | | | a=justdave
* Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing thekiko%async.com.br2004-04-121-0/+5
| | | | | linked page template and adding a code error for the "bad id provided" case. r=vladd, a=myk.
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, ↵jocuri%softhome.net2003-12-101-0/+4
| | | | jth, gerv; r/a=justdave.
* Bug 108528: knob is not a defined error message and it does not help a user ↵jocuri%softhome.net2003-10-191-1/+5
| | | | find the error; patch by chaduv (caduvall@glue.umd.edu); r=justdave; a=justdave.
* Backing out patch from bug 108528 - failed to take i10n concerns into accountjustdave%syndicomm.com2003-10-171-6/+1
|
* Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to dotimeless%mozdev.org2003-10-161-1/+6
| | | | patch by caduvall@glue.umd.edu r=timeless a=justdave
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-29/+24
| | | | r,a=justdave
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-071-23/+16
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-041-27/+29
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-0/+11
|
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-5/+0
| | | | r=joel, a=justdave
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-251-1/+1
| | | | | | | | | templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-0/+10
| | | | | r=gerv, justdave a=justdave
* Bug 159627 quips should be editable and deleteable using the web interfacebugreport%peshkin.net2002-12-091-0/+3
| | | | | patch by burnus r=timeless,a=justdave
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-0/+4
| | | | | r=justdave, joel a=justdave
* Fix for bug 178800: fixes taint failure in graphical charts with Perl 5.6.0myk%mozilla.org2002-11-081-0/+7
| | | | | r=gerv a=justdave
* Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; ↵gerv%gerv.net2002-10-291-0/+4
| | | | 2xr=joel.
* Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au2002-10-261-1/+6
| | | | r=gerv, justdave
* Bug 162990 Shorthand/wildcard entry for login names in assign, cc, qa, fieldsbugreport%peshkin.net2002-10-251-0/+4
| | | | | patch by not_erik@dasbistro.com r=joel, myk
* Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-171-0/+21
|
* Bug 173027 - code-error.html.tmpl misses a </em>. Patch by burnus; r=gerv.gerv%gerv.net2002-10-081-1/+1
|
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net2002-10-061-0/+13
| | | | Patch by gerv; r=burnus.
* Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵gerv%gerv.net2002-10-021-0/+5
| | | | r=burnus.
* Bug 164038 - token.cgi: Cancel token messages should be moved into the ↵gerv%gerv.net2002-09-301-1/+8
| | | | templates. Patch by burnus; r=gerv.
* Bug 163114 - Templatise all calls to DisplayError. Patch B. Patch by gerv; ↵gerv%gerv.net2002-09-291-0/+11
| | | | r=burnus.