| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 347818: Cannot set Bugzilla->batch(0) - Patch by Frédéric Buclin <LpSol... | lpsolit%gmail.com | 2006-08-09 | 1 | -1/+1 |
* | Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module. | mkanat%bugzilla.org | 2006-08-01 | 1 | -22/+2 |
* | Bug 339382: Make Bugzilla::Field use Bugzilla::Object | mkanat%bugzilla.org | 2006-07-26 | 1 | -2/+3 |
* | Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.o... | lpsolit%gmail.com | 2006-07-06 | 1 | -1/+1 |
* | Bug 343361: die_with_dignity is useless inside of Bugzilla::CGI | mkanat%bugzilla.org | 2006-07-06 | 1 | -0/+13 |
* | Bug 343166: $template->process leaks 512K of RAM per call under mod_perl | mkanat%bugzilla.org | 2006-07-01 | 1 | -1/+15 |
* | Bug 342114: Bugzilla.pm caches data in global variables | mkanat%bugzilla.org | 2006-06-29 | 1 | -53/+48 |
* | Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.)... | lpsolit%gmail.com | 2006-06-20 | 1 | -11/+0 |
* | Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod... | lpsolit%gmail.com | 2006-06-20 | 1 | -5/+5 |
* | Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu <... | vladd%bugzilla.org | 2006-06-19 | 1 | -1/+1 |
* | Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by Fr�... | lpsolit%gmail.com | 2006-06-14 | 1 | -0/+3 |
* | Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:... | mkanat%bugzilla.org | 2006-05-23 | 1 | -2/+36 |
* | Bug 337683: The user prefs tab let you change the password and email address ... | lpsolit%gmail.com | 2006-05-15 | 1 | -0/+3 |
* | Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block | mkanat%bugzilla.org | 2006-05-12 | 1 | -4/+11 |
* | Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M... | lpsolit%gmail.com | 2006-02-21 | 1 | -0/+12 |
* | Bug 324346: When 'shutdownhtml' is set, accessing foo.cgi?format=bar displays... | lpsolit%gmail.com | 2006-02-08 | 1 | -2/+2 |
* | Backing out fix for bug 287325 (initial implementation of custom fields): tur... | myk%mozilla.org | 2006-01-06 | 1 | -12/+0 |
* | Bug 287325: an initial implementation of custom fields, including the ability... | myk%mozilla.org | 2006-01-06 | 1 | -0/+12 |
* | Bug 310070: runtests.pl reports errors when the 'shutdownhtml' parameter is t... | wurblzap%gmail.com | 2005-12-03 | 1 | -1/+7 |
* | Bug 106386 Correct misspellings in source code | timeless%mozdev.org | 2005-11-26 | 1 | -1/+1 |
* | Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo... | lpsolit%gmail.com | 2005-11-14 | 1 | -17/+8 |
* | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu... | lpsolit%gmail.com | 2005-10-31 | 1 | -4/+0 |
* | Bug 204498 Add su (setuser) function | bugreport%peshkin.net | 2005-10-14 | 1 | -4/+72 |
* | Bug 312235: Remove doeditparams.cgi from the SHUTDOWNHTML_EXEMPT list in Bugz... | lpsolit%gmail.com | 2005-10-13 | 1 | -1/+0 |
* | Bug 309796: Whining needs to check for shutdown (silently) before trying data... | lpsolit%gmail.com | 2005-10-07 | 1 | -0/+14 |
* | Bug 273767: Cannot log out when Param(shutdownhtml) is active - Patch by Fré... | lpsolit%gmail.com | 2005-07-28 | 1 | -1/+8 |
* | Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGI | mkanat%kerio.com | 2005-07-14 | 1 | -0/+53 |
* | Bug 284547: Fix escaping of > characters inside C<> tags in the pod docs | justdave%bugzilla.org | 2005-03-03 | 1 | -2/+2 |
* | Bug 257344: Remove exit from error handlers when non-interactive | bugreport%peshkin.net | 2004-11-08 | 1 | -0/+17 |
* | Bug 253588: Change Bugzilla->user to be usable even for a logged-out user | bugreport%peshkin.net | 2004-07-31 | 1 | -5/+9 |
* | Fix for bug 236678: Clean up access to COOKIE global. Murder the last | kiko%async.com.br | 2004-07-29 | 1 | -6/+3 |
* | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 2004-07-21 | 1 | -44/+8 |
* | Backing out bug 241900 | bugreport%peshkin.net | 2004-07-12 | 1 | -28/+13 |
* | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 2004-07-12 | 1 | -13/+28 |
* | Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. | kiko%async.com.br | 2004-03-27 | 1 | -19/+53 |
* | Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a | kiko%async.com.br | 2003-11-27 | 1 | -4/+16 |
* | Bug 208620 - Fix return value of Bugzilla->login when user already exists | bbaetz%acm.org | 2003-06-07 | 1 | -1/+1 |
* | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 2003-06-03 | 1 | -7/+18 |
* | Bug 180642 - Move authentication code into a module | bbaetz%acm.org | 2003-03-22 | 1 | -0/+68 |
* | Bug 192531 - Bugzilla not properly closing DB statement handles | bbaetz%acm.org | 2003-02-14 | 1 | -0/+11 |
* | Bug 192393 - $::dbwritesallowed never set | bbaetz%acm.org | 2003-02-09 | 1 | -1/+17 |
* | Bug 191863 - Clean up Bugzilla.pm | bbaetz%acm.org | 2003-02-07 | 1 | -92/+44 |
* | Bug 163290 - move DB handling code into a module | bbaetz%student.usyd.edu.au | 2003-01-15 | 1 | -0/+42 |
* | Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave | bbaetz%student.usyd.edu.au | 2002-12-20 | 1 | -0/+192 |