aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Error.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to prevent...Gervase Markham2015-01-211-1/+1
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 979140: Remove remaining <tt> elementsFrédéric Buclin2014-03-041-9/+3
* Bug 543432: [PostgreSQL] Crash when typing a string in combination with a num...Frédéric Buclin2014-01-031-1/+3
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-5/+13
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+2
* Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions ...Frédéric Buclin2012-04-171-43/+48
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-21/+5
* Bug 703928: Bugzilla::Util should depend on Bugzilla::Error, not the oppositeFrédéric Buclin2011-11-211-3/+5
* Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander2010-07-081-6/+10
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-071-0/+7
* Bug 372537: Improve CodeErrors: show the traceback (without functionMax Kanat-Alexander2010-05-141-0/+8
* Bug 554714: Make JSON-RPC throw errors properly even if they are thrownMax Kanat-Alexander2010-03-311-2/+5
* Bug 547852: Make the JSON-RPC interface return the correct error format toMax Kanat-Alexander2010-02-261-1/+3
* Bug 486073: Make the JSON-RPC WebService throw errors properly under mod_perlMax Kanat-Alexander2010-02-221-1/+3
* Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org2009-12-311-1/+1
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-1/+1
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-2/+16
* Bug 435507: Provide a method of hooking the WebService error codesmkanat%bugzilla.org2008-05-281-1/+6
* Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm...lpsolit%gmail.com2008-01-281-8/+7
* Better fix for bug 391073: $^1 = 1 in all cases with mod_perl enabled, becaus...lpsolit%gmail.com2007-08-171-1/+13
* Bug 391073: process_bug.cgi throws an error if a bug is moved to another prod...lpsolit%gmail.com2007-08-081-1/+3
* Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ...timeless%mozdev.org2007-07-231-1/+1
* Bug 351175: The WebService interface should include the error text along with...mkanat%bugzilla.org2006-10-051-7/+12
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-6/+14
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com2006-07-251-1/+1
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-4/+4
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-141-0/+1
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com2005-07-261-1/+1
* Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc S...lpsolit%gmail.com2005-03-231-4/+4
* Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com2005-03-051-12/+12
* Bug 282074: Software error instead of Bugzilla's "Internal Error" Messagemkanat%kerio.com2005-02-251-3/+3
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-1/+2
* Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; r=...gerv%gerv.net2005-01-041-1/+4
* Bug 257344: Remove exit from error handlers when non-interactivebugreport%peshkin.net2004-11-081-5/+13
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-1/+1
* Updating POD documentation for Bugzilla/Error to suggest the use ofkiko%async.com.br2004-07-231-4/+9
* Bug 165589 Add data/errorlog logging support to bugzillabugreport%peshkin.net2004-07-211-0/+31
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-7/+72
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-3/+0
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-2/+1
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-0/+93