gecko-dev/webtools/bugzilla
2003-09-03 02:03:48 +00:00
..
Bugzilla Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries. 2003-09-03 02:03:48 +00:00
contrib Bugs 171127 and 192512: bug_email.pl was still using the old groups system and also the old outgoing mail system. This patch brings it up to date. 2003-08-22 14:59:13 +00:00
css Bug 153583 - Links to obsoleted attachment should use line-through style 2003-07-27 01:16:45 +00:00
docs Bug 206558 - What happened when multiple items were selected on a multi-select box wasn't clear. 2003-07-23 13:45:40 +00:00
js Fix for bug 156548: XUL implementation of duplicates report. 2002-11-05 01:54:15 +00:00
skins/standard Bug 142104: Enhancements in buglists should be gray. r=kiko, a=justdave 2003-01-10 08:59:05 +00:00
t Bug 139011 - Improve buglist colors further 2003-08-22 13:55:23 +00:00
template Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries. 2003-09-03 02:03:48 +00:00
.cvsignore Fix for bug 144091: adding old-params.txt to .cvsignore 2002-05-13 22:28:26 +00:00
1x1.gif
ant.jpg
attachment.cgi Check for PatchReader as a part of the installation and disable the "Diff" 2003-08-20 00:45:43 +00:00
Attachment.pm Fix for bug 179510: takes group restrictions into account when sending request notifications 2003-04-25 05:41:29 +00:00
bug_status.html Bug 194744 - fix dead link to confirmhelp.html. Patch by gerv; r,a=justdave. 2003-02-26 22:01:47 +00:00
Bug.pm Bug 217422: "0" was missing in "votes: 0" (MySQL 4 compatibility) 2003-09-02 06:54:58 +00:00
buglist.cgi Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries. 2003-09-03 02:03:48 +00:00
bugwritinghelp.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
bugzilla.dtd Bug 158499 - Templatise XML bug output 2002-12-15 09:24:08 +00:00
Bugzilla.pm Bug 208620 - Fix return value of Bugzilla->login when user already exists 2003-06-07 13:59:24 +00:00
CGI.pl Bug 180635 - Enhance Bugzilla::User to store additional information 2003-06-03 09:48:15 +00:00
chart.cgi Bug 211127 - use proper path to Perl. Patch by jussi@comlink.fi; r=gerv, a=justdave. 2003-06-30 22:23:17 +00:00
checksetup.pl Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries. 2003-09-03 02:03:48 +00:00
colchange.cgi Bug 195977: Add ability to show alias column in buglist 2003-05-13 04:59:35 +00:00
collectstats.pl Bug 16009 - generic charting. Patch by gerv; r,a=justdave. 2003-06-25 23:23:13 +00:00
config.cgi Fix for bug 204631: enhances config.cgi to generate a list of queryable fields so third-party clients can populate search forms with the list. 2003-06-23 18:01:39 +00:00
createaccount.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
defparams.pl Bug 65383: Clean up milestone prefs - currmilestone and nummilestones are obsolete 2003-09-02 01:43:37 +00:00
describecomponents.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
describekeywords.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
doeditparams.cgi Bug 165366: When editparams is used to shutdown Bugzilla, provide a link back to editparams 2003-09-02 01:47:15 +00:00
duplicates.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
duplicates.xul Fix for bug 156548: XUL implementation of duplicates report. 2002-11-05 01:54:15 +00:00
editcomponents.cgi Bug 16009 - generic charting. Patch by gerv; r,a=justdave. 2003-06-25 23:23:13 +00:00
editflagtypes.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
editgroups.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
editkeywords.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
editmilestones.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
editparams.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
editproducts.cgi Bug 16009 - generic charting. Patch by gerv; r,a=justdave. 2003-06-25 23:23:13 +00:00
editusers.cgi Bug 178935: Eliminating the "Add another user" link on the confirmation screen after editing a user if the user doing the editing doesn't have permission to add users. 2003-07-19 20:37:20 +00:00
editversions.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
enter_bug.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
globals.pl Bug 160422: If data/versioncache is not readable, pretend it's expired and rebuild it. 2003-08-24 06:45:05 +00:00
importxml.pl Bug 213085: importxml.pl tries to convert qa_contact from a name to an ID when it's already an ID 2003-07-18 17:11:01 +00:00
index.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +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 Fix for bug 204560: display alias in long listing. 2003-08-05 00:31:22 +00:00
move.pl Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
page.cgi Bug 217103: page.cgi passes the correct pathname prefix in the correct place, so it actually works now. 2003-08-24 19:46:25 +00:00
post_bug.cgi Bug 180635 - Enhance Bugzilla::User to store additional information 2003-06-03 09:48:15 +00:00
process_bug.cgi Bug 215962: Missing {} around implied hash reference in params to ThrowUserError 2003-08-12 18:54:16 +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 Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries. 2003-09-03 02:03:48 +00:00
queryhelp.cgi Bug 77192 MOVED is not handled properly on queryhelp.cgi. 2003-06-13 02:50:50 +00:00
quicksearch.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
quicksearch.js Bug 153874: Query in sidebar wasn't working 2003-01-12 08:16:06 +00:00
quicksearchhack.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
quips.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
README Correcting website URL in the README file. 2002-11-22 03:29:20 +00:00
RelationSet.pm Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) 2002-08-26 06:17:26 +00:00
relogin.cgi Bug 180635 - Enhance Bugzilla::User to store additional information 2003-06-03 09:48:15 +00:00
report.cgi Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; r=gerv, a=justdave. 2003-07-13 22:25:41 +00:00
reports.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
request.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
robots.txt Bug 139800 - remove errant references to index.html. Patch by ddk, 2xr=gerv. 2002-04-24 18:11:00 +00:00
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 190040: sanitycheck now has "view as buglist" links after lists of bugs as well as all listed bugs linked 2003-09-02 01:37:55 +00:00
show_activity.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
show_bug.cgi Check for PatchReader as a part of the installation and disable the "Diff" 2003-08-20 00:45:43 +00:00
showattachment.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
showdependencygraph.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
showdependencytree.cgi Bug 201816 - use CGI.pm for header output 2003-05-05 01:15:38 +00:00
sidebar.cgi Bug 180635 - Enhance Bugzilla::User to store additional information 2003-06-03 09:48:15 +00:00
token.cgi Bug 180635 - Enhance Bugzilla::User to store additional information 2003-06-03 09:48:15 +00:00
Token.pm Bug 205463 - Tokens aren't canceled after a successful login. 2003-06-07 03:36:46 +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
userprefs.cgi Bug 180635 - Enhance Bugzilla::User to store additional information 2003-06-03 09:48:15 +00:00
votehelp.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
votes.cgi Bug 217242 CheckIfVotedConfirmed tripped Table 'fielddefs' was not locked with LOCK TABLES [for statement ``SELECT fieldid FROM fielddefs WHERE name = 'bug_status'''] 2003-09-02 01:36:28 +00:00
whineatnews.pl Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line 2003-03-27 00:07:02 +00:00
xml.cgi Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line 2003-03-27 00:07:02 +00:00

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

* Installation instructions are now 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.