Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-08 | Bug 1051056: The REST API needs to be versioned so that new changes can be ↵ | David Lawrence | 1 | -7/+8 | |
made that do not break compatibility r=dylan,a=glob | |||||
2015-01-21 | Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to ↵ | Gervase Markham | 1 | -1/+1 | |
prevent shell code injection r=dylan,a=simon | |||||
2014-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 1 | -0/+1 | |
r=dkl a=sgreen | |||||
2014-03-04 | Bug 979140: Remove remaining <tt> elements | Frédéric Buclin | 1 | -9/+3 | |
r/a=glob | |||||
2014-01-03 | Bug 543432: [PostgreSQL] Crash when typing a string in combination with a ↵ | Frédéric Buclin | 1 | -1/+3 | |
numeric field r=dkl a=sgreen | |||||
2013-07-12 | Bug 866927 - Enhance Bugzilla WebServices to allow data access using REST | Dave Lawrence | 1 | -5/+13 | |
r=glob,a=justdave | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -1/+1 | |
r/a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+2 | |
r=wicked a=LpSolit | |||||
2012-04-17 | Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions ↵ | Frédéric Buclin | 1 | -43/+48 | |
can control the way to throw errors r=dkl a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -21/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-11-21 | Bug 703928: Bugzilla::Util should depend on Bugzilla::Error, not the opposite | Frédéric Buclin | 1 | -3/+5 | |
r=dkl a=LpSolit | |||||
2010-07-09 | Bug 576670: Optimize Search.pm's "init" method for being called many times | Max Kanat-Alexander | 1 | -6/+10 | |
in a loop r=glob, a=mkanat | |||||
2010-07-07 | Bug 574879: Create a test that assures the correctness of Search.pm's | Max Kanat-Alexander | 1 | -0/+7 | |
boolean charts r=glob, a=mkanat | |||||
2010-05-14 | Bug 372537: Improve CodeErrors: show the traceback (without function | Max Kanat-Alexander | 1 | -0/+8 | |
arguments) r=LpSolit, a=LpSolit | |||||
2010-04-01 | Bug 554714: Make JSON-RPC throw errors properly even if they are thrown | Max Kanat-Alexander | 1 | -2/+5 | |
before method evaluation (like during checking of Bugzilla_login and Bugzilla_password) r=dkl, a=mkanat | |||||
2010-02-27 | Bug 547852: Make the JSON-RPC interface return the correct error format to | Max Kanat-Alexander | 1 | -1/+3 | |
JSON-RPC 1.0 clients. r=dkl, a=mkanat | |||||
2010-02-23 | Bug 486073: Make the JSON-RPC WebService throw errors properly under mod_perl | Max Kanat-Alexander | 1 | -1/+3 | |
r=dkl, a=mkanat | |||||
2009-12-31 | Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxies | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-03-31 | Bug 432907: Create a JSON frontend for WebServices | mkanat%bugzilla.org | 1 | -2/+16 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2008-05-28 | Bug 435507: Provide a method of hooking the WebService error codes | mkanat%bugzilla.org | 1 | -1/+6 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat | |||||
2008-01-28 | Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵ | lpsolit%gmail.com | 1 | -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-17 | Better fix for bug 391073: $^1 = 1 in all cases with mod_perl enabled, ↵ | lpsolit%gmail.com | 1 | -1/+13 | |
because everything is already evaluated, so we have to use caller() instead - Patch by me, r=justdave | |||||
2007-08-08 | Bug 391073: process_bug.cgi throws an error if a bug is moved to another ↵ | lpsolit%gmail.com | 1 | -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-23 | Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵ | timeless%mozdev.org | 1 | -1/+1 | |
documentation r=colin.ogilvie, kevin.benton | |||||
2006-10-05 | Bug 351175: The WebService interface should include the error text along ↵ | mkanat%bugzilla.org | 1 | -7/+12 | |
with the error name Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=myk | |||||
2006-08-20 | Bug 224577: Bugzilla could use a web services interface. | wurblzap%gmail.com | 1 | -6/+14 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk | |||||
2006-07-25 | Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
<LpSolit@gmail.com> r=wurblzap r=myk a=myk | |||||
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 1 | -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-14 | Bug 204498 Add su (setuser) function | bugreport%peshkin.net | 1 | -0/+1 | |
Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave | |||||
2005-07-26 | Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave | |||||
2005-03-23 | Bug 280193: Round up places using data/ instead of $datadir - Patch by Marc ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
Schumann <wurblzap@gmail.com> r=LpSolit, a=justdave | |||||
2005-03-05 | Bug 277782: _throw_error should unlock tables when tables are locked, ↵ | mkanat%kerio.com | 1 | -12/+12 | |
automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave | |||||
2005-02-25 | Bug 282074: Software error instead of Bugzilla's "Internal Error" Message | mkanat%kerio.com | 1 | -3/+3 | |
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=myk | |||||
2005-02-18 | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -1/+2 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk | |||||
2005-01-04 | Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; ↵ | gerv%gerv.net | 1 | -1/+4 | |
r=justdave; a=justdave. | |||||
2004-11-08 | Bug 257344: Remove exit from error handlers when non-interactive | bugreport%peshkin.net | 1 | -5/+13 | |
r=glob,justdave a=justdave | |||||
2004-07-31 | Bug 253588: Change Bugzilla->user to be usable even for a logged-out user | bugreport%peshkin.net | 1 | -1/+1 | |
patch by erik,joel r=kiko a=justdave | |||||
2004-07-23 | Updating POD documentation for Bugzilla/Error to suggest the use of | kiko%async.com.br | 1 | -4/+9 | |
'abort' after passing a few minutes looking for it. rs=joel | |||||
2004-07-21 | Bug 165589 Add data/errorlog logging support to bugzilla | bugreport%peshkin.net | 1 | -0/+31 | |
r=jouni a=myk | |||||
2003-09-14 | Bug 208699 - Move Throw{Code,Template}Error into Error.pm | bbaetz%acm.org | 1 | -7/+72 | |
r,a=justdave | |||||
2003-06-03 | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 1 | -3/+0 | |
r=myk,jake | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -2/+1 | |
r=joel, a=justdave | |||||
2003-04-02 | Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly. | bbaetz%acm.org | 1 | -0/+93 | |
r=gerv a=justdave |