aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-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
* Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | <vladd@bugzilla.org>.
* Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by ↵lpsolit%gmail.com2006-06-141-0/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 328642: Params should be in Bugzilla->params instead of being a ↵mkanat%bugzilla.org2006-05-231-2/+36
| | | | | | Bugzilla::Config subroutine Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 337683: The user prefs tab let you change the password and email address ↵lpsolit%gmail.com2006-05-151-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
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-4/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com2006-02-211-0/+12
| | | | Melez <myk@mozilla.org> r=mkanat a=justdave
* Bug 324346: When 'shutdownhtml' is set, accessing foo.cgi?format=bar ↵lpsolit%gmail.com2006-02-081-2/+2
| | | | displays plain text instead of html - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org2006-01-061-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.
* Bug 287325: an initial implementation of custom fields, including the ↵myk%mozilla.org2006-01-061-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
* Bug 310070: runtests.pl reports errors when the 'shutdownhtml' parameter is ↵wurblzap%gmail.com2005-12-031-1/+7
| | | | | | | turned on. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, r=mkanat, a=justdave
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-261-1/+1
| | | | patch by unknown@simplemachines.org r=timeless rs=brendan
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵lpsolit%gmail.com2005-11-141-17/+8
| | | | anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-311-4/+0
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-141-4/+72
| | | | | Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
* Bug 312235: Remove doeditparams.cgi from the SHUTDOWNHTML_EXEMPT list in ↵lpsolit%gmail.com2005-10-131-1/+0
| | | | Bugzilla.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 309796: Whining needs to check for shutdown (silently) before trying ↵lpsolit%gmail.com2005-10-071-0/+14
| | | | database access - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 273767: Cannot log out when Param(shutdownhtml) is active - Patch by ↵lpsolit%gmail.com2005-07-281-1/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGImkanat%kerio.com2005-07-141-0/+53
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
* Bug 284547: Fix escaping of > characters inside C<> tags in the pod docsjustdave%bugzilla.org2005-03-031-2/+2
| | | | r=mkanat, a=justdave
* Bug 257344: Remove exit from error handlers when non-interactivebugreport%peshkin.net2004-11-081-0/+17
| | | | | r=glob,justdave a=justdave
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-5/+9
| | | | | | patch by erik,joel r=kiko a=justdave
* Fix for bug 236678: Clean up access to COOKIE global. Murder the lastkiko%async.com.br2004-07-291-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.
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-44/+8
| | | | | | patch by erik r=joel, kiko a=myk
* Backing out bug 241900bugreport%peshkin.net2004-07-121-28/+13
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-121-13/+28
| | | | | | patch by erik r=joel a=justdave
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-19/+53
| | | | | | | | | | | | | Consolidates the logout code into Bugzilla::Auth::CGI, and provides simple front-end wrappers in Bugzilla.pm for use in the CGIs we have. r=bbaetz, joel; a=justdave. Adds a set of constants to the logout() API which allow specifying "how much" we should log out -- all sessions, the current session, or all sessions but the current one. Fixes callsites to use this new API; cleans and documents things a bit while we're at it. Part I in the great COOKIE apocalypse.
* Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br2003-11-271-4/+16
| | | | | logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
* Bug 208620 - Fix return value of Bugzilla->login when user already existsbbaetz%acm.org2003-06-071-1/+1
| | | | r,a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-7/+18
| | | | r=myk,jake
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-0/+68
| | | | | r=gerv, justdave a=justdave
* Bug 192531 - Bugzilla not properly closing DB statement handlesbbaetz%acm.org2003-02-141-0/+11
| | | | | | | | Change code to work arround a perl < 5.8 leak when localising the tied statement attributes. Also, clear the sql statestack compat stuff so that the handles are really dead by the time we disconnect r,a=justdave
* Bug 192393 - $::dbwritesallowed never setbbaetz%acm.org2003-02-091-1/+17
| | | | r, a=justdave
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-92/+44
| | | | | r=gerv, justdave a=justdave
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-0/+42
| | | | | r=justdave, myk, joel, preed a=justdave
* Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au2002-12-201-0/+192