gecko-dev/webtools/bugzilla
2001-11-15 17:04:58 +00:00
..
Bugzilla Fix for bug 105773: Email addresses in the CC list are now sorted case-insensitively 2001-11-03 02:05:43 +00:00
contrib Bug 6419 - command-line query tools by Andreas Franke <afranke@ags.uni-sb.de>. 2001-11-15 17:04:58 +00:00
docs Fix for bug 105365 - Hacker's Guide should be in SGML. This will make it easier to do other additions to the hacker's guide. 2001-10-19 16:18:10 +00:00
t We don't really need to look for fragments that are pulled in by [% INCLUDE %] or [% PROCESS %]. While removing this code bit doesn't allow us to seperatly check that those fragments exist and compile, they'll be checked atomatically when the the template that wants them is run through the process() routine by the 004template.t test. This issue was raised because bug 98707 introduced a [% BLOCK %] element and the syntax for using that is the same as for including a template fragment. 2001-11-14 03:44:07 +00:00
template/default Fix license headers and make attachment changed page look like bug changed page. Bug 99518 and 98110. r-myk, no second review. 2001-11-13 17:24:24 +00:00
.cvsignore
1x1.gif
ant.jpg
attachment.cgi Fix for bug 109048: fixes error when creating attachments without logging in. 2001-11-09 01:11:09 +00:00
Attachment.pm Fix for bug 98602: re-implementation of "create attachment" page. 2001-10-30 23:42:22 +00:00
booleanchart.html
bug_form.pl Bug 101166 - users seeing a bug via _accessible bits should see that its 2001-11-07 16:11:33 +00:00
bug_status.html
Bug.pm Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line) 2001-10-31 03:31:00 +00:00
buglist.cgi Fix for bug 108812: Prevent users from running queries containing arbitrary SQL. 2001-11-08 00:49:18 +00:00
bugwritinghelp.html
bugzilla.dtd
CGI.pl Fix test bustage by removing tabs. 2001-10-31 00:21:28 +00:00
changepassword.cgi
checksetup.pl Bug 107718 pt 2 - use subtraction instead of the ~ operator, which older 2001-11-14 15:12:23 +00:00
colchange.cgi
collectstats.pl
confirmhelp.html
createaccount.cgi
createattachment.cgi Bug 60818 - make Bugzilla cope with MIME types with parameters. Patch by gerv, r=myk. 2001-10-18 21:28:06 +00:00
defparams.pl Fix for bug 98602: re-implementation of "create attachment" page. 2001-10-30 23:42:22 +00:00
describecomponents.cgi
describekeywords.cgi
doeditparams.cgi
doeditvotes.cgi Fix for bug 95615: cosmetic change to clarify error message when trying to use too many votes 2001-11-02 20:05:13 +00:00
duplicates.cgi Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs. 2001-10-23 15:44:53 +00:00
editattachstatuses.cgi
editcomponents.cgi Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. 2001-10-13 01:36:17 +00:00
editgroups.cgi Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. 2001-10-13 01:36:17 +00:00
editkeywords.cgi
editmilestones.cgi Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. 2001-10-13 01:36:17 +00:00
editparams.cgi Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. 2001-10-13 01:36:17 +00:00
editproducts.cgi Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. 2001-10-13 01:36:17 +00:00
editusers.cgi Fix for bug 108821: Prevent users with any blessgroupset privileges from blessing any group set. 2001-11-08 00:52:13 +00:00
editversions.cgi Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. 2001-10-13 01:36:17 +00:00
enter_bug.cgi Bugzilla Bug 109138 platform detection not working on macintosh 2001-11-09 05:32:43 +00:00
globals.pl Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a tooltip for it, you'd get uninitialized variables warnings in your error log. This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once. 2001-11-12 13:43:59 +00:00
help.html
helpemailquery.html
how_to_mail.html
importxml.pl
index.html
localconfig.js
long_list.cgi Oops. Bug 109690 again, r=justdave, gerv 2001-11-12 05:47:24 +00:00
move.pl
new_comment.cgi Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. 2001-10-13 01:36:17 +00:00
notargetmilestone.html
post_bug.cgi SECURITY FIX see bug 108516: Due to trusting of passed form fields that shouldn't have been trusted, it was possible to file a 2001-11-05 20:43:35 +00:00
process_bug.cgi Bug 107718 pt 2 - use subtraction instead of the ~ operator, which older 2001-11-14 15:12:23 +00:00
processmail Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs. 2001-10-23 15:44:53 +00:00
query.cgi Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. 2001-10-13 01:36:17 +00:00
queryhelp.cgi Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. 2001-10-13 01:36:17 +00:00
quicksearch.html
quicksearch.js
quicksearchhack.html
quips.cgi
README
RelationSet.pm Fix for bug 105773: Email addresses in the CC list are now sorted case-insensitively 2001-11-03 02:05:43 +00:00
relogin.cgi
reports.cgi Bug 63249 - The Bug Counts report was running very slowly due to unneeded fields/joins in the SQL query. 2001-10-23 14:45:45 +00:00
robots.txt
runtests.sh Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files. 2001-10-24 18:41:53 +00:00
sanitycheck.cgi
show_activity.cgi
show_bug.cgi
showattachment.cgi
showdependencygraph.cgi Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs. 2001-10-23 15:44:53 +00:00
showdependencytree.cgi Fix for bug 104652: Duplicate bugs in the dependency tree now get marked with the message "This bug appears elsewhere in this tree." so users know why the bug does not appear to have dependencies. 2001-11-08 02:43:55 +00:00
showvotes.cgi
syncshadowdb
token.cgi
Token.pm
UPGRADING
UPGRADING-pre-2.8
userprefs.cgi Fix for bug 108822: Prevent any user from changing their own groupset. 2001-11-08 00:54:15 +00:00
votehelp.html
whineatnews.pl
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.

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