summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-1/+1
2013-12-21Bug 748095: Bugzilla crashes when the shutdownhtml parameter is set and using...Frédéric Buclin1-3/+1
2013-12-19Bug 237498: Add memcached integrationByron Jones1-11/+88
2013-08-23Bug 884705 - Bugzilla->user does not return undefSunil Joshi1-4/+4
2013-07-25Bug 897426: Revert the hack in Bugzilla->feature and make it more robustFrédéric Buclin1-6/+1
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-0/+3
2013-04-08Remove unintentional code commitsDave Lawrence1-1/+1
2013-04-08Bug 148564 - Ability to ignore specific bugs (not get email from them, even a...Dave Lawrence1-1/+1
2013-01-17Bug 830467: Don't call _wanted_languages() when only one is availableFrédéric Buclin1-1/+9
2013-01-14Bug 829601: Bugzilla->local_timezone should be stored in process_cache instea...Frédéric Buclin1-1/+1
2013-01-02Bug 822547: Fix POD coverage bustageByron Jones1-0/+4
2013-01-02Bug 822547: Make jobqueue.pl clear the request cache before sending each mailByron Jones1-1/+13
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+22
2012-11-16Bug 797636: Improve performance for buglistsFrédéric Buclin1-36/+12
2012-10-12Bug 790129: Bugzilla->fields returns fields in random order (the sortkey is i...Simon Green1-2/+3
2012-10-05$_localconfig is now obsoleteFrédéric Buclin1-1/+0
2012-10-04Bug 797883: Adds a Bugzilla->process_cacheByron Jones1-2/+10
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
2012-04-24Bug 645433: Bugzilla->error_mode( ERROR_MODE_WEBPAGE ) doesn't change Bugzill...Koosha Khajeh Moogahi1-2/+8
2012-04-24Bug 645427: Bugzilla->usage_mode( USAGE_MODE_BROWSER ) doesn't change Bugzill...Koosha Khajeh Moogahi1-2/+8
2012-03-12Bug 734078: cache localconfig per-processByron Jones1-3/+3
2012-01-24Bug 240437: Add a "last seen date" column to the profiles tableByron Jones1-0/+6
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-22/+5
2011-03-23Bug 643925: When shutdownhtml sends an HTTP 503, also include a Retry-AfterBjoern Jacke1-3/+10
2011-03-14The mod_perl CGI.pm fix caused Bugzilla.pm to throw a warning on everyMax Kanat-Alexander1-2/+3
2011-03-14Bug 637977: Re-setup CGI.pm global variables on every request under mod_perl,Max Kanat-Alexander1-0/+5
2011-03-09Fix on checkin for bug 639367: Add a comment to explain why we set the HTTP s...Bjoern Jacke1-0/+2
2011-03-09Bug 639367: Set the HTTP status to 503 when Bugzilla is down for maintenanceBjoern Jacke1-1/+1
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-14/+13
2010-08-04Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending emailFrédéric Buclin1-17/+32
2010-07-09Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander1-0/+63
2010-07-07Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander1-0/+3
2010-07-01Bug 382398: Make checksetup.pl localized messages be output in theMax Kanat-Alexander1-2/+7
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-14/+16
2010-03-29Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags methodFrédéric Buclin1-1/+1
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-4/+4
2010-03-01Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander1-16/+1
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-16/+31
2009-11-22Bug 530270: Whining fails if mail queueing is enabled - Patch by Frédér...lpsolit%gmail.com1-8/+14
2009-11-18Fix for Bug 527505: Make t/001compile.t work even after Bugzilla::Install::CP...mkanat%bugzilla.org1-1/+5
2009-11-10Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...mkanat%bugzilla.org1-1/+1
2009-11-09Bug 525734: Allow WebService clients to authenticate using Bugzilla_login and...mkanat%bugzilla.org1-0/+36
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org1-0/+1
2009-10-24Bug 523495: Re-work attachment.cgi and the general attachment_base-checking c...mkanat%bugzilla.org1-1/+4
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-15/+9
2009-10-01Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org1-0/+40
2009-06-29Bug 499103 - page_requires_login check uses undefined variablebbaetz%acm.org1-3/+4
2009-06-05Bug 493642: Never include hidden_fields in the header/footer login form, and ...mkanat%bugzilla.org1-0/+18
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-2/+15
2009-01-15Bug 473553: ERROR_MODE_DIE should be the default if the script is not CGI - P...lpsolit%gmail.com1-1/+1