summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org1-12/+0
2006-01-06Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org1-0/+12
2005-12-03Bug 310070: runtests.pl reports errors when the 'shutdownhtml' parameter is t...wurblzap%gmail.com1-1/+7
2005-11-26Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-1/+1
2005-11-14Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com1-17/+8
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com1-4/+0
2005-10-14Bug 204498 Add su (setuser) functionbugreport%peshkin.net1-4/+72
2005-10-13Bug 312235: Remove doeditparams.cgi from the SHUTDOWNHTML_EXEMPT list in Bugz...lpsolit%gmail.com1-1/+0
2005-10-07Bug 309796: Whining needs to check for shutdown (silently) before trying data...lpsolit%gmail.com1-0/+14
2005-07-28Bug 273767: Cannot log out when Param(shutdownhtml) is active - Patch by Fré...lpsolit%gmail.com1-1/+8
2005-07-14Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGImkanat%kerio.com1-0/+53
2005-03-03Bug 284547: Fix escaping of > characters inside C<> tags in the pod docsjustdave%bugzilla.org1-2/+2
2004-11-08Bug 257344: Remove exit from error handlers when non-interactivebugreport%peshkin.net1-0/+17
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-5/+9
2004-07-29Fix for bug 236678: Clean up access to COOKIE global. Murder the lastkiko%async.com.br1-6/+3
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-44/+8
2004-07-12Backing out bug 241900bugreport%peshkin.net1-28/+13
2004-07-12Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-13/+28
2004-03-27Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br1-19/+53
2003-11-27Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br1-4/+16
2003-06-07Bug 208620 - Fix return value of Bugzilla->login when user already existsbbaetz%acm.org1-1/+1
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-7/+18
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-0/+68
2003-02-14Bug 192531 - Bugzilla not properly closing DB statement handlesbbaetz%acm.org1-0/+11
2003-02-09Bug 192393 - $::dbwritesallowed never setbbaetz%acm.org1-1/+17
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-92/+44
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-0/+42