gecko-dev/webtools/bugzilla
justdave%syndicomm.com 73618915fc Re-fix for bug 87769: the original patch checked in for this prevented any votes from being changed at all. This corrects that so votes can be changed again while still trapping the error the original patch was designed to catch.
Patch by Christoper Aillon <caillon@returnzero.com>
r= justdave@syndicomm.com
2001-08-28 09:19:16 +00:00
..
Bugzilla Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' not locked", fixed typo in lock tables command. 2001-08-17 08:38:54 +00:00
contrib
docs Adding some pretty images for the Bugzilla Guide warning, 2001-08-23 14:30:20 +00:00
.cvsignore re-fix bug 76154: permissions weren't being set correctly on the .htaccess files when checksetup.pl was run again. Also adding .htaccess to .cvsignore so it won't show up as ? in cvs diffs and updates. 2001-07-25 07:26:42 +00:00
1x1.gif
Bug.pm
CGI.pl Bug 96085 - bypassing group security checks using duplicate bugs 2001-08-26 18:51:45 +00:00
README Updates to README from bug 94846. 2001-08-11 19:56:40 +00:00
RelationSet.pm
Token.pm Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' not locked", fixed typo in lock tables command. 2001-08-17 08:38:54 +00:00
UPGRADING CHANGES move to "UPGRADING-pre-2.8" 2001-08-10 22:35:22 +00:00
UPGRADING-pre-2.8 CHANGES move to "UPGRADING-pre-2.8" 2001-08-10 22:35:22 +00:00
ant.jpg
booleanchart.html
bug_form.pl Fix for bug 95743: the role-accessible checkboxes were getting cleared if a user with group access had to log in to make changes to a public bug. 2001-08-17 11:15:04 +00:00
bug_status.html
buglist.cgi Fix for bug 95235: variables with untrusted content were being echoed back to the user in error messages. Those variables are now run through html_quote() first. 2001-08-24 17:32:25 +00:00
bugwritinghelp.html
bugzilla.dtd
changepassword.cgi
checksetup.pl Fix for bug 95890: Correctly convert/record keyword changes in the bugs_activity table for keywords containing a plus sign or other 2001-08-19 18:26:21 +00:00
colchange.cgi
collectstats.pl
confirmhelp.html
createaccount.cgi Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password. 2001-07-11 05:29:21 +00:00
createattachment.cgi
defparams.pl Fix for bug 95634 - Improvements to Param('voteremovedmail') 2001-08-25 00:12:12 +00:00
describecomponents.cgi
describekeywords.cgi
doeditparams.cgi Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla. 2001-08-13 19:11:35 +00:00
doeditvotes.cgi Re-fix for bug 87769: the original patch checked in for this prevented any votes from being changed at all. This corrects that so votes can be changed again while still trapping the error the original patch was designed to catch. 2001-08-28 09:19:16 +00:00
duplicates.cgi Bug 96063 - the old method of doing this barfed on long URL strings. 2001-08-21 00:36:54 +00:00
editcomponents.cgi
editgroups.cgi
editkeywords.cgi
editmilestones.cgi
editparams.cgi Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla. 2001-08-13 19:11:35 +00:00
editproducts.cgi
editusers.cgi Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password. 2001-07-11 05:29:21 +00:00
editversions.cgi
enter_bug.cgi
globals.pl All code patches targetted for 2.14 have been checked in. Bumping version 2001-08-26 23:06:45 +00:00
help.html
helpemailquery.html
how_to_mail.html
importxml.pl fix for bug 91903: insecure dependency in require in importxml.pl under taint mode only in Perl 5.005. 2001-07-25 20:12:00 +00:00
index.html
localconfig.js
long_list.cgi
move.pl Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields. 2001-07-20 15:18:30 +00:00
new_comment.cgi
notargetmilestone.html
post_bug.cgi
process_bug.cgi Fix for bug 92266: Prevent dataloss in the bugs_activity table by wrapping 2001-08-26 22:58:34 +00:00
processmail Fix for bug 26194: There are now substitution parameters available for use in newchangedmail which will include the reason(s) 2001-08-13 17:06:38 +00:00
query.cgi Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla. 2001-08-13 19:11:35 +00:00
queryhelp.cgi
quicksearch.html
quicksearch.js Re-fix for bug 77699: the undefined error affected other browsers than just IE5, so work around it for all browsers. 2001-07-20 08:25:30 +00:00
quicksearchhack.html
quips.cgi
relogin.cgi
reports.cgi
robots.txt
sanitycheck.cgi Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password. 2001-07-11 05:29:21 +00:00
show_activity.cgi
show_bug.cgi
showattachment.cgi
showdependencygraph.cgi
showdependencytree.cgi
showvotes.cgi
syncshadowdb
token.cgi Fix for bug 95731: "INSERT INTO shadowlog" failed because "Table 'shadowlog' not locked", fixed typo in lock tables command. 2001-08-17 12:42:34 +00:00
userprefs.cgi Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password. 2001-07-11 05:29:21 +00:00
votehelp.html
whineatnews.pl
xml.cgi

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.