summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
AgeCommit message (Expand)AuthorFilesLines
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-15/+9
2009-10-01Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org1-0/+40
2009-06-29Bug 499103 - page_requires_login check uses undefined variablebbaetz%acm.org1-3/+4
2009-06-05Bug 493642: Never include hidden_fields in the header/footer login form, and ...mkanat%bugzilla.org1-0/+18
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-2/+15
2009-01-15Bug 473553: ERROR_MODE_DIE should be the default if the script is not CGI - P...lpsolit%gmail.com1-1/+1
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-0/+13
2008-12-22Bug 470442: Only delete tainted environment variables if we're running in tai...mkanat%bugzilla.org1-5/+8
2008-12-16Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org1-1/+1
2008-10-05Bug 458528: Remove die_with_dignity() - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com1-12/+1
2008-09-22Bug 398075: Bugzilla should be able to display the "shutdownhtml" message eve...lpsolit%gmail.com1-1/+7
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com1-0/+17
2008-08-18Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com1-0/+8
2008-03-18Bug 180259: "Requests" (logged out) and "My Requests" (logged in) links appea...lpsolit%gmail.com1-0/+10
2008-02-25Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com1-4/+7
2008-01-06Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possiblemkanat%bugzilla.org1-0/+9
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org1-0/+1
2007-09-17Bug 396376: Crash on logout - Patch by Frédéric Buclin <LpSolit@gmail.c...lpsolit%gmail.com1-1/+1
2007-09-15Bug 394923: Make Bugzilla.pm subclassable by using $class->method everywheremkanat%bugzilla.org1-57/+55
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-0/+24
2007-07-31Bug 390148: Prevent Bugzilla from throwing warnings if we're on IISmkanat%bugzilla.org1-0/+14
2007-03-17Bug 373639: Bugzilla->login should just return Bugzilla->user if Bugzilla->us...mkanat%bugzilla.org1-1/+1
2007-03-15Bug 374004: Enable transaction code and use it in some installation placesmkanat%bugzilla.org1-5/+6
2006-12-12Bug 297186: Send emails in the recipient's locale, not the current user's - P...lpsolit%gmail.com1-4/+10
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before causin...lpsolit%gmail.com1-0/+32
2006-11-19Checkin fix for Bug 280633, which didn't work when the utf8 parameter was tur...mkanat%bugzilla.org1-0/+1
2006-11-03Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org1-0/+3
2006-10-17Bug 350921: [email_in] Create an email interface that can create a bug in Bug...mkanat%bugzilla.org1-3/+19
2006-09-19Bug 223880: "marked a duplicate" messages cannot be localizedmkanat%bugzilla.org1-0/+11
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-1/+5
2006-09-12Bug 345547: shutdownhtml will not work under mod_perlmkanat%bugzilla.org1-66/+57
2006-09-08Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org1-0/+11
2006-09-04Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ca...mkanat%bugzilla.org1-0/+6
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-8/+56
2006-08-09Bug 347818: Cannot set Bugzilla->batch(0) - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com1-1/+1
2006-08-01Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org1-22/+2
2006-07-26Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org1-2/+3
2006-07-06Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.o...lpsolit%gmail.com1-1/+1
2006-07-06Bug 343361: die_with_dignity is useless inside of Bugzilla::CGImkanat%bugzilla.org1-0/+13
2006-07-02Bug 343166: $template->process leaks 512K of RAM per call under mod_perlmkanat%bugzilla.org1-1/+15
2006-06-30Bug 342114: Bugzilla.pm caches data in global variablesmkanat%bugzilla.org1-53/+48
2006-06-20Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.)...lpsolit%gmail.com1-11/+0
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-5/+5
2006-06-20Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu <...vladd%bugzilla.org1-1/+1
2006-06-14Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by FrÃ...lpsolit%gmail.com1-0/+3
2006-05-23Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...mkanat%bugzilla.org1-2/+36
2006-05-16Bug 337683: The user prefs tab let you change the password and email address ...lpsolit%gmail.com1-0/+3
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-4/+11
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com1-0/+12
2006-02-08Bug 324346: When 'shutdownhtml' is set, accessing foo.cgi?format=bar displays...lpsolit%gmail.com1-2/+2