summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
AgeCommit message (Collapse)AuthorFilesLines
2004-03-27Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. ↵kiko%async.com.br1-1/+9
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.
2004-03-17Patch for bug 235459: add icalendar output format in buglist; patch by ↵jocuri%softhome.net1-0/+1
William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
2004-03-01Backing out patch for bug 235459 which set tree on fire.jocuri%softhome.net1-1/+0
2004-03-01Patch for bug 235459: add icalendar todo output format for buglist; patch by ↵jocuri%softhome.net1-0/+1
William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave.
2004-01-20Backing out bug 230293, we decided this was the wrong approach.justdave%syndicomm.com1-1/+1
a= justdave
2004-01-11Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME ↵jocuri%softhome.net1-1/+1
type; patch by Stephen Lee <slee@wilcoxassoc.com>; r=gerv; a=justdave.
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+12
r=joel, a=justdave
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-2/+23
r=gerv, justdave a=justdave
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-0/+76
Patch by joel r=bbaetz,justdave a=justdave