summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Error.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-03-29Bug 1441244 - prevent compounding error messages in testsDylan William Hardison1-6/+4
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-1/+1
2016-11-15Revert "Bug 1314201 - ThrowUserError and ThrowCodeError should print headers ↵Dylan William Hardison1-2/+2
if headers have not already been printed" This reverts commit 874e96c2423c772564c9dc63254baa99e86f270b.
2016-11-12Bug 1314201 - ThrowUserError and ThrowCodeError should print headers if ↵Dylan William Hardison1-2/+2
headers have not already been printed
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-21/+8
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-8/+21
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-21/+8
local symlink to data/ directory
2016-04-22Bug 1195736 - intermittent internal error: "file error - nav_link: not ↵Dylan Hardison1-3/+18
found" (also manifests as fields_lhs: not found)
2016-04-13Revert "Bug 1195736 - intermittent internal error: "file error - nav_link: ↵Dylan William Hardison1-7/+2
not found" (also manifests as fields_lhs: not found)" Test failures result from this, we will need a different approach. This reverts commit 33f61556746e1729746342d802ca7ea9cea18caf.
2016-04-13Bug 1195736 - intermittent internal error: "file error - nav_link: not ↵Dylan Hardison1-2/+7
found" (also manifests as fields_lhs: not found)
2015-12-01Bug 1229198 - When saving a buglist from a saved search as a CSV file, set ↵Byron Jones1-1/+1
the filename to <saved-query-name>.csv
2015-01-27Bug 1124432: Backport upstream bug 1079065 to bmo/4.2 to fix improper use of ↵David Lawrence1-1/+1
open() calls
2014-07-21Bug 1041559: "Please wait while your bugs are retrieved" shown above menu ↵Byron Jones1-1/+3
header for search error pages
2013-07-15Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2Dave Lawrence1-5/+13
r=glob
2013-04-22Bug 750170: switch from arecibo to sentry for error reportingByron Jones1-9/+5
2012-06-13Fix arecibo handler doubling error messagesByron Jones1-19/+14
2012-05-01merged with bugzilla/4.2Dave Lawrence1-39/+51
2012-04-17Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions ↵Frédéric Buclin1-44/+49
can control the way to throw errors r=dkl a=LpSolit
2012-04-10Bug 739153: fix infinite recursion in error handlerByron Jones1-0/+5
2012-02-27Bug 698345: report errors and warnings to areciboByron Jones1-14/+30
2011-10-05more porting workDavid Lawrence1-1/+39
2010-07-09Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander1-6/+10
in a loop r=glob, a=mkanat
2010-07-07Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander1-0/+7
boolean charts r=glob, a=mkanat
2010-05-14Bug 372537: Improve CodeErrors: show the traceback (without functionMax Kanat-Alexander1-0/+8
arguments) r=LpSolit, a=LpSolit
2010-04-01Bug 554714: Make JSON-RPC throw errors properly even if they are thrownMax Kanat-Alexander1-2/+5
before method evaluation (like during checking of Bugzilla_login and Bugzilla_password) r=dkl, a=mkanat
2010-02-27Bug 547852: Make the JSON-RPC interface return the correct error format toMax Kanat-Alexander1-1/+3
JSON-RPC 1.0 clients. r=dkl, a=mkanat
2010-02-23Bug 486073: Make the JSON-RPC WebService throw errors properly under mod_perlMax Kanat-Alexander1-1/+3
r=dkl, a=mkanat
2009-12-31Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org1-1/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org1-1/+1
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-2/+16
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-05-28Bug 435507: Provide a method of hooking the WebService error codesmkanat%bugzilla.org1-1/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2008-01-28Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵lpsolit%gmail.com1-8/+7
Error.pm in favor of DB transactions. These methods are no longer used and are completely removed now - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-08-17Better fix for bug 391073: $^1 = 1 in all cases with mod_perl enabled, ↵lpsolit%gmail.com1-1/+13
because everything is already evaluated, so we have to use caller() instead - Patch by me, r=justdave
2007-08-08Bug 391073: process_bug.cgi throws an error if a bug is moved to another ↵lpsolit%gmail.com1-1/+3
product or component where a given flag doesn't apply as is - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-07-23Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵timeless%mozdev.org1-1/+1
documentation r=colin.ogilvie, kevin.benton
2006-10-05Bug 351175: The WebService interface should include the error text along ↵mkanat%bugzilla.org1-7/+12
with the error name Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=myk
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-6/+14
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
2006-07-25Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r=wurblzap r=myk a=myk
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-4/+4
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
2005-10-14Bug 204498 Add su (setuser) functionbugreport%peshkin.net1-0/+1
Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-03-23Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc ↵lpsolit%gmail.com1-4/+4
Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, ↵mkanat%kerio.com1-12/+12
automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave
2005-02-25Bug 282074: Software error instead of Bugzilla's "Internal Error" Messagemkanat%kerio.com1-3/+3
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=myk
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-1/+2
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-01-04Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; ↵gerv%gerv.net1-1/+4
r=justdave; a=justdave.
2004-11-08Bug 257344: Remove exit from error handlers when non-interactivebugreport%peshkin.net1-5/+13
r=glob,justdave a=justdave
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-1/+1
patch by erik,joel r=kiko a=justdave
2004-07-23Updating POD documentation for Bugzilla/Error to suggest the use ofkiko%async.com.br1-4/+9
'abort' after passing a few minutes looking for it. rs=joel
2004-07-21Bug 165589 Add data/errorlog logging support to bugzillabugreport%peshkin.net1-0/+31
r=jouni a=myk