aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 637977: Re-setup CGI.pm global variables on every request under mod_perl,Max Kanat-Alexander2011-03-131-0/+5
* Fix on checkin for bug 639367: Add a comment to explain why we set the HTTP s...Bjoern Jacke2011-03-091-0/+2
* Bug 639367: Set the HTTP status to 503 when Bugzilla is down for maintenanceBjoern Jacke2011-03-091-1/+1
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-14/+13
* Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending emailFrédéric Buclin2010-08-041-17/+32
* Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander2010-07-081-0/+63
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-071-0/+3
* Bug 382398: Make checksetup.pl localized messages be output in theMax Kanat-Alexander2010-07-011-2/+7
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-14/+16
* Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags methodFrédéric Buclin2010-03-291-1/+1
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-4/+4
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-281-16/+1
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-16/+31
* Bug 530270: Whining fails if mail queueing is enabled - Patch by Frédér...lpsolit%gmail.com2009-11-221-8/+14
* Fix for Bug 527505: Make t/001compile.t work even after Bugzilla::Install::CP...mkanat%bugzilla.org2009-11-181-1/+5
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...mkanat%bugzilla.org2009-11-101-1/+1
* Bug 525734: Allow WebService clients to authenticate using Bugzilla_login and...mkanat%bugzilla.org2009-11-091-0/+36
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2009-10-241-0/+1
* Bug 523495: Re-work attachment.cgi and the general attachment_base-checking c...mkanat%bugzilla.org2009-10-241-1/+4
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-15/+9
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org2009-09-301-0/+40
* Bug 499103 - page_requires_login check uses undefined variablebbaetz%acm.org2009-06-291-3/+4
* Bug 493642: Never include hidden_fields in the header/footer login form, and ...mkanat%bugzilla.org2009-06-041-0/+18
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-2/+15
* Bug 473553: ERROR_MODE_DIE should be the default if the script is not CGI - P...lpsolit%gmail.com2009-01-151-1/+1
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-0/+13
* Bug 470442: Only delete tainted environment variables if we're running in tai...mkanat%bugzilla.org2008-12-221-5/+8
* Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org2008-12-161-1/+1
* Bug 458528: Remove die_with_dignity() - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2008-10-051-12/+1
* Bug 398075: Bugzilla should be able to display the "shutdownhtml" message eve...lpsolit%gmail.com2008-09-211-1/+7
* Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com2008-08-271-0/+17
* Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com2008-08-181-0/+8
* Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links appea...lpsolit%gmail.com2008-03-181-0/+10
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com2008-02-251-4/+7
* Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possiblemkanat%bugzilla.org2008-01-061-0/+9
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-0/+1
* Bug 396376: Crash on logout - Patch by Frédéric Buclin <LpSolit@gmail.c...lpsolit%gmail.com2007-09-171-1/+1
* Bug 394923: Make Bugzilla.pm subclassable by using $class->method everywheremkanat%bugzilla.org2007-09-151-57/+55
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-0/+24
* Bug 390148: Prevent Bugzilla from throwing warnings if we're on IISmkanat%bugzilla.org2007-07-311-0/+14
* Bug 373639: Bugzilla->login should just return Bugzilla->user if Bugzilla->us...mkanat%bugzilla.org2007-03-171-1/+1
* Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org2007-03-151-5/+6
* Bug 297186: Send emails in the recipient's locale, not the current user's - P...lpsolit%gmail.com2006-12-121-4/+10
* Bug 361252: checksetup.pl should get confirmation from the user before causin...lpsolit%gmail.com2006-12-091-0/+32
* Checkin fix for Bug 280633, which didn't work when the utf8 parameter was tur...mkanat%bugzilla.org2006-11-181-0/+1
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-0/+3
* Bug 350921: [email_in] Create an email interface that can create a bug in Bug...mkanat%bugzilla.org2006-10-171-3/+19
* Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org2006-09-191-0/+11
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-1/+5
* Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org2006-09-121-66/+57