aboutsummaryrefslogtreecommitdiffstats
path: root/reports.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- cope with productterry%netscape.com1998-11-101-1/+5
| | | | names that have a "/" in them.
* output key no longer required, silently defaults to most_doomed.harrison%netscape.com1998-10-271-1/+3
| | | | | (people were linking into report.cgi without an output key specified, this fix prevents perl from squealing.)
* security check for legal products in place. bug charts are notharrison%netscape.com1998-10-271-9/+31
| | | | | available as an option if collectstats.pl has never been run. added quip support.
* patch from Sam Ziegler <ziegler@mediaguaranty.com>, bugharrison%netscape.com1998-10-271-12/+161
| | | | graphs available, minor hacks.
* added required second argument to make_options call, should keepharrison%netscape.com1998-10-191-1/+1
| | | | | perl from complaining about Use of uninitialized value at CGI.pl line 189 (#1)
* created reports.cgi which provide an overview of active bugsharrison%netscape.com1998-10-191-0/+325
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