summaryrefslogtreecommitdiffstats
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2001-04-23Lots of formatting fixups, removed tab characters. Also removed incorrect ↵gerv%gerv.net1-98/+92
DB_File requirement.
2001-03-29add comment about DB_File requirement for collectstats.plcyeh%bluemartini.com1-5/+12
2001-03-10add notation about securing web installationcyeh%bluemartini.com1-0/+7
2001-03-08Change to update sections 3 and 4, miscellaneous updates.barnboy%trilobyte.net1-95/+151
2001-03-07Fixed typos, dated information, and Windows NT instructions.barnboy%trilobyte.net1-61/+49
2001-02-17fix for 68873 : Bugzilla install doesn't work over NFS; mention this in READMEcyeh%bluemartini.com1-1/+10
patch submitted by tstromberg@rtci.com (Thomas Stromberg).
2000-09-06Fix for bug 33491: adds comment about configuration items for Apache beingdave%intrec.com1-3/+11
in httpd.conf in never versions of apache, rather than in srm.conf or access.conf. Also adds comment in the "adding a maintainer by hand" section that you may need command-line options for the mysql command if you've enabled security in MySQL.
2000-09-06Fix for bug 21782: add instructions for using CPAN to install Perl modulesdave%intrec.com1-1/+8
to the README.
2000-06-20fix GD and Chart::Lines documenationcyeh%bluemartini.com1-10/+9
2000-06-16add url for where to find the latest libgdcyeh%bluemartini.com1-0/+4
2000-05-09add sec disclaimer, move installation on NT note to the installationcyeh%bluemartini.com1-5/+11
section where it should have gone in the first place
2000-05-06add little blurb about flush privscyeh%bluemartini.com1-0/+6
2000-04-22added Windows NT blurb to disclaimer section.cyeh%bluemartini.com1-0/+7
2000-03-29allow users to watch the bugs of other usersdmose%mozilla.org1-2/+2
2000-03-11updated to reflect that only specific versions of GD.pm and Chart will work.dmose%mozilla.org1-17/+19
2000-01-15Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns.terry%mozilla.org1-168/+191
1999-10-13Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONEterry%mozilla.org1-2/+6
user in the profiles table, then this user will be promoted into all groups.
1999-10-13Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all theterry%mozilla.org1-71/+21
yicky old make*.sh files and the CHANGES file with a new, nifty checksetup.pl file that knows how to create a setup from scratch as well as upgrade an older setup to a new one. Very cool stuff!
1999-10-08Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1-0/+1
be fixed.
1999-06-29Added "entryheaderhtml" parameter which lets you specify text toendico%mozilla.org1-5/+5
add to beginning of bug entry form. also aligned text in the form to make it pretty. Uncomment the <!--</tr><tr>--> if people complain the 80 col description text box doesn't fit narrow screens.
1999-06-12Give administrators a clue that upgrading is possible, even straightforward.bryce-mozilla%nextbus.com1-1/+11
1999-06-12Update some things for more modern mysql's.terry%mozilla.org1-9/+17
1999-06-04Explain how to configure things so that big attachments will work.terry%mozilla.org1-0/+7
1999-05-12Add new section on MySQL security, give hints for setting up the bugbryce-mozilla%nextbus.com1-24/+94
characterization enums, and a fix a few minor glitchies. A BugZilla novice, however, is the only person who can properly proof these instructions.
1999-05-11Try to save Ry4an from getting some spam.terry%mozilla.org1-2/+5
1999-04-28Patch by Ry4an Brase <rbrase@cyrus.net> -- fixed silly typo.terry%netscape.com1-1/+1
1999-04-11Patch from James Huff <james.huff@cdg.cendant.com> -- was missing oneterry%netscape.com1-0/+1
file from list of scripts to run.
1999-03-26Redo the linkifying of URLs and email addresses to not munge up weirdterry%netscape.com1-8/+1
cases so badly.
1999-03-25Quote URLs and email addresses in the long description of bugs.terry%netscape.com1-1/+8
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-17/+13
put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
1999-03-10Patch by Ry4an Brase <ry4an@ry4an.org> -- fix typo.terry%netscape.com1-1/+1
1999-02-26Major rewrite by Ry4an Brase <ry4an@ry4an.org>, with some edits by me.terry%netscape.com1-106/+344
1999-02-17Add info about MysqlPerl stuff.terry%netscape.com1-0/+21
1998-11-22Patch from Sam Ziegler <sam@ziegler.org>: fix some typos.terry%netscape.com1-2/+2
1998-11-10Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- noted the CPANterry%netscape.com1-0/+2
modules that the report stuff now depends on.
1998-10-27updates for collectstats.pl and the Chart::Base requirementharrison%netscape.com1-3/+13
1998-10-19created reports.cgi which provide an overview of active bugsharrison%netscape.com1-7/+10
sorted by owner. updated README to reflect my experiences installing mysql, bugzilla. put links into index.html, query.cgi to point into reports.cgi. harrison 10/18/98
1998-09-22Patch by (mostly) Bert Driehuis <bert_driehuis@nl.compuware.com> --terry%netscape.com1-0/+19
explain a bit about the versioncache file.
1998-09-19Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- add the URL for TiemDate.terry%netscape.com1-0/+1
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-166/+10
1998-09-03Oops; mention nomail and maillock. (Thanks toterry%netscape.com1-1/+2
Sam Ziegler <ziegler@mediaguaranty.com> for pointing out their lack.)
1998-09-03Mention the "comments" file.terry%netscape.com1-0/+5
1998-09-02Tell people that they have to "create database bugs;".terry%netscape.com1-2/+4
1998-09-01Allow editing of parameters via a web page.terry%netscape.com1-0/+29
1998-08-27About the Bugzilla source.terry%netscape.com1-0/+227