gecko-dev/webtools/bugzilla
2005-01-03 20:54:57 +00:00
..
Bugzilla Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; r=justdave; a=justdave. 2005-01-03 20:54:57 +00:00
contrib Patch for bug 270404: Add detaint_natural and fix use lib instruction in sendbugemail.pl to make it functional; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave. 2004-11-20 12:35:17 +00:00
docs Documentation patch for bug 274220: Provide additional documentation about creating custom templates; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd. 2004-12-28 21:51:27 +00:00
images Patch for bug 258355: remove 1x1.gif and use CSS instead in order to create suitable spacing; patch by Fr�d�ric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave. 2004-11-02 22:39:51 +00:00
js
skins/standard Patch for bug 275631: Only the first column (not all) should have excess CSS padding-left; patch by byron jones (glob) <bugzilla@glob.com.au>, r=gerv, r=vladd, a=justdave. 2004-12-31 10:55:54 +00:00
t Patch for bug 271373: Fix bogus t/008filter.t error on Win32; patch by Marc Schumann <wurblzap@gmail.com>, r=glob, a=justdave. 2004-12-06 17:13:55 +00:00
template Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; r=justdave; a=justdave. 2005-01-03 20:54:57 +00:00
.cvsignore
ant.jpg
attachment.cgi Patch for bug 273339: Make attachment.cgi consistent with its activity log timestamps; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave. 2004-12-28 23:38:03 +00:00
buglist.cgi Bug 274640: silently fix up custom sort order cookies which erroneously include SQL LIMIT clause. Patch by gerv; r=vladd,justdave; a=justdave. 2005-01-02 23:18:04 +00:00
bugzilla.dtd
Bugzilla.pm Bug 257344: Remove exit from error handlers when non-interactive 2004-11-08 02:25:59 +00:00
CGI.pl Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r=gerv,vladd; a=justdave. 2005-01-01 13:44:16 +00:00
chart.cgi Bug 257593 - make chart.cgi use Bugzilla::CGI for headers, meaning that if you log in via chart.cgi it doesn't get lost. Patch by wurblzap@gmail.com; r=gerv. 2004-09-12 15:46:07 +00:00
checksetup.pl Patch for bug 274650: checksetup flag fixup code shouldn't output text when all is ok and the silent mode is on; patch by Marc Schumann <wurblzap@gmail.com>, r=jake, a=justdave. 2004-12-27 10:16:50 +00:00
colchange.cgi Patch for bug 270263: 'Votes' should not be a column choice if param(usevotes) is not true; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=jouni, a=justdave. 2004-12-05 14:24:10 +00:00
collectstats.pl Fix for bug 265240: make collectstats generate valid RDF by not cutting off the opening RDF tag; r=kiko, a=myk 2004-10-20 23:00:45 +00:00
config.cgi
createaccount.cgi
defparams.pl Patch for bug 273483: update param(sendmailnow) information; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=justdave, a=justdave. 2004-12-09 10:54:37 +00:00
describecomponents.cgi
describekeywords.cgi
doeditparams.cgi
duplicates.cgi
duplicates.xul Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave 2004-10-21 19:02:30 +00:00
editclassifications.cgi
editcomponents.cgi
editflagtypes.cgi Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by me, r=wurblzap (Marc), a=justdave. 2004-12-14 01:58:52 +00:00
editgroups.cgi Patch for bug 180879: Implement privs for bug flags modification; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=joel, a=justdave. 2004-11-23 22:41:44 +00:00
editkeywords.cgi
editmilestones.cgi Bug 190224: templatize editmilestones.cgi 2004-09-11 06:48:14 +00:00
editparams.cgi
editproducts.cgi Patch for bug 271474: Fix SQL syntax error when updating max votes per bug in editproducts.cgi and questionable activity log entries when an admin changes the votes-to-confirm setting to a lower value and bugs get confirmed by popular vote; patch by Nick.Barnes@pobox.com, r=vladd, a=justdave. 2004-12-11 13:33:27 +00:00
editusers.cgi Patch for bug 261434: implement functionality to delete a user semi-properly (only works for users with no bugs/comments); patch by Ivan Todoroski <grnch@gmx.net>; r=justdave, a=justdave. 2004-10-17 11:07:39 +00:00
editversions.cgi
editwhines.cgi
enter_bug.cgi Patch for bug 273873: bug-creation template for UNCONFIRMED shouldn't set status to NEW; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave. 2004-12-12 01:40:31 +00:00
globals.pl Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r=gerv,vladd; a=justdave. 2005-01-01 13:44:16 +00:00
importxml.pl Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r=gerv,vladd; a=justdave. 2005-01-01 13:44:16 +00:00
index.cgi
localconfig.js
long_list.cgi
move.pl Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r=gerv,vladd; a=justdave. 2005-01-01 13:44:16 +00:00
page.cgi
post_bug.cgi Bug 264601 - Bugzilla will now tell a user which field contained an "invalid bug number or alias." 2004-12-21 09:04:01 +00:00
process_bug.cgi Bug 264601 - Bugzilla will now tell a user which field contained an "invalid bug number or alias." 2004-12-21 09:04:01 +00:00
productmenu.js Fix for bug 241814: properly trim component fields according to product selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave 2004-12-14 02:29:56 +00:00
query.cgi Patch for bug 275788: Provide a line of code that defines legal query formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave. 2004-12-31 08:00:51 +00:00
quicksearch.html
quicksearch.js
quicksearchhack.html
QUICKSTART
quips.cgi
README
relogin.cgi
report.cgi Patch for bug 262182: editing a buglist from a tabular report shouldn't go to a wrong page; patch by Gervase Markham <gerv@mozilla.org>; r=rsiklos, a=justdave. 2004-11-05 09:22:26 +00:00
reports.cgi
request.cgi Fix for bug 241814: properly trim component fields according to product selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave 2004-12-14 02:29:56 +00:00
robots.txt
runtests.pl
runtests.sh
sanitycheck.cgi Patch for bug 266137: Add missing cross checks in sanitycheck.cgi; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave. 2004-12-09 09:36:51 +00:00
show_activity.cgi
show_bug.cgi [SECURITY] Bug 263780: Exporting a bug to XML exposes user comments and attachment summaries which are marked as private to users who are not members of the group allowed to see private comments and attachments. XML export is not exposed in the user interface, but is available to anyone who knows the correct URL to invoke it. This only affects sites that use the 'insidergroup' feature. 2004-10-25 07:25:58 +00:00
showattachment.cgi
showdependencygraph.cgi
showdependencytree.cgi
sidebar.cgi
testagent.cgi
testserver.pl
token.cgi
UPGRADING
UPGRADING-pre-2.8
userprefs.cgi Patch for bug 275788: Provide a line of code that defines legal query formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave. 2004-12-31 08:00:51 +00:00
votes.cgi Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack of SQL table locking; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave. 2004-12-25 19:24:32 +00:00
whine.pl Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r=gerv,vladd; a=justdave. 2005-01-01 13:44:16 +00:00
whineatnews.pl Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r=gerv,vladd; a=justdave. 2005-01-01 13:44:16 +00:00
xml.cgi

* 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.