gecko-dev/webtools/bugzilla
gerv%gerv.net 09bf449ea4 Bug 67950c - make quips.cgi compile without warnings, by use vars-ing $userid. Patch by gerv. 2002-07-24 23:38:50 +00:00
..
Bugzilla Fix for bug 150925: make email address changes work. 2002-07-09 02:16:56 +00:00
contrib Fix for bug 156559: Changes to mysqld-watcher.pl to make it kill queries quicker, kill 'em all at once, give better notifications, and not include globals.pl, which is unnecessary. 2002-07-11 01:16:23 +00:00
css
docs Release notes updates. 2002-06-07 23:39:35 +00:00
skins/standard
t Bug 157074 - verify-new-product doubles comment linefeeds on Win32 2002-07-19 14:03:58 +00:00
template Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com; r=gerv, preed. 2002-07-24 23:23:00 +00:00
.cvsignore Fix for bug 144091: adding old-params.txt to .cvsignore 2002-05-13 22:28:26 +00:00
1x1.gif
Attachment.pm
Bug.pm Fix for bug 99203: Implements bug aliases feature. 2002-07-03 23:07:14 +00:00
CGI.pl Bug 158660 - confirm_login in CGI.pl should use a template for the login dialog. Patch by gerv; 2xr=jouni. 2002-07-24 23:13:35 +00:00
README
RelationSet.pm
Token.pm Fix for bug 150925: make email address changes work. 2002-07-09 02:16:56 +00:00
UPGRADING
UPGRADING-pre-2.8
ant.jpg
attachment.cgi Bug 62000: File attachments don't work on Windows. Note: only the code from the patch was checked in, the 2002-07-04 09:12:33 +00:00
bug_form.pl Bug 150829 - 'My Votes' link missing from footer 2002-07-10 00:05:42 +00:00
bug_status.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
buglist.cgi Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com; r=gerv, preed. 2002-07-24 23:23:00 +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 Fix for bug 99203: Implements bug aliases feature. 2002-07-03 23:07:14 +00:00
changepassword.cgi Bug 148488 - more HTML validation fixes 2002-06-28 00:18:32 +00:00
checksetup.pl Bug 67950b - quick fixes. Patch by gerv. 2002-07-24 23:32:41 +00:00
colchange.cgi Bug 148488 - more HTML validation fixes 2002-06-28 00:18:32 +00:00
collectstats.pl
confirmhelp.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
createaccount.cgi Bug 156680: "Undefined variable warning" in createaccount.cgi 2002-07-11 19:24:29 +00:00
defparams.pl bug 158498 - defparams.pl prints an error message in a check function instead of returning it. Patch by gerv; 2xr=zeroj. 2002-07-24 06:56:11 +00:00
describecomponents.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
describekeywords.cgi Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke. 2002-04-24 07:24:50 +00:00
doeditparams.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
duplicates.cgi Bug 151281 - change duplicates.cgi to make one query instead of several thousand. Patch by gerv; r=myk, bbaetz. 2002-06-28 20:02:09 +00:00
editattachstatuses.cgi Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by jouni@heikniemi.net; r=bbaetz, gerv. 2002-04-29 19:32:29 +00:00
editcomponents.cgi Bug 145795: editcomponents had error messages referring to products where it should've been components. 2002-07-04 11:13:50 +00:00
editgroups.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
editkeywords.cgi Bug 95426 - remove $onebug cruft. Patch by gerv; 2xr=timeless. 2002-07-21 21:47:43 +00:00
editmilestones.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
editparams.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
editproducts.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
editusers.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
editversions.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
enter_bug.cgi Bug 150802 - default version for bug entry not read from cookies 2002-06-11 13:32:01 +00:00
globals.pl Bug 157074 - verify-new-product doubles comment linefeeds on Win32 2002-07-19 14:03:58 +00:00
help.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
helpemailquery.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
how_to_mail.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
importxml.pl Bug 134575 - some scripts trying to make world writable directories 2002-04-07 03:56:46 +00:00
index.cgi Bug 152632: My bugs query doesn't use the mybugstemplate parameter. Also removes the My Bugs query from the index page. 2002-06-23 17:34:14 +00:00
localconfig.js
long_list.cgi Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke. 2002-04-24 07:24:50 +00:00
move.pl Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
notargetmilestone.html Bug 129442 - make html of a default installation (mostly) HTML 4.01 2002-04-15 02:48:17 +00:00
page.cgi Bug 143650 - general template display system. Patch by gerv; 2xr=jouni. 2002-07-22 23:17:48 +00:00
post_bug.cgi Bug 154036 - ccing an invalid user on a bug posts the bug anyway 2002-06-26 12:16:24 +00:00
process_bug.cgi Bug 157074 - verify-new-product doubles comment linefeeds on Win32 2002-07-19 14:03:58 +00:00
processmail Bug 117297: CC list mailing had case-sensitive dupe checking, making it possible to mail both "a@b.com" and 2002-07-11 08:05:05 +00:00
query.cgi Backing out change I accidentally made while checking in fix for bug 137855. 2002-06-11 02:25:29 +00:00
queryhelp.cgi Bug 95426 - remove $onebug cruft. Patch by gerv; 2xr=timeless. 2002-07-21 21:47:43 +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
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 67950c - make quips.cgi compile without warnings, by use vars-ing $userid. Patch by gerv. 2002-07-24 23:38:50 +00:00
relogin.cgi Bug 140437 - clean up parameters. Patch by gerv; 2xr=justdave. 2002-05-08 04:40:35 +00:00
reports.cgi Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com; r=gerv, preed. 2002-07-24 23:23:00 +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.sh Fix for bug 136227: Corrects syntax error in bash script. 2002-04-12 21:15:45 +00:00
sanitycheck.cgi Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2 2002-07-08 06:10:47 +00:00
show_activity.cgi Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke. 2002-04-24 07:24:50 +00:00
show_bug.cgi
showattachment.cgi
showdependencygraph.cgi bug 155861 - showdependancygraph.cgi fails taint check with local dot 2002-07-09 23:40:32 +00:00
showdependencytree.cgi Fix for bug 143743: Eliminates warning by properly initializing array reference. 2002-05-21 14:17:56 +00:00
sidebar.cgi Bug 150829 - 'My Votes' link missing from footer 2002-07-10 00:05:42 +00:00
syncshadowdb
token.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +00:00
userprefs.cgi Fix for bug 122900: implements email preference for unconfirmed bugs. 2002-07-02 22:18:49 +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 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave. 2002-05-07 21:28:52 +00:00
whineatnews.pl
xml.cgi Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called 2002-06-17 09:39:00 +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.

* 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.mozilla.org/projects/bugzilla/".
This site will contain the latest Bugzilla information, including how to
report bugs and how to get help with Bugzilla.