Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2007-08-22 | Bug 365378 â The 'languages' parameter is not necessary. | wurblzap%gmail.com | 1 | -0/+24 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit | |||||
2007-07-31 | Bug 390148: Prevent Bugzilla from throwing warnings if we're on IIS | mkanat%bugzilla.org | 1 | -0/+14 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat | |||||
2007-03-17 | Bug 373639: Bugzilla->login should just return Bugzilla->user if ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
Bugzilla->user->id != 0 Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-03-15 | Bug 374004: Enable transaction code and use it in some installation places | mkanat%bugzilla.org | 1 | -5/+6 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2006-12-12 | Bug 297186: Send emails in the recipient's locale, not the current user's - ↵ | lpsolit%gmail.com | 1 | -4/+10 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave | |||||
2006-12-09 | Bug 361252: checksetup.pl should get confirmation from the user before ↵ | lpsolit%gmail.com | 1 | -0/+32 | |
causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk | |||||
2006-11-19 | Checkin fix for Bug 280633, which didn't work when the utf8 parameter was ↵ | mkanat%bugzilla.org | 1 | -0/+1 | |
turned on. | |||||
2006-11-03 | Bug 353711: Move to Email:: modules for email sending | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk | |||||
2006-10-17 | Bug 350921: [email_in] Create an email interface that can create a bug in ↵ | mkanat%bugzilla.org | 1 | -3/+19 | |
Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk | |||||
2006-09-19 | Bug 223880: "marked a duplicate" messages cannot be localized | mkanat%bugzilla.org | 1 | -0/+11 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-09-14 | Bug 352608: Make checksetup more localizable | mkanat%bugzilla.org | 1 | -1/+5 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-09-12 | Bug 345547: shutdownhtml will not work under mod_perl | mkanat%bugzilla.org | 1 | -66/+57 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave | |||||
2006-09-08 | Bug 350217: Extensions need to be able to update Bugzilla's DB schema | mkanat%bugzilla.org | 1 | -0/+11 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk | |||||
2006-09-04 | Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ↵ | mkanat%bugzilla.org | 1 | -0/+6 | |
calls with it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-08-20 | Bug 224577: Bugzilla could use a web services interface. | wurblzap%gmail.com | 1 | -8/+56 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk | |||||
2006-08-09 | Bug 347818: Cannot set Bugzilla->batch(0) - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
<LpSolit@gmail.com> r=mkanat a=justdave | |||||
2006-08-01 | Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module. | mkanat%bugzilla.org | 1 | -22/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-26 | Bug 339382: Make Bugzilla::Field use Bugzilla::Object | mkanat%bugzilla.org | 1 | -2/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-06 | Bug 343421: Fix some typos in comments - Patch by timeless ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
<timeless@bemail.org> r=wicked a=myk | |||||
2006-07-06 | Bug 343361: die_with_dignity is useless inside of Bugzilla::CGI | mkanat%bugzilla.org | 1 | -0/+13 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=colin, a=myk | |||||
2006-07-02 | Bug 343166: $template->process leaks 512K of RAM per call under mod_perl | mkanat%bugzilla.org | 1 | -1/+15 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave | |||||
2006-06-30 | Bug 342114: Bugzilla.pm caches data in global variables | mkanat%bugzilla.org | 1 | -53/+48 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-20 | Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, ↵ | lpsolit%gmail.com | 1 | -11/+0 | |
etc.) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 1 | -5/+5 | |
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 | |||||
2006-06-20 | Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
<vladd@bugzilla.org>. | |||||
2006-06-14 | Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+3 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-05-23 | Bug 328642: Params should be in Bugzilla->params instead of being a ↵ | mkanat%bugzilla.org | 1 | -2/+36 | |
Bugzilla::Config subroutine Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-05-16 | Bug 337683: The user prefs tab let you change the password and email address ↵ | lpsolit%gmail.com | 1 | -0/+3 | |
of a user being impersonated when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave |