Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵ | lpsolit%gmail.com | 2005-11-14 | 1 | -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.com | 2005-10-31 | 1 | -4/+0 | |
| | | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
* | Bug 204498 Add su (setuser) function | bugreport%peshkin.net | 2005-10-14 | 1 | -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.com | 2005-10-13 | 1 | -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.com | 2005-10-07 | 1 | -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.com | 2005-07-28 | 1 | -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::CGI | mkanat%kerio.com | 2005-07-14 | 1 | -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 docs | justdave%bugzilla.org | 2005-03-03 | 1 | -2/+2 | |
| | | | | r=mkanat, a=justdave | |||||
* | Bug 257344: Remove exit from error handlers when non-interactive | bugreport%peshkin.net | 2004-11-08 | 1 | -0/+17 | |
| | | | | | r=glob,justdave a=justdave | |||||
* | Bug 253588: Change Bugzilla->user to be usable even for a logged-out user | bugreport%peshkin.net | 2004-07-31 | 1 | -5/+9 | |
| | | | | | | patch by erik,joel r=kiko a=justdave | |||||
* | Fix for bug 236678: Clean up access to COOKIE global. Murder the last | kiko%async.com.br | 2004-07-29 | 1 | -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 styles | bugreport%peshkin.net | 2004-07-21 | 1 | -44/+8 | |
| | | | | | | patch by erik r=joel, kiko a=myk | |||||
* | 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 | |
| | | | | | | patch by erik r=joel a=justdave | |||||
* | Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. | kiko%async.com.br | 2004-03-27 | 1 | -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 a | kiko%async.com.br | 2003-11-27 | 1 | -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 exists | bbaetz%acm.org | 2003-06-07 | 1 | -1/+1 | |
| | | | | r,a=justdave | |||||
* | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 2003-06-03 | 1 | -7/+18 | |
| | | | | r=myk,jake | |||||
* | Bug 180642 - Move authentication code into a module | bbaetz%acm.org | 2003-03-22 | 1 | -0/+68 | |
| | | | | | r=gerv, justdave a=justdave | |||||
* | Bug 192531 - Bugzilla not properly closing DB statement handles | bbaetz%acm.org | 2003-02-14 | 1 | -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 set | bbaetz%acm.org | 2003-02-09 | 1 | -1/+17 | |
| | | | | r, a=justdave | |||||
* | Bug 191863 - Clean up Bugzilla.pm | bbaetz%acm.org | 2003-02-07 | 1 | -92/+44 | |
| | | | | | r=gerv, justdave a=justdave | |||||
* | Bug 163290 - move DB handling code into a module | bbaetz%student.usyd.edu.au | 2003-01-15 | 1 | -0/+42 | |
| | | | | | r=justdave, myk, joel, preed a=justdave | |||||
* | Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave | bbaetz%student.usyd.edu.au | 2002-12-20 | 1 | -0/+192 | |