Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
bugreport%peshkin.net fceed22203 Bug 286461:Add products table to search if classification are needed
Patch by joel
r=gerv, a=justdave
2005-04-04 23:02:16 +00:00
gerv%gerv.net 2d5ae416ef Bug 262864 - make tabular reports show columns which have an empty header. Patch by robzilla@siklos.ca; r=gerv, a=myk. 2005-03-10 22:20:19 +00:00
jocuri%softhome.net 7827a0be04 Patch for bug 262182: editing a buglist from a tabular report shouldn't go to a wrong page; patch by Gervase Markham <gerv@mozilla.org>; r=rsiklos, a=justdave. 2004-11-05 09:22:26 +00:00
jocuri%softhome.net 820c52f4eb Patch for bug 252137: tabular reports shouldn't be broken if a row/col/tbl header begins with an underscore; patch by Rob Siklos <rsiklos@adexa.com>; r=gerv, a=justdave. 2004-10-24 23:25:54 +00:00
bugreport%peshkin.net b29bf6770a Bug 224208 Add a higher level of categorization (.ie departments, locations, etc.)
patch by Albert Ting
r=joel, glob
a=myk
2004-08-20 21:49:20 +00:00
justdave%bugzilla.org f4de64d2a9 Bug 179671: Boolean charts didn't work on the reporting pages.
r=jouni, a=justdave
2004-05-30 10:40:17 +00:00
gerv%gerv.net ba6f90297b Bug 238352 - remove alphabetical sorting from some fields in reports (e.g. priority) and keep them in a sensible order instead. Patch by gerv; r=kiko, a=justdave. 2004-04-03 10:43:16 +00:00
kiko%async.com.br 6f3fb84923 Fix for bug 234175: Remove deprecated ConnectToDatabase() and
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 03:51:44 +00:00
jocuri%softhome.net 160d1a18c2 Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. 2004-03-26 21:00:11 +00:00
gerv%gerv.net 26bb1718b2 Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave. 2003-09-14 23:00:09 +00:00
gerv%gerv.net 6601570c8a Bug 215918 - All graphs that show numeric value on x-axis are useless and misleading. We now sort numerical fields numerically. Patch by gerv; r=jouni, a=justdave. 2003-09-11 22:34:04 +00:00
gerv%gerv.net 85fb6454a6 Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; r=gerv, a=justdave. 2003-07-13 22:25:41 +00:00
bbaetz%acm.org 325350ad59 Bug 201816 - use CGI.pm for header output
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
gerv%gerv.net e907fbb736 Bug 195607 - Minimum width code gets it wrong. Patch by gerv; r,a=justdave. 2003-04-27 13:44:23 +00:00
gerv%gerv.net f82c184c9d Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by gerv; r,a=justdave. 2003-04-27 13:43:15 +00:00
jake%bugzilla.org 3c915014e3 Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
r=justdave
a=justdave
2003-03-27 00:07:02 +00:00
gerv%gerv.net bb0c764703 Bug 183017 - Only numbers displayed when bar chart contains too many products. Patch by gerv; r=joel, a=justdave. 2003-02-24 23:37:50 +00:00
bbaetz%acm.org 8b73cba208 Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave
a=justdave
2003-02-07 07:19:15 +00:00
bbaetz%student.usyd.edu.au 3397e5b0cd Bug 163290 - move DB handling code into a module
r=justdave, myk, joel, preed
a=justdave
2003-01-14 20:00:11 +00:00
gerv%gerv.net 6fc7aae3b4 Bug 181182 - Reporting fix pack 2. Fixes bug 179198 (Don't print labels for 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-22 00:07:22 +00:00
gerv%gerv.net f18df6bc84 Bug 180205 - General reporting fixes. Fixes bug 180151 (Grand total links 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-17 23:56:32 +00:00
gerv%gerv.net 564f823d97 Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; r=joel. 2002-11-13 08:29:18 +00:00
myk%mozilla.org 14ff1cd54d Fix for bug 178800: fixes taint failure in graphical charts with Perl 5.6.0
r=gerv
a=justdave
2002-11-07 23:28:40 +00:00
gerv%gerv.net 13e08312cf Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz. 2002-11-02 22:59:10 +00:00
gerv%gerv.net 0c20d31251 Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; 2xr=joel. 2002-10-29 07:44:18 +00:00
bbaetz%student.usyd.edu.au dd3d83d08e Bug 147833 - start using CGI.pm
r=gerv, justdave
2002-10-26 01:57:09 +00:00
gerv%gerv.net d64253fdee Bug 173719 - warnings in report.cgi. Patch by gerv; r=bbaetz. 2002-10-11 06:27:37 +00:00
gerv%gerv.net 114f9c419d Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, rearranged UI, better API for new report types. Patch by gerv; r=joel. 2002-10-08 06:41:28 +00:00
gerv%gerv.net 8d6e59e08f Bug 12282 - General summary reports. Patch by gerv; r=joel. 2002-09-25 07:11:45 +00:00