aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links appea...lpsolit%gmail.com2008-03-181-0/+10
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com2008-02-251-4/+7
* Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possiblemkanat%bugzilla.org2008-01-061-0/+9
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-0/+1
* Bug 396376: Crash on logout - Patch by Frédéric Buclin <LpSolit@gmail.c...lpsolit%gmail.com2007-09-171-1/+1
* Bug 394923: Make Bugzilla.pm subclassable by using $class->method everywheremkanat%bugzilla.org2007-09-151-57/+55
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-0/+24
* Bug 390148: Prevent Bugzilla from throwing warnings if we're on IISmkanat%bugzilla.org2007-07-311-0/+14
* Bug 373639: Bugzilla->login should just return Bugzilla->user if Bugzilla->us...mkanat%bugzilla.org2007-03-171-1/+1
* Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org2007-03-151-5/+6
* Bug 297186: Send emails in the recipient's locale, not the current user's - P...lpsolit%gmail.com2006-12-121-4/+10
* Bug 361252: checksetup.pl should get confirmation from the user before causin...lpsolit%gmail.com2006-12-091-0/+32
* Checkin fix for Bug 280633, which didn't work when the utf8 parameter was tur...mkanat%bugzilla.org2006-11-181-0/+1
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-0/+3
* Bug 350921: [email_in] Create an email interface that can create a bug in Bug...mkanat%bugzilla.org2006-10-171-3/+19
* Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org2006-09-191-0/+11
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-1/+5
* Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org2006-09-121-66/+57
* Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org2006-09-081-0/+11
* Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ca...mkanat%bugzilla.org2006-09-041-0/+6
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-8/+56
* Bug 347818: Cannot set Bugzilla->batch(0) - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2006-08-091-1/+1
* Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org2006-08-011-22/+2
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-2/+3
* Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.o...lpsolit%gmail.com2006-07-061-1/+1
* Bug 343361: die_with_dignity is useless inside of Bugzilla::CGImkanat%bugzilla.org2006-07-061-0/+13
* Bug 343166: $template->process leaks 512K of RAM per call under mod_perlmkanat%bugzilla.org2006-07-011-1/+15
* Bug 342114: Bugzilla.pm caches data in global variablesmkanat%bugzilla.org2006-06-291-53/+48
* Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.)...lpsolit%gmail.com2006-06-201-11/+0
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-5/+5
* Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu <...vladd%bugzilla.org2006-06-191-1/+1
* Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by FrÃ...lpsolit%gmail.com2006-06-141-0/+3
* Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...mkanat%bugzilla.org2006-05-231-2/+36
* Bug 337683: The user prefs tab let you change the password and email address ...lpsolit%gmail.com2006-05-151-0/+3
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-4/+11
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com2006-02-211-0/+12
* Bug 324346: When 'shutdownhtml' is set, accessing foo.cgi?format=bar displays...lpsolit%gmail.com2006-02-081-2/+2
* Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org2006-01-061-12/+0
* Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org2006-01-061-0/+12
* Bug 310070: runtests.pl reports errors when the 'shutdownhtml' parameter is t...wurblzap%gmail.com2005-12-031-1/+7
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-261-1/+1
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com2005-11-141-17/+8
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-4/+0
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-141-4/+72
* Bug 312235: Remove doeditparams.cgi from the SHUTDOWNHTML_EXEMPT list in Bugz...lpsolit%gmail.com2005-10-131-1/+0
* Bug 309796: Whining needs to check for shutdown (silently) before trying data...lpsolit%gmail.com2005-10-071-0/+14
* Bug 273767: Cannot log out when Param(shutdownhtml) is active - Patch by Fré...lpsolit%gmail.com2005-07-281-1/+8
* Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGImkanat%kerio.com2005-07-141-0/+53
* Bug 284547: Fix escaping of > characters inside C<> tags in the pod docsjustdave%bugzilla.org2005-03-031-2/+2
* Bug 257344: Remove exit from error handlers when non-interactivebugreport%peshkin.net2004-11-081-0/+17