summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
AgeCommit message (Collapse)AuthorFilesLines
2004-03-27Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br1-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.
2003-11-27Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br1-4/+16
logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
2003-06-07Bug 208620 - Fix return value of Bugzilla->login when user already existsbbaetz%acm.org1-1/+1
r,a=justdave
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-7/+18
r=myk,jake
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-0/+68
r=gerv, justdave a=justdave
2003-02-14Bug 192531 - Bugzilla not properly closing DB statement handlesbbaetz%acm.org1-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
2003-02-09Bug 192393 - $::dbwritesallowed never setbbaetz%acm.org1-1/+17
r, a=justdave
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-92/+44
r=gerv, justdave a=justdave
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-0/+42
r=justdave, myk, joel, preed a=justdave
2002-12-20Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au1-0/+192