Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-17 | Bug 830467 - Don't call _wanted_languages() when only one is available | Dave Lawrence | 1 | -1/+9 | |
2013-01-14 | Bug 829601 - Bugzilla::local_timezone should be stored in process_cache ↵ | Dave Lawrence | 1 | -1/+1 | |
instead of request_cache | |||||
2012-12-20 | Bug 822547: jobqueue.pl should clear the request cache before sending each mail | Byron Jones | 1 | -1/+13 | |
2012-11-26 | Bug 812543 - Back port patch from bug 797636 to bmo/4.2 to bring in ↵ | Dave Lawrence | 1 | -35/+11 | |
performance enhancements r=glob | |||||
2012-11-14 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -2/+3 | |
2012-10-12 | Bug 790129: Bugzilla->fields returns fields in random order (the sortkey is ↵ | Simon Green | 1 | -2/+3 | |
ignored) r/a=LpSolit | |||||
2012-10-12 | Bug 799257 - Backport bug 795650 and bug 797833 to bmo/4.0 and bmo/4.2 for ↵ | Dave Lawrence | 1 | -3/+10 | |
performance improvement r=glob | |||||
2012-09-03 | revert accidential commits | Byron Jones | 1 | -1/+1 | |
2012-08-07 | Quick fix for file permissions error | Dave Lawrence | 1 | -1/+3 | |
2011-12-21 | merged with bmo/4.0 | Dave Lawrence | 1 | -5/+14 | |
2011-03-23 | Bug 643925: When shutdownhtml sends an HTTP 503, also include a Retry-After | Bjoern Jacke | 1 | -3/+10 | |
header. r=mkanat, a=mkanat | |||||
2011-03-14 | The mod_perl CGI.pm fix caused Bugzilla.pm to throw a warning on every | Max Kanat-Alexander | 1 | -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 | |||||
2011-03-14 | Bug 637977: Re-setup CGI.pm global variables on every request under mod_perl, | Max Kanat-Alexander | 1 | -0/+5 | |
which prevents CGI.pm from generating URLs with semicolons in them instead of ampersands. r=glob, a=mkanat | |||||
2011-03-09 | Fix on checkin for bug 639367: Add a comment to explain why we set the HTTP ↵ | Bjoern Jacke | 1 | -0/+2 | |
status to 503 | |||||
2011-03-09 | Bug 639367: Set the HTTP status to 503 when Bugzilla is down for maintenance | Bjoern Jacke | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-08-24 | Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields | Tiago Mello | 1 | -14/+13 | |
r/a=mkanat | |||||
2010-08-04 | Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending email | Frédéric Buclin | 1 | -17/+32 | |
r=glob a=LpSolit | |||||
2010-07-09 | Bug 576670: Optimize Search.pm's "init" method for being called many times | Max Kanat-Alexander | 1 | -0/+63 | |
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/+3 | |
boolean charts r=glob, a=mkanat | |||||
2010-07-01 | Bug 382398: Make checksetup.pl localized messages be output in the | Max Kanat-Alexander | 1 | -2/+7 | |
console's charset r=timello, a=mkanat | |||||
2010-04-22 | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 1 | -14/+16 | |
r=timello, a=mkanat | |||||
2010-03-29 | Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags method | Frédéric Buclin | 1 | -1/+1 | |
a=LpSolit | |||||
2010-03-01 | Bug 508823: Make it so that you don't ever have to reset template_inner (like | Max Kanat-Alexander | 1 | -4/+4 | |
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit | |||||
2010-03-01 | Bug 545235: Simplify Bugzilla's language-choosing code | Max Kanat-Alexander | 1 | -16/+1 | |
r=LpSolit, a=LpSolit | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -16/+31 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-22 | Bug 530270: Whining fails if mail queueing is enabled - Patch by ↵ | lpsolit%gmail.com | 1 | -8/+14 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-11-18 | Fix for Bug 527505: Make t/001compile.t work even after ↵ | mkanat%bugzilla.org | 1 | -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 | |||||
2009-11-10 | Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-11-09 | Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵ | mkanat%bugzilla.org | 1 | -0/+36 | |
and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-10-24 | Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵ | mkanat%bugzilla.org | 1 | -0/+1 | |
start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-10-24 | Bug 523495: Re-work attachment.cgi and the general attachment_base-checking ↵ | mkanat%bugzilla.org | 1 | -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 | |||||
2009-10-09 | Bug 514913: Eliminate ssl="authenticated sessions" | mkanat%bugzilla.org | 1 | -15/+9 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-10-01 | Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵ | mkanat%bugzilla.org | 1 | -0/+40 | |
and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-06-29 | Bug 499103 - page_requires_login check uses undefined variable | bbaetz%acm.org | 1 | -3/+4 | |
r/a=mkanat | |||||
2009-06-05 | Bug 493642: Never include hidden_fields in the header/footer login form, and ↵ | mkanat%bugzilla.org | 1 | -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 | |||||
2009-03-31 | Bug 432907: Create a JSON frontend for WebServices | mkanat%bugzilla.org | 1 | -2/+15 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-01-15 | Bug 473553: ERROR_MODE_DIE should be the default if the script is not CGI - ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-12-24 | Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. | mkanat%bugzilla.org | 1 | -0/+13 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat | |||||
2008-12-22 | Bug 470442: Only delete tainted environment variables if we're running in ↵ | mkanat%bugzilla.org | 1 | -5/+8 | |
taint mode Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-12-16 | Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi() | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-10-05 | Bug 458528: Remove die_with_dignity() - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -12/+1 | |
<LpSolit@gmail.com> r/a=mkanat | |||||
2008-09-22 | Bug 398075: Bugzilla should be able to display the "shutdownhtml" message ↵ | lpsolit%gmail.com | 1 | -1/+7 | |
even if the SQL server is down - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-08-27 | Bug 182238: Allow users to choose what time zone to display times in - Patch ↵ | lpsolit%gmail.com | 1 | -0/+17 | |
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-08-18 | Bug 428659 â Setting SSL param to 'authenticated sessions' only ↵ | dkl%redhat.com | 1 | -0/+8 | |
protects logins and param doesn't protect WebService calls at all Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit/mkanat | |||||
2008-03-18 | Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links ↵ | lpsolit%gmail.com | 1 | -0/+10 | |
appear in footer even if the site doesn't use requests - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
2008-02-25 | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+7 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-01-06 | Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possible | mkanat%bugzilla.org | 1 | -0/+9 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat | |||||
2007-11-23 | Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that contain | mkanat%bugzilla.org | 1 | -0/+1 | |
non-ASCII data, if the utf8 parameter is on. This means that string functions like substr() work properly on multi-byte languages, now. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat | |||||
2007-09-17 | Bug 396376: Crash on logout - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
<LpSolit@gmail.com> r/a=mkanat | |||||
2007-09-15 | Bug 394923: Make Bugzilla.pm subclassable by using $class->method everywhere | mkanat%bugzilla.org | 1 | -57/+55 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat |