aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Chart.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalentsmkanat%bugzilla.org2006-06-271-2/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave
* Bug 342410: Various modules assume functions are in global scope, when none aremkanat%bugzilla.org2006-06-261-3/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-201-4/+5
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Frédéric ↵lpsolit%gmail.com2006-01-271-1/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 248581: range of y-axis for graphs is double the max value - r=wicked ↵karl%kornel.name2005-12-301-0/+59
| | | | a=justdave
* Bug 301141: [PostgreSQL] New charts throw an error about FROM_UNIXTIME - ↵lpsolit%gmail.com2005-11-151-6/+17
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 278268 - make Grand Total line not appear if data set add fails. Patch ↵gerv%gerv.net2005-04-121-10/+15
| | | | by colin.ogilvie; r=gerv, a=justdave.
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-161-1/+2
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 283973 : Charts broken: DBD::mysql::st execute failed: Unknown column ↵travis%sedsystems.ca2005-03-011-1/+1
| | | | | | '$datefrom' in 'field list' Patch by Teemu Mannermaa <wicked@etlicon.fi> r=mkanat a=justdave
* Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-3/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 225687 - add group controls to charts, along with various other ↵gerv%gerv.net2004-08-301-18/+30
| | | | cleanups. Patch by gerv; r=joel, a=justdave.
* Bug 231391 - make "cumulate" option work on new charts, together with a few ↵gerv%gerv.net2004-01-221-0/+3
| | | | UI tweaks. Patch by gerv; r=kiko, a=myk.
* Bug 221160 - crash if illegal date specified in new charts date range. Patch ↵gerv%gerv.net2003-11-081-1/+1
| | | | by gerv; r=kiko, a=justdave.
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-0/+351