summaryrefslogtreecommitdiffstats
path: root/reports.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-7/+15
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-09-03Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com1-2/+3
Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
2005-09-02Bug 298306: For new products, the charting error message "The tool which ↵lpsolit%gmail.com1-1/+5
gathers bug counts has not been run yet" is misleading - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=myk
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-2/+0
r=mkanat,wicked a=justdave
2005-08-05Bug 303303: Data aren't displayed in old charts when the product is closed ↵lpsolit%gmail.com1-4/+0
for new bug entry - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-07-22Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com1-4/+5
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-05-12Bug 287109: [SECURITY] Names of private products/components can be exposed ↵mkanat%kerio.com1-3/+1
on certain CGIs Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, r=joel, a=justdave
2005-02-23Bug 176011 : reports.cgi throws a scary error if collectstats has never been runtravis%sedsystems.ca1-2/+3
Patch by Vlad Dascalu <vladd@bugzilla.org> r=mkanat a=justdave
2004-07-10Bug 237627: Validate dataset name in reports.cgibugreport%peshkin.net1-1/+1
patch by teemu r=justdave a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-2/+1
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
2004-03-27Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net1-20/+24
$cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-1/+3
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-5/+4
r=joel, a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-1/+1
r=gerv, justdave a=justdave
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-1/+5
r=justdave, myk, joel, preed a=justdave
2002-12-10Bug 184081 Change search interfaces to use Viewable products instead of ↵bugreport%peshkin.net1-3/+1
enterable products r=bbaetz a=justdave
2002-11-30Bug 182512 Charts over time brokenbugreport%peshkin.net1-1/+2
patch by joel r=gerv a=justdave
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-19/+7
Patch by joel r=bbaetz,justdave a=justdave
2002-10-17Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz.gerv%gerv.net1-539/+33
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net1-5/+3
Patch by gerv; r=burnus.
2002-09-20Bug 167476 - unix_timestamp conversion error using MySQL. Patch by ↵gerv%gerv.net1-1/+1
finne@stofanet.dk; r=gerv.
2002-09-11Bug 166821 - reports.cgi broken by recent schema changes. r=bbaetz.gerv%gerv.net1-2/+7
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-6/+8
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-07-25Bug 67950 - Move the quip list into the database. Patch by ↵gerv%gerv.net1-50/+2
davef@tetsubo.com; r=gerv, preed.
2002-04-27Move a </center> tag (inserted in bug 129442 in a vain attempt to make this ↵gerv%gerv.net1-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.
2002-04-15Bug 129442 - make html of a default installation (mostly) HTML 4.01bbaetz%student.usyd.edu.au1-0/+1
transitional compliant Original patch by chema@ximian.com, modified/extended by bbaetz@student.usyd.edu.au r=gerv, justdave
2002-03-23Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by ↵gerv%gerv.net1-1/+3
cedric.caron@urbanet.ch; fixed up by xor@ivwnet.com; 2xr=gerv.
2002-02-01Bug 122744 - charting fails taint checksbbaetz%student.usyd.edu.au1-0/+17
r=daa@distributed.net, gerv
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+3
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-10-23Bug 63249 - The Bug Counts report was running very slowly due to unneeded ↵jake%acutex.net1-16/+5
fields/joins in the SQL query. Patch by Matthew Tuck <matty@chariot.net.au> r= gerv@mozilla.org, jake@acutex.net
2001-10-13Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com1-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
2001-07-02Make bug chart filenames other-OS friendly by removing colons. Bug 88179. ↵gerv%gerv.net1-13/+3
r=jake.
2001-05-10Fix for bug 38854: reports.cgi needs to escape (untrusted) url paramsjustdave%syndicomm.com1-62/+46
Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
2001-03-10fix for 6682: Chart all bug statescyeh%bluemartini.com1-32/+43
patch submitted by gervase.markham@univ.ox.ac.uk (Gervase Markham)
2001-03-01fix for 69147: reports.cgi still refers to gif (bugzilla 2.11)cyeh%bluemartini.com1-1/+0
patch contributed to dave@intrec.com (Dave Miller). remove useless code.
2001-01-27Fix for bug 66154, fixes error introduced in v1.42 of reports.cgi from bug ↵dave%intrec.com1-1/+1
39159. Patch by Alan Shields <shie9022@msmailhub.oulan.ou.edu>
2001-01-21Landing Ask Bjoern Hansen's fix for bug #39159tara%tequilarista.org1-4/+10
2001-01-19More bug 6682. Perhaps this could be it.gerv%gerv.net1-1/+1
2000-12-06Bug 6682: moving location of graph creation dir to graphs instead of ↵gerv%gerv.net1-4/+5
data/mining, for security reasons.
2000-11-10Make 'doomed' reports honor the per-product defaultmilestone setting, rather ↵terry%mozilla.org1-0/+6
than looking at the obsolete system-wide 'curmilestone' param.
2000-10-31Landing Gerv and Adam's changes for bug #6682tara%tequilarista.org1-553/+607
2000-10-25The code was trying to use ConnectToDatabase to connect to the shadow db ↵dmose%mozilla.org1-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
2000-08-08Fixing bug #46897tara%tequilarista.org1-1/+3
2000-07-22Fix for bug 46002 (reports.cgi allows users to view restricted products).dave%intrec.com1-1/+34
Patch submitted by jmrobins@tgix.com (Joe Robins)
2000-07-20Fix for bug 27248 (Bug listings saved with .html extension). Patchdave%intrec.com1-1/+2
submitted by mhamby@logicon.com (Mark Hamby).
2000-07-08Fixed links off of 'Most doomed' reports to only list bugs that match the ↵terry%mozilla.org1-1/+5
product we're reporting about.
2000-06-24committing to close bug 6682 "Chart all bug states". patchescyeh%bluemartini.com1-5/+15
contributed by mhamby@logicon.com
2000-04-26patch from bug 2178 applied and fix for versions of GD/Chart::Lines that won'tdonm%bluemartini.com1-3/+10
produce gifs.