gecko-dev/webtools/bugzilla
2003-02-20 07:07:42 +00:00
..
Bugzilla Bug 193985 - errors from SendSQL aren't being reported 2003-02-20 07:07:42 +00:00
contrib Bug 190521 - If the attachment didn't have a Content-Description: header in the e-mail, it ended up not having a description in Bugzilla leaving nothing to click on in the Attachment table on the bug form. 2003-01-25 04:39:14 +00:00
css Bug 142104: Enhancements in buglists should be gray. r=kiko, a=justdave 2003-01-10 08:59:05 +00:00
docs Move instructions specific to Linux-Mandrake to the OS Specific section. 2003-02-19 21:53:32 +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 Partial fix for bug 192513 (processmail cleanup). Patch fixes test files 2003-02-10 05:01:32 +00:00
template Bug 135820 - token cancellation message are not user-friendly 2003-02-16 16:11:49 +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 Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, a=justdave 2003-02-09 22:04:25 +00:00
Attachment.pm Bug 184256 Canedit group_control_map entry does not prevent making attachments 2002-12-11 00:41:19 +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
Bug.pm Bug 186994 - Unable to accept a new bug that has been assigned. Patch by gerv; r=bbaetz, a=justdave. 2003-02-16 11:59:44 +00:00
buglist.cgi Bug 191020 - back out bits of generic charting checked in by mistake. Apologies. 2003-02-07 08:26:49 +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 192531 - Bugzilla not properly closing DB statement handles 2003-02-14 10:37:43 +00:00
CGI.pl Bug 135820 - token cancellation message are not user-friendly 2003-02-16 16:11:49 +00:00
checksetup.pl Bug 192874: checksetup.pl wasn't silencing the GraphViz check when running in silent mode. 2003-02-12 15:51:08 +00:00
colchange.cgi Bug 176461 - Move descs strings from change-columns.html.tmpl to 2002-12-08 00:42:55 +00:00
collectstats.pl Bug 191863 - Clean up Bugzilla.pm 2003-02-07 07:19:15 +00:00
createaccount.cgi Bug 86029 create permission restrictions for createaccount.cgi (prevent people from creating accounts) 2002-12-09 00:24:43 +00:00
defparams.pl Bug 126955 - Bugzilla should support translated/localized templates. Patch by burnus; r=gerv, a=justdave. 2003-01-23 23:34:10 +00:00
describecomponents.cgi Bug 147275 Rearchitect product groups 2002-11-24 19:56:34 +00:00
describekeywords.cgi Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) 2002-08-26 06:17:26 +00:00
doeditparams.cgi Bug 180870 - Remove old shadowdb manual replication code 2002-12-20 23:35:29 +00:00
duplicates.cgi Bug 191863 - Clean up Bugzilla.pm 2003-02-07 07:19:15 +00:00
duplicates.xul Fix for bug 156548: XUL implementation of duplicates report. 2002-11-05 01:54:15 +00:00
editcomponents.cgi Fix for bug 98801: Implementation of the request tracker, a set of enhancements to attachment statuses. 2002-09-28 18:42:54 +00:00
editflagtypes.cgi Bug 192182 - editflagtypes uses ^ instead of ** 2003-02-08 00:54:21 +00:00
editgroups.cgi Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixes 2003-01-10 23:51:38 +00:00
editkeywords.cgi Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) 2002-08-26 06:17:26 +00:00
editmilestones.cgi Bug 148093: editmilestones.cgi shows 'xyzzy' as product bug count. r=bbaetz, a=justdave 2003-01-15 06:26:25 +00:00
editparams.cgi Bug 163829 - move pref code into a separate package 2002-08-29 09:25:54 +00:00
editproducts.cgi Bug 147275 Rearchitect product groups 2002-11-24 19:56:34 +00:00
editusers.cgi bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported 2002-09-22 17:15:13 +00:00
editversions.cgi Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) 2002-08-26 06:17:26 +00:00
enter_bug.cgi Bug 186920 - Loosen checking for Windows ME user-agents. Patch by gerv; r,a=justdave. 2003-01-06 08:39:16 +00:00
globals.pl Bug 192393 - $::dbwritesallowed never set 2003-02-08 23:26:48 +00:00
importxml.pl Bug 192513: importxml.pl and move.pl now use the new mail routines introduced in bug 124174 (they got broken when processmail was removed). Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl. 2003-02-10 06:26:39 +00:00
index.cgi Bug 173761 Need ability to always require login 2002-11-27 14:46:06 +00:00
localconfig.js
long_list.cgi Bug 178880 - Creation date is now displayed in the long list. 2002-12-01 03:59:33 +00:00
move.pl Bug 192513: importxml.pl and move.pl now use the new mail routines introduced in bug 124174 (they got broken when processmail was removed). Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl. 2003-02-10 06:26:39 +00:00
page.cgi Bug 108987 - Linkify script to use quoteUrls on texts provided by user. Patch by gerv; r=kiko. 2002-09-21 15:17:09 +00:00
post_bug.cgi Bug 192513: importxml.pl and move.pl now use the new mail routines introduced in bug 124174 (they got broken when processmail was removed). Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl. 2003-02-10 06:26:39 +00:00
process_bug.cgi Bug 186994 - Unable to accept a new bug that has been assigned. Patch by gerv; r=bbaetz, a=justdave. 2003-02-16 11:59:44 +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 Bug 184081 Change search interfaces to use Viewable products instead of enterable products 2002-12-10 14:17:05 +00:00
queryhelp.cgi Bug 147275 Rearchitect product groups 2002-11-24 19:56:34 +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 190999 - Quips.cgi editing doesn't show quips author -- s/FetchSQLData/FetchOneColumn/ 2003-01-28 21:11:44 +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 76923 - Don't |use diagnostics| (its really expensive at startup time) 2002-08-26 06:17:26 +00:00
report.cgi Bug 191863 - Clean up Bugzilla.pm 2003-02-07 07:19:15 +00:00
reports.cgi Bug 191863 - Clean up Bugzilla.pm 2003-02-07 07:19:15 +00:00
request.cgi Bug 184081 Change search interfaces to use Viewable products instead of enterable products 2002-12-10 14:17:05 +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 runtests.pl now lets you specify a test number on the command line if you only want to run that specific test instead of all of them. (no bug number) 2003-02-17 02:33:01 +00:00
runtests.sh And turn this into a stub for runtests.pl. 2002-11-10 03:50:31 +00:00
sanitycheck.cgi Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, a=justdave 2003-02-09 22:04:25 +00:00
show_activity.cgi bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported 2002-09-22 17:15:13 +00:00
show_bug.cgi Bug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by gerv; r=bbaetz, a=justdave. 2003-01-15 07:59:53 +00:00
showattachment.cgi Updating my e-mail address as jake@acutex.net is no longer valid. 2002-08-27 04:28:05 +00:00
showdependencygraph.cgi Bug 191863 - Clean up Bugzilla.pm 2003-02-07 07:19:15 +00:00
showdependencytree.cgi Bug 191863 - Clean up Bugzilla.pm 2003-02-07 07:19:15 +00:00
sidebar.cgi Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Patch by gerv; r=burnus. 2002-10-06 11:52:37 +00:00
token.cgi Bug 173761 Need ability to always require login 2002-11-27 14:46:06 +00:00
Token.pm Bug 164038 - token.cgi: Cancel token messages should be moved into the templates. Patch by burnus; r=gerv. 2002-09-30 07:22:44 +00:00
UPGRADING
UPGRADING-pre-2.8 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting 2001-12-23 23:23:41 +00:00
userprefs.cgi Bug 170903 - Remove hard-coded titles and things. Patch B. Patch by gerv; r=bbaetz. 2002-10-10 19:02:36 +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 163114 - Templatise all calls to DisplayError. Patch D (the last one). Patch by gerv; r=burnus. 2002-10-06 11:52:37 +00:00
whineatnews.pl Bug 58020: include bug summaries in whinemail. 2003-02-12 08:21:39 +00:00
xml.cgi Bug 158499 - Templatise XML bug output 2002-12-15 09:24:08 +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.