gecko-dev/webtools/bugzilla
kiko%async.com.br ddb71e6802 Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. 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-27 01:31:00 +00:00
..
Bugzilla Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. Consolidates the logout code into Bugzilla::Auth::CGI, and provides 2004-03-27 01:31:00 +00:00
contrib Patch for bug 238396: update the README file for the gnatsparse project; patch by Daniel Berlin <dberlin@dberlin.org>; a=justdave. 2004-03-23 17:59:11 +00:00
css Fix for bug 237757: Resolved bugs are no longer struck out on dependency 2004-03-17 22:50:20 +00:00
docs Bug 232097: Use an entity reference for the landfill base URL in the demos, to make it easy to change each release. Patch by 2004-03-26 16:34:49 +00:00
js Fix for bug 183774: makes duplicates.xul compute a correct base URL when jarred so that links to bugs work. 2004-01-25 18:47:16 +00:00
skins/standard Fix for bug 237757: Resolved bugs are no longer struck out on dependency 2004-03-17 22:50:20 +00:00
t Bustage fix: adding filters defined in bug 232397. New filters need to 2004-03-17 00:13:43 +00:00
template Patch for bug 238677: fix wording of the "require_new_password" message; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave. 2004-03-26 02:00:45 +00:00
.cvsignore
1x1.gif
Bugzilla.pm Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. 2004-03-27 01:28:29 +00:00
CGI.pl Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined" 2003-10-30 01:31:58 +00:00
QUICKSTART Adding bits about localconfig.js (I always forget it) and rewording one 2004-01-15 15:02:45 +00:00
README Fix for bug 221391: Bugzilla Quickstart guide could exist. Provide a 2003-10-10 02:22:39 +00:00
UPGRADING
UPGRADING-pre-2.8 Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line 2003-03-27 00:07:02 +00:00
ant.jpg
attachment.cgi Fix for bug 127995: shows the size of attachments in the show bug and attachment interfaces. 2004-02-05 18:14:11 +00:00
buglist.cgi Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave. 2004-03-16 21:18:41 +00:00
bugzilla.dtd Bug 158499 - Templatise XML bug output 2002-12-15 09:24:08 +00:00
chart.cgi Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave. 2004-02-12 22:33:07 +00:00
checksetup.pl Patch for bug 238693: replace depreciated v-strings with calls to the pack() function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. 2004-03-26 02:14:00 +00:00
colchange.cgi Bug 214466: Cookie setting w/ 3xx redirect broken on IIS - make colchange use Refresh HTTP header (on IIS only). r=justdave,a=justdave 2003-11-19 06:29:20 +00:00
collectstats.pl Bug 232897 - make collectstats.pl work with shadow databases, by reading from shadow and writing to master. Patch by gerv; r=bbaetz, a=justdave. 2004-02-11 23:41:36 +00:00
config.cgi Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
createaccount.cgi Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based methods that are mod_perl compatible; r=gerv; a=justdave. 2004-02-24 12:25:11 +00:00
defparams.pl Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents bugs from being closed if there are any bugs blocking it which are still open. 2004-03-18 05:55:41 +00:00
describecomponents.cgi Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:02:43 +00:00
describekeywords.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
doeditparams.cgi Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
duplicates.cgi Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
duplicates.xul Fix for bug 156548: XUL implementation of duplicates report. 2002-11-05 01:54:15 +00:00
editcomponents.cgi Bug 227771 - Migration and product/component create code no longer writes series to database. Patch by gerv; r=kiko, a=justdave. 2003-12-08 23:13:35 +00:00
editflagtypes.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
editgroups.cgi Bug 181589: Add mass-remove to editgroups 2004-03-26 15:18:07 +00:00
editkeywords.cgi Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave. 2004-03-06 09:04:33 +00:00
editmilestones.cgi Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
editparams.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
editproducts.cgi Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave. 2004-03-07 23:27:32 +00:00
editusers.cgi Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. 2004-03-27 01:28:29 +00:00
editversions.cgi Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
enter_bug.cgi Bug 35154 enter_bug.cgi expects UA format some browsers don't deliver (IE) 2004-03-22 01:48:50 +00:00
globals.pl Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. 2004-03-27 01:28:29 +00:00
importxml.pl Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
index.cgi Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave. 2004-02-14 10:54:51 +00:00
localconfig.js Bug 95759: localconfig.js contains strings of equals signs (===). Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave 2003-07-17 22:49:47 +00:00
long_list.cgi Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
move.pl Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. 2004-03-18 03:57:05 +00:00
page.cgi Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
post_bug.cgi Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. 2004-03-18 03:57:05 +00:00
process_bug.cgi Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents bugs from being closed if there are any bugs blocking it which are still open. 2004-03-18 05:55:41 +00:00
productmenu.js Fix for bug 98801: Implementation of the request tracker, a set of enhancements to attachment statuses. 2002-09-28 18:42:54 +00:00
query.cgi Adding a comment to avoid further dupes of bug 97736 -- and also 2004-02-12 04:45:17 +00:00
queryhelp.cgi Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave. 2004-02-29 14:29:38 +00:00
quicksearch.html
quicksearch.js Add an XXX comment related to bugs 201235 and 236025. 2004-02-29 15:22:26 +00:00
quicksearchhack.html Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave. 2004-03-07 23:27:32 +00:00
quips.cgi Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave. 2004-03-06 09:08:46 +00:00
relogin.cgi Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a 2003-11-27 01:01:00 +00:00
report.cgi Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
reports.cgi Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
request.cgi Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=kiko, a=justdave. 2004-03-06 08:54:17 +00:00
robots.txt
runtests.pl Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line 2003-03-27 00:07:02 +00:00
runtests.sh Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line 2003-03-27 00:07:02 +00:00
sanitycheck.cgi Bug 127862:Have sanitycheck.cgi use perl to evaluate email regexp 2004-03-25 14:32:18 +00:00
show_activity.cgi Patch for bug 235268: Convert show_activity.cgi to get rid of %FORM; r=jouni; a=justdave. 2004-02-27 11:13:55 +00:00
show_bug.cgi Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. 2004-03-18 03:57:05 +00:00
showattachment.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
showdependencygraph.cgi Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
showdependencytree.cgi Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
sidebar.cgi Bug 180635 - Enhance Bugzilla::User to store additional information 2003-06-03 09:48:15 +00:00
token.cgi Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. 2004-03-27 01:28:29 +00:00
userprefs.cgi Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. 2004-03-27 01:28:29 +00:00
votes.cgi [SECURITY] Bug 209376: If you know the email address of someone who has voted on a secure bug, you can access the summary of that bug even if you do not have sufficient permissions to view the bug itself. 2003-11-03 03:20:49 +00:00
whineatnews.pl Patch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave. 2004-02-27 11:10:01 +00:00
xml.cgi Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line 2003-03-27 00:07:02 +00:00

README

* This README is no longer used to house installation instructions.  Instead,
it contains pointers to where you may find the information you need.

* A quick installation guide is provided in the QUICKSTART file.

* Complete installation instructions are found in docs/, with a
variety of document types available.  Please refer to these documents
when installing, configuring, and maintaining your Bugzilla
installation.  A helpful starting point is docs/txt/Bugzilla-Guide.txt,
or with a web browser at docs/html/index.html.

* Release notes for people upgrading to a new version of Bugzilla are
available at docs/rel_notes.txt.

* If you wish to contribute to the documentation, please read docs/README.docs.

* The Bugzilla web site is at "http://www.bugzilla.org/".  This site will
contain the latest Bugzilla information, including how to report bugs and how
to get help with Bugzilla.