aboutsummaryrefslogtreecommitdiffstats
path: root/reports.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-6/+8
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 67950 - Move the quip list into the database. Patch by ↵gerv%gerv.net2002-07-251-50/+2
| | | | davef@tetsubo.com; r=gerv, preed.
* Move a </center> tag (inserted in bug 129442 in a vain attempt to make this ↵gerv%gerv.net2002-04-271-1/+1
| | | | CGI's HTML validate) to the bottom of the initial page. This has the effect of fixing the alignment of the "choose chart" widgets; returning them back to the centre, where it should be. No bug number.
* Bug 129442 - make html of a default installation (mostly) HTML 4.01bbaetz%student.usyd.edu.au2002-04-151-0/+1
| | | | | | | transitional compliant Original patch by chema@ximian.com, modified/extended by bbaetz@student.usyd.edu.au r=gerv, justdave
* Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by ↵gerv%gerv.net2002-03-231-1/+3
| | | | cedric.caron@urbanet.ch; fixed up by xor@ivwnet.com; 2xr=gerv.
* Bug 122744 - charting fails taint checksbbaetz%student.usyd.edu.au2002-02-011-0/+17
| | | | r=daa@distributed.net, gerv
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
| | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
* Bug 63249 - The Bug Counts report was running very slowly due to unneeded ↵jake%acutex.net2001-10-231-16/+5
| | | | | | | fields/joins in the SQL query. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-3/+3
| | | | | | | 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. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Make bug chart filenames other-OS friendly by removing colons. Bug 88179. ↵gerv%gerv.net2001-07-021-13/+3
| | | | r=jake.
* Fix for bug 38854: reports.cgi needs to escape (untrusted) url paramsjustdave%syndicomm.com2001-05-101-62/+46
| | | | | Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
* fix for 6682: Chart all bug statescyeh%bluemartini.com2001-03-101-32/+43
| | | | | | patch submitted by gervase.markham@univ.ox.ac.uk (Gervase Markham)
* fix for 69147: reports.cgi still refers to gif (bugzilla 2.11)cyeh%bluemartini.com2001-03-011-1/+0
| | | | | patch contributed to dave@intrec.com (Dave Miller). remove useless code.
* Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug ↵dave%intrec.com2001-01-271-1/+1
| | | | 39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu>
* Landing Ask Bjoern Hansen's fix for bug #39159tara%tequilarista.org2001-01-211-4/+10
|
* More bug 6682. Perhaps this could be it.gerv%gerv.net2001-01-191-1/+1
|
* Bug 6682: moving location of graph creation dir to graphs instead of ↵gerv%gerv.net2000-12-061-4/+5
| | | | data/mining, for security reasons.
* Make 'doomed' reports honor the per-product defaultmilestone setting, rather ↵terry%mozilla.org2000-11-101-0/+6
| | | | than looking at the obsolete system-wide 'curmilestone' param.
* Landing Gerv and Adam's changes for bug #6682tara%tequilarista.org2000-10-311-553/+607
|
* The code was trying to use ConnectToDatabase to connect to the shadow db ↵dmose%mozilla.org2000-10-251-1/+1
| | | | after quietly_check_login() had already called it for us under the covers _without_ the useshadowdb parameter. So reports were being run against the main database, triggering UI stalls. r=endico@mozilla.org
* Fixing bug #46897tara%tequilarista.org2000-08-081-1/+3
|
* Fix for bug 46002 (reports.cgi allows users to view restricted products).dave%intrec.com2000-07-221-1/+34
| | | | Patch submitted by jmrobins@tgix.com (Joe Robins)
* Fix for bug 27248 (Bug listings saved with .html extension). Patchdave%intrec.com2000-07-191-1/+2
| | | | submitted by mhamby@logicon.com (Mark Hamby).
* Fixed links off of 'Most doomed' reports to only list bugs that match the ↵terry%mozilla.org2000-07-081-1/+5
| | | | product we're reporting about.
* committing to close bug 6682 "Chart all bug states". patchescyeh%bluemartini.com2000-06-241-5/+15
| | | | contributed by mhamby@logicon.com
* patch from bug 2178 applied and fix for versions of GD/Chart::Lines that won'tdonm%bluemartini.com2000-04-261-3/+10
| | | | produce gifs.
* Whoops; removed extra double-quote.terry%mozilla.org2000-03-081-1/+1
|
* Patch by Brian Duggan <bduggan@oven.com> -- security improvements.terry%mozilla.org2000-03-081-4/+4
|
* Make reports work off of the the shadow database.terry%mozilla.org2000-02-181-1/+1
|
* Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if ↵terry%mozilla.org2000-01-201-4/+6
| | | | they asked for no header.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-2/+5
| | | | | | | me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
* updated license boilerplatedmose%mozilla.org1999-11-021-10/+11
|
* Patch by holger@holger.om.org (Holger Schurig) -- cope if Chart::Lines ↵terry%mozilla.org1999-09-301-2/+4
| | | | module is unavailable.
* Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to ↵terry%mozilla.org1999-09-281-1/+7
| | | | show quips.
* Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.terry%mozilla.org1999-09-241-0/+3
|
* another M9 hard coded in to most doomedendico%mozilla.org1999-08-291-1/+1
|
* fixed a typoendico%mozilla.org1999-08-271-1/+1
|
* oops. M9 was haredwired inendico%mozilla.org1999-08-271-1/+1
|
* 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
|