aboutsummaryrefslogtreecommitdiffstats
path: root/report.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-1/+1
| | | | r/a=mkanat
* Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander2010-07-151-1/+1
| | | | | instead of taking a CGI object. r=mkanat, a=mkanat (module owner)
* Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander2010-07-151-1/+1
| | | | | | | it and having its work be done by a new "sql" accessor instead. Also adds some comments, moves functions around into sections, and creates a new _user accessor. r=mkanat, a=mkanat (module owner)
* Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander2010-07-011-17/+4
| | | | | instead of from a static list r=glob, a=mkanat
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin2010-05-201-1/+1
| | | | | | ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-1/+3
| | | | r=timello, a=mkanat
* Bug 529573: Tabular reports do not show empty resolutionGreg Hendricks2010-02-181-0/+1
| | | | r/a=mkanat
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+0
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-1/+0
| | | | | | component r=dkl, a=mkanat
* Bug 528262 - Tabular reports ignore disabled field values despite being ↵ghendricks%novell.com2009-11-131-9/+8
| | | | | | selected patch by ghendricks@novell.com, r=mkanat, a=mkanat
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org2009-10-241-0/+4
| | | | | | checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for ↵mkanat%bugzilla.org2009-07-071-38/+27
| | | | | | the "fields" and "order" arguments, to prevent problems with using SQL fragments in the order and columnlist. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 464992: Binary attachments, graphical reports and new charts are not ↵lpsolit%gmail.com2009-01-151-0/+2
| | | | displayed correctly on Windows - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 377956: Tabular and graphical reports should support single-select ↵lpsolit%gmail.com2009-01-031-0/+9
| | | | custom fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com2008-08-271-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-121-0/+3
|
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-2/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-10/+7
| | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
* Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-12-031-1/+1
| | | | <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB ↵lpsolit%gmail.com2005-11-141-2/+1
| | | | anymore - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵lpsolit%gmail.com2005-10-261-3/+4
| | | | duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-1/+3
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ↵lpsolit%gmail.com2005-10-241-1/+1
| | | | Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com2005-08-251-1/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 304044: Missing scalar() for some parameters - Patch by Frédéric ↵lpsolit%gmail.com2005-08-131-1/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-4/+5
| | | | r=mkanat,wicked a=justdave
* Bug 286461:Add products table to search if classification are neededbugreport%peshkin.net2005-04-051-6/+0
| | | | | Patch by joel r=gerv, a=justdave
* Bug 262864 - make tabular reports show columns which have an empty header. ↵gerv%gerv.net2005-03-111-1/+7
| | | | Patch by robzilla@siklos.ca; r=gerv, a=myk.
* Patch for bug 262182: editing a buglist from a tabular report shouldn't go ↵jocuri%softhome.net2004-11-051-1/+1
| | | | to a wrong page; patch by Gervase Markham <gerv@mozilla.org>; r=rsiklos, a=justdave.
* Patch for bug 252137: tabular reports shouldn't be broken if a row/col/tbl ↵jocuri%softhome.net2004-10-251-0/+6
| | | | header begins with an underscore; patch by Rob Siklos <rsiklos@adexa.com>; r=gerv, a=justdave.
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-1/+7
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 179671: Boolean charts didn't work on the reporting pages.justdave%bugzilla.org2004-05-301-1/+1
| | | | r=jouni, a=justdave
* Bug 238352 - remove alphabetical sorting from some fields in reports (e.g. ↵gerv%gerv.net2004-04-031-24/+44
| | | | priority) and keep them in a sensible order instead. Patch by gerv; r=kiko, a=justdave.
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-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.
* Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net2004-03-271-4/+4
| | | | $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
* Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave.gerv%gerv.net2003-09-151-1/+1
|
* Bug 215918 - All graphs that show numeric value on x-axis are useless and ↵gerv%gerv.net2003-09-121-3/+34
| | | | misleading. We now sort numerical fields numerically. Patch by gerv; r=jouni, a=justdave.
* Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; ↵gerv%gerv.net2003-07-141-1/+1
| | | | r=gerv, a=justdave.
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-6/+10
| | | | r=joel, a=justdave
* Bug 195607 - Minimum width code gets it wrong. Patch by gerv; r,a=justdave.gerv%gerv.net2003-04-271-2/+2
|
* Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by ↵gerv%gerv.net2003-04-271-3/+1
| | | | gerv; r,a=justdave.
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 183017 - Only numbers displayed when bar chart contains too many ↵gerv%gerv.net2003-02-251-0/+13
| | | | products. Patch by gerv; r=joel, a=justdave.
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-1/+1
| | | | | r=gerv, justdave a=justdave
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-1/+3
| | | | | r=justdave, myk, joel, preed a=justdave
* Bug 181182 - Reporting fix pack 2. Fixes bug 179198 (Don't print labels for ↵gerv%gerv.net2002-11-221-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.
* Bug 180205 - General reporting fixes. Fixes bug 180151 (Grand total links ↵gerv%gerv.net2002-11-181-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.
* Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; ↵gerv%gerv.net2002-11-131-0/+1
| | | | r=joel.
* Fix for bug 178800: fixes taint failure in graphical charts with Perl 5.6.0myk%mozilla.org2002-11-081-0/+11
| | | | | r=gerv a=justdave