aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bug 470442: Only delete tainted environment variables if we're running in ↵mkanat%bugzilla.org2008-12-221-5/+8
| | | | | | taint mode Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org2008-12-161-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 458528: Remove die_with_dignity() - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-10-051-12/+1
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 398075: Bugzilla should be able to display the "shutdownhtml" message ↵lpsolit%gmail.com2008-09-211-1/+7
| | | | even if the SQL server is down - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com2008-08-271-0/+17
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com2008-08-181-0/+8
| | | | | | | protects logins and param doesn't protect WebService calls at all Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit/mkanat
* Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links ↵lpsolit%gmail.com2008-03-181-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
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com2008-02-251-4/+7
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possiblemkanat%bugzilla.org2008-01-061-0/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-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
* Bug 396376: Crash on logout - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-09-171-1/+1
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 394923: Make Bugzilla.pm subclassable by using $class->method everywheremkanat%bugzilla.org2007-09-151-57/+55
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-0/+24
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 390148: Prevent Bugzilla from throwing warnings if we're on IISmkanat%bugzilla.org2007-07-311-0/+14
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
* Bug 373639: Bugzilla->login should just return Bugzilla->user if ↵mkanat%bugzilla.org2007-03-171-1/+1
| | | | | | Bugzilla->user->id != 0 Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org2007-03-151-5/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com2006-12-121-4/+10
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com2006-12-091-0/+32
| | | | causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
* Checkin fix for Bug 280633, which didn't work when the utf8 parameter was ↵mkanat%bugzilla.org2006-11-181-0/+1
| | | | turned on.
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
* Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org2006-10-171-3/+19
| | | | | | Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
* Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org2006-09-191-0/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org2006-09-121-66/+57
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org2006-09-081-0/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ↵mkanat%bugzilla.org2006-09-041-0/+6
| | | | | | calls with it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-8/+56
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
* Bug 347818: Cannot set Bugzilla->batch(0) - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-091-1/+1
| | | | <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org2006-08-011-22/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-2/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 343421: Fix some typos in comments - Patch by timeless ↵lpsolit%gmail.com2006-07-061-1/+1
| | | | <timeless@bemail.org> r=wicked a=myk
* Bug 343361: die_with_dignity is useless inside of Bugzilla::CGImkanat%bugzilla.org2006-07-061-0/+13
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=colin, a=myk
* Bug 343166: $template->process leaks 512K of RAM per call under mod_perlmkanat%bugzilla.org2006-07-011-1/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 342114: Bugzilla.pm caches data in global variablesmkanat%bugzilla.org2006-06-291-53/+48
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, ↵lpsolit%gmail.com2006-06-201-11/+0
| | | | etc.) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-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
* Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | <vladd@bugzilla.org>.
* Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by ↵lpsolit%gmail.com2006-06-141-0/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 328642: Params should be in Bugzilla->params instead of being a ↵mkanat%bugzilla.org2006-05-231-2/+36
| | | | | | Bugzilla::Config subroutine Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 337683: The user prefs tab let you change the password and email address ↵lpsolit%gmail.com2006-05-151-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
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-4/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com2006-02-211-0/+12
| | | | Melez <myk@mozilla.org> r=mkanat a=justdave
* Bug 324346: When 'shutdownhtml' is set, accessing foo.cgi?format=bar ↵lpsolit%gmail.com2006-02-081-2/+2
| | | | displays plain text instead of html - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk