aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 748095: Bugzilla crashes when the shutdownhtml parameter is set and ↵Frédéric Buclin2013-12-211-3/+1
| | | | | | using a non-cookie based authentication method r=dkl a=justdave
* Bug 237498: Add memcached integrationByron Jones2013-12-191-11/+88
| | | | r=dkl, a=sgreen
* Bug 884705 - Bugzilla->user does not return undefSunil Joshi2013-08-231-4/+4
| | | r=simon, a=simon
* Bug 897426: Revert the hack in Bugzilla->feature and make it more robustFrédéric Buclin2013-07-251-6/+1
| | | | r/a=glob
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-0/+3
| | | | r=glob,a=justdave
* Remove unintentional code commitsDave Lawrence2013-04-081-1/+1
|
* Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence2013-04-081-1/+1
| | | | | | as the reporter) r=glob,r/a=LpSolit
* Bug 830467: Don't call _wanted_languages() when only one is availableFrédéric Buclin2013-01-171-1/+9
| | | | r=glob a=LpSolit
* Bug 829601: Bugzilla->local_timezone should be stored in process_cache ↵Frédéric Buclin2013-01-141-1/+1
| | | | | | instead of request_cache r=glob a=LpSolit
* Bug 822547: Fix POD coverage bustageByron Jones2013-01-031-0/+4
|
* Bug 822547: Make jobqueue.pl clear the request cache before sending each mailByron Jones2013-01-031-1/+13
| | | | r=dkl,a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+22
| | | | r/a=LpSolit
* Bug 797636: Improve performance for buglistsFrédéric Buclin2012-11-161-36/+12
| | | | r=dkl a=LpSolit
* Bug 790129: Bugzilla->fields returns fields in random order (the sortkey is ↵Simon Green2012-10-121-2/+3
| | | | | | ignored) r/a=LpSolit
* $_localconfig is now obsoleteFrédéric Buclin2012-10-051-1/+0
|
* Bug 797883: Adds a Bugzilla->process_cacheByron Jones2012-10-051-2/+10
| | | | r=LpSolit, a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 645433: Bugzilla->error_mode( ERROR_MODE_WEBPAGE ) doesn't change ↵Koosha Khajeh Moogahi2012-04-241-2/+8
| | | | | | Bugzilla->error_mode r/a=LpSolit
* Bug 645427: Bugzilla->usage_mode( USAGE_MODE_BROWSER ) doesn't change ↵Koosha Khajeh Moogahi2012-04-241-2/+8
| | | | | | Bugzilla->usage_mode r/a=LpSolit
* Bug 734078: cache localconfig per-processByron Jones2012-03-121-3/+3
| | | | r=dkl, a=LpSolit
* Bug 240437: Add a "last seen date" column to the profiles tableByron Jones2012-01-241-0/+6
| | | | r=LpSolit, a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-22/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 643925: When shutdownhtml sends an HTTP 503, also include a Retry-AfterBjoern Jacke2011-03-221-3/+10
| | | | | header. r=mkanat, a=mkanat
* The mod_perl CGI.pm fix caused Bugzilla.pm to throw a warning on everyMax Kanat-Alexander2011-03-131-2/+3
| | | | | | invocation that didn't have $SIG{TERM} and $SIG{PIPE} set (for example, during command-line scripts). https://bugzilla.mozilla.org/show_bug.cgi?id=637977
* Bug 637977: Re-setup CGI.pm global variables on every request under mod_perl,Max Kanat-Alexander2011-03-131-0/+5
| | | | | | which prevents CGI.pm from generating URLs with semicolons in them instead of ampersands. r=glob, a=mkanat
* Fix on checkin for bug 639367: Add a comment to explain why we set the HTTP ↵Bjoern Jacke2011-03-091-0/+2
| | | | status to 503
* Bug 639367: Set the HTTP status to 503 when Bugzilla is down for maintenanceBjoern Jacke2011-03-091-1/+1
| | | | r/a=mkanat
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-14/+13
| | | | r/a=mkanat
* Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending emailFrédéric Buclin2010-08-041-17/+32
| | | | r=glob a=LpSolit
* Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander2010-07-081-0/+63
| | | | | in a loop r=glob, a=mkanat
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-071-0/+3
| | | | | boolean charts r=glob, a=mkanat
* Bug 382398: Make checksetup.pl localized messages be output in theMax Kanat-Alexander2010-07-011-2/+7
| | | | | console's charset r=timello, a=mkanat
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-14/+16
| | | | r=timello, a=mkanat
* Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags methodFrédéric Buclin2010-03-291-1/+1
| | | | a=LpSolit
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-4/+4
| | | | | Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-281-16/+1
| | | | r=LpSolit, a=LpSolit
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-241-16/+31
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 530270: Whining fails if mail queueing is enabled - Patch by ↵lpsolit%gmail.com2009-11-221-8/+14
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Fix for Bug 527505: Make t/001compile.t work even after ↵mkanat%bugzilla.org2009-11-181-1/+5
| | | | | | Bugzilla::Install::CPAN messes with @INC, and make Bugzilla->feature work during mod_perl.pl. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org2009-11-101-1/+1
| | | | | | modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵mkanat%bugzilla.org2009-11-091-0/+36
| | | | | | and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org2009-10-241-0/+1
| | | | | | start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 523495: Re-work attachment.cgi and the general attachment_base-checking ↵mkanat%bugzilla.org2009-10-241-1/+4
| | | | | | code to prevent an infinite redirect loop when ssl_redirect is on and Bugzilla has an attachment_base set. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-15/+9
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵mkanat%bugzilla.org2009-09-301-0/+40
| | | | | | and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 499103 - page_requires_login check uses undefined variablebbaetz%acm.org2009-06-291-3/+4
| | | | r/a=mkanat
* Bug 493642: Never include hidden_fields in the header/footer login form, and ↵mkanat%bugzilla.org2009-06-041-0/+18
| | | | | | when a REQUIRE_LOGIN page shows a login form, hide the header/footer login form. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-2/+15
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 473553: ERROR_MODE_DIE should be the default if the script is not CGI - ↵lpsolit%gmail.com2009-01-151-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-0/+13
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat