aboutsummaryrefslogtreecommitdiffstats
path: root/reports.cgi
Commit message (Collapse)AuthorAgeFilesLines
...
* only claim that these are the 20 most doomed if we've left people off the listendico%mozilla.org1999-08-071-1/+3
|
* limit Most Recently Doomed to the 20 most doomed. the full report takes foreverendico%mozilla.org1999-08-071-0/+5
|
* Add a new report "most recently doomed".endico%mozilla.org1999-08-071-3/+112
|
* Oops. was counting closed bugs too.endico%mozilla.org1999-08-061-1/+13
|
* don't offer most doomed report if this bugzilla installation doesn't use ↵endico%mozilla.org1999-08-061-4/+8
| | | | milestones. remove semicolons from sql queries. the version of mysql running on lounge throws an error on semicoloned queries.
* Add a current milestone variable and a most doomed report that's like the ↵endico%mozilla.org1999-08-061-4/+122
| | | | ones chofmann posts listing engineers with Mx bugs by number of bugs.
* Remove dead codebryce-mozilla%nextbus.com1999-05-121-10/+0
|
* Create a summary report for "-All-" bugs. Default links on. Switch sense ofbryce-mozilla%nextbus.com1999-05-041-25/+34
| | | | banner flag. Add commented-out line to enable showing SQL line.
* Don't draw any more than 20 date ticks.terry%netscape.com1999-02-021-0/+7
|
* Patch from Sam Ziegler <sam@ziegler.org>: fix some typos.terry%netscape.com1998-11-221-1/+1
|
* Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1998-11-211-11/+9
|
* Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1998-11-171-9/+11
|
* 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