summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Error.pm
AgeCommit message (Expand)AuthorFilesLines
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+2
2012-04-17Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions ...Frédéric Buclin1-43/+48
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-21/+5
2011-11-21Bug 703928: Bugzilla::Util should depend on Bugzilla::Error, not the oppositeFrédéric Buclin1-3/+5
2010-07-09Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander1-6/+10
2010-07-07Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander1-0/+7
2010-05-14Bug 372537: Improve CodeErrors: show the traceback (without functionMax Kanat-Alexander1-0/+8
2010-04-01Bug 554714: Make JSON-RPC throw errors properly even if they are thrownMax Kanat-Alexander1-2/+5
2010-02-27Bug 547852: Make the JSON-RPC interface return the correct error format toMax Kanat-Alexander1-1/+3
2010-02-23Bug 486073: Make the JSON-RPC WebService throw errors properly under mod_perlMax Kanat-Alexander1-1/+3
2009-12-31Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org1-1/+1
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-1/+1
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-2/+16
2008-05-28Bug 435507: Provide a method of hooking the WebService error codesmkanat%bugzilla.org1-1/+6
2008-01-28Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm...lpsolit%gmail.com1-8/+7
2007-08-17Better fix for bug 391073: $^1 = 1 in all cases with mod_perl enabled, becaus...lpsolit%gmail.com1-1/+13
2007-08-08Bug 391073: process_bug.cgi throws an error if a bug is moved to another prod...lpsolit%gmail.com1-1/+3
2007-07-23Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ...timeless%mozdev.org1-1/+1
2006-10-05Bug 351175: The WebService interface should include the error text along with...mkanat%bugzilla.org1-7/+12
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-6/+14
2006-07-25Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com1-1/+1
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-4/+4
2005-10-14Bug 204498 Add su (setuser) functionbugreport%peshkin.net1-0/+1
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com1-1/+1
2005-03-23Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc S...lpsolit%gmail.com1-4/+4
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com1-12/+12
2005-02-25Bug 282074: Software error instead of Bugzilla's "Internal Error" Messagemkanat%kerio.com1-3/+3
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-1/+2
2005-01-04Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; r=...gerv%gerv.net1-1/+4
2004-11-08Bug 257344: Remove exit from error handlers when non-interactivebugreport%peshkin.net1-5/+13
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-1/+1
2004-07-23Updating POD documentation for Bugzilla/Error to suggest the use ofkiko%async.com.br1-4/+9
2004-07-21Bug 165589 Add data/errorlog logging support to bugzillabugreport%peshkin.net1-0/+31
2003-09-14Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org1-7/+72
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-3/+0
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-2/+1
2003-04-02Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org1-0/+93