Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-13 | Bug 304044: Missing scalar() for some parameters - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -4/+5 | |
r=mkanat,wicked a=justdave | |||||
2005-04-05 | Bug 286461:Add products table to search if classification are needed | bugreport%peshkin.net | 1 | -6/+0 | |
Patch by joel r=gerv, a=justdave | |||||
2005-03-11 | Bug 262864 - make tabular reports show columns which have an empty header. ↵ | gerv%gerv.net | 1 | -1/+7 | |
Patch by robzilla@siklos.ca; r=gerv, a=myk. | |||||
2004-11-05 | Patch for bug 262182: editing a buglist from a tabular report shouldn't go ↵ | jocuri%softhome.net | 1 | -1/+1 | |
to a wrong page; patch by Gervase Markham <gerv@mozilla.org>; r=rsiklos, a=justdave. | |||||
2004-10-25 | Patch for bug 252137: tabular reports shouldn't be broken if a row/col/tbl ↵ | jocuri%softhome.net | 1 | -0/+6 | |
header begins with an underscore; patch by Rob Siklos <rsiklos@adexa.com>; r=gerv, a=justdave. | |||||
2004-08-21 | Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵ | bugreport%peshkin.net | 1 | -1/+7 | |
etc.) patch by Albert Ting r=joel, glob a=myk | |||||
2004-05-30 | Bug 179671: Boolean charts didn't work on the reporting pages. | justdave%bugzilla.org | 1 | -1/+1 | |
r=jouni, a=justdave | |||||
2004-04-03 | Bug 238352 - remove alphabetical sorting from some fields in reports (e.g. ↵ | gerv%gerv.net | 1 | -24/+44 | |
priority) and keep them in a sensible order instead. Patch by gerv; r=kiko, a=justdave. | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -3/+2 | |
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-27 | Patch for bug 237369: implement relatively simple changes from %FORM to ↵ | jocuri%softhome.net | 1 | -4/+4 | |
$cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. | |||||
2003-09-15 | Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave. | gerv%gerv.net | 1 | -1/+1 | |
2003-09-12 | Bug 215918 - All graphs that show numeric value on x-axis are useless and ↵ | gerv%gerv.net | 1 | -3/+34 | |
misleading. We now sort numerical fields numerically. Patch by gerv; r=jouni, a=justdave. | |||||
2003-07-14 | Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; ↵ | gerv%gerv.net | 1 | -1/+1 | |
r=gerv, a=justdave. | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -6/+10 | |
r=joel, a=justdave | |||||
2003-04-27 | Bug 195607 - Minimum width code gets it wrong. Patch by gerv; r,a=justdave. | gerv%gerv.net | 1 | -2/+2 | |
2003-04-27 | Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by ↵ | gerv%gerv.net | 1 | -3/+1 | |
gerv; r,a=justdave. | |||||
2003-03-27 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2003-02-25 | Bug 183017 - Only numbers displayed when bar chart contains too many ↵ | gerv%gerv.net | 1 | -0/+13 | |
products. Patch by gerv; r=joel, a=justdave. | |||||
2003-02-07 | Bug 191863 - Clean up Bugzilla.pm | bbaetz%acm.org | 1 | -1/+1 | |
r=gerv, justdave a=justdave | |||||
2003-01-15 | Bug 163290 - move DB handling code into a module | bbaetz%student.usyd.edu.au | 1 | -1/+3 | |
r=justdave, myk, joel, preed a=justdave | |||||
2002-11-22 | Bug 181182 - Reporting fix pack 2. Fixes bug 179198 (Don't print labels for ↵ | gerv%gerv.net | 1 | -3/+7 | |
pie chart wedges when smaller than a certain size), bug 180255 (Tabular report CSV downloads should suggest csv filename), and bug 180967 (csv reports swap rows/columns). Patch by gerv; r=joel, a=justdave. | |||||
2002-11-18 | Bug 180205 - General reporting fixes. Fixes bug 180151 (Grand total links ↵ | gerv%gerv.net | 1 | -4/+20 | |
are messed up when axis is restricted), bug 180105 (CSV reports occasionally break), bug 179671 (Boolean charts are broken on reporting pages), bug 179887 (report.cgi should |require Data::Dumper|, not |use|), and works around bug 179581 (Keyword combinations report not very useful). Patch by gerv; r=bbaetz, a=justdave. | |||||
2002-11-13 | Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; ↵ | gerv%gerv.net | 1 | -0/+1 | |
r=joel. | |||||
2002-11-08 | Fix for bug 178800: fixes taint failure in graphical charts with Perl 5.6.0 | myk%mozilla.org | 1 | -0/+11 | |
r=gerv a=justdave | |||||
2002-11-03 | Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz. | gerv%gerv.net | 1 | -0/+2 | |
2002-10-29 | Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; ↵ | gerv%gerv.net | 1 | -21/+141 | |
2xr=joel. | |||||
2002-10-26 | Bug 147833 - start using CGI.pm | bbaetz%student.usyd.edu.au | 1 | -7/+11 | |
r=gerv, justdave | |||||
2002-10-11 | Bug 173719 - warnings in report.cgi. Patch by gerv; r=bbaetz. | gerv%gerv.net | 1 | -4/+3 | |
2002-10-08 | Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, ↵ | gerv%gerv.net | 1 | -40/+33 | |
rearranged UI, better API for new report types. Patch by gerv; r=joel. | |||||
2002-09-25 | Bug 12282 - General summary reports. Patch by gerv; r=joel. | gerv%gerv.net | 1 | -0/+130 | |