summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
AgeCommit message (Collapse)AuthorFilesLines
2007-09-17Bug 396376: Crash on logout - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r/a=mkanat
2007-09-15Bug 394923: Make Bugzilla.pm subclassable by using $class->method everywheremkanat%bugzilla.org1-57/+55
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-0/+24
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2007-07-31Bug 390148: Prevent Bugzilla from throwing warnings if we're on IISmkanat%bugzilla.org1-0/+14
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
2007-03-17Bug 373639: Bugzilla->login should just return Bugzilla->user if ↵mkanat%bugzilla.org1-1/+1
Bugzilla->user->id != 0 Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-03-15Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org1-5/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2006-12-12Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com1-4/+10
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com1-0/+32
causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
2006-11-19Checkin fix for Bug 280633, which didn't work when the utf8 parameter was ↵mkanat%bugzilla.org1-0/+1
turned on.
2006-11-03Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
2006-10-17Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org1-3/+19
Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
2006-09-19Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org1-0/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-1/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-12Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org1-66/+57
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-09-08Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org1-0/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-09-04Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ↵mkanat%bugzilla.org1-0/+6
calls with it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-8/+56
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
2006-08-09Bug 347818: Cannot set Bugzilla->batch(0) - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r=mkanat a=justdave
2006-08-01Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org1-22/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-26Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org1-2/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-06Bug 343421: Fix some typos in comments - Patch by timeless ↵lpsolit%gmail.com1-1/+1
<timeless@bemail.org> r=wicked a=myk
2006-07-06Bug 343361: die_with_dignity is useless inside of Bugzilla::CGImkanat%bugzilla.org1-0/+13
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=colin, a=myk
2006-07-02Bug 343166: $template->process leaks 512K of RAM per call under mod_perlmkanat%bugzilla.org1-1/+15
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-06-30Bug 342114: Bugzilla.pm caches data in global variablesmkanat%bugzilla.org1-53/+48
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-20Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, ↵lpsolit%gmail.com1-11/+0
etc.) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-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-20Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu ↵vladd%bugzilla.org1-1/+1
<vladd@bugzilla.org>.
2006-06-14Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by ↵lpsolit%gmail.com1-0/+3
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-23Bug 328642: Params should be in Bugzilla->params instead of being a ↵mkanat%bugzilla.org1-2/+36
Bugzilla::Config subroutine Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-05-16Bug 337683: The user prefs tab let you change the password and email address ↵lpsolit%gmail.com1-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
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-4/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com1-0/+12
Melez <myk@mozilla.org> r=mkanat a=justdave
2006-02-08Bug 324346: When 'shutdownhtml' is set, accessing foo.cgi?format=bar ↵lpsolit%gmail.com1-2/+2
displays plain text instead of html - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org1-12/+0
turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month.
2006-01-06Bug 287325: an initial implementation of custom fields, including the ↵myk%mozilla.org1-0/+12
ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob
2005-12-03Bug 310070: runtests.pl reports errors when the 'shutdownhtml' parameter is ↵wurblzap%gmail.com1-1/+7
turned on. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, r=mkanat, a=justdave
2005-11-26Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-1/+1
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-14Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵lpsolit%gmail.com1-17/+8
anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-4/+0
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-14Bug 204498 Add su (setuser) functionbugreport%peshkin.net1-4/+72
Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
2005-10-13Bug 312235: Remove doeditparams.cgi from the SHUTDOWNHTML_EXEMPT list in ↵lpsolit%gmail.com1-1/+0
Bugzilla.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-10-07Bug 309796: Whining needs to check for shutdown (silently) before trying ↵lpsolit%gmail.com1-0/+14
database access - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-07-28Bug 273767: Cannot log out when Param(shutdownhtml) is active - Patch by ↵lpsolit%gmail.com1-1/+8
Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2005-07-14Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGImkanat%kerio.com1-0/+53
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2005-03-03Bug 284547: Fix escaping of > characters inside C<> tags in the pod docsjustdave%bugzilla.org1-2/+2
r=mkanat, a=justdave
2004-11-08Bug 257344: Remove exit from error handlers when non-interactivebugreport%peshkin.net1-0/+17
r=glob,justdave a=justdave
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-5/+9
patch by erik,joel r=kiko a=justdave
2004-07-29Fix for bug 236678: Clean up access to COOKIE global. Murder the lastkiko%async.com.br1-6/+3
remaining places in the tree where COOKIE is used; includes a rather thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-44/+8
patch by erik r=joel, kiko a=myk
2004-07-12Backing out bug 241900bugreport%peshkin.net1-28/+13