stable

Clone or download

Read-only

Merge commit 'refs/changes/37/18437/2' of ssh://gerrit.tuleap.net:29418/tuleap

* ssh://gerrit.tuleap.net:29418/tuleap: request #14721: Some charts cannot be built with gd 2.3.0 Change-Id: I2be3fac5fabbaa4ec051dcacc9a9c279949a2a93

Modified Files

Name
M plugins/git/include/Git_LastPushesGraph.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Bar.class.php +2 −0 Go to diff View file
M plugins/graphontrackersv5/include/graphic-library/GraphOnTrackersV5_Engine_Burndown.class.php +5 −2 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageGraph.class.php +5 −24 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Burndown.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Chart/BurndownView.class.php +2 −1 Go to diff View file
M src/common/Widget/Widget_ProjectSvnStats.class.php +1 −0 Go to diff View file
M src/common/chart/Chart.class.php +19 −6 Go to diff View file
M src/common/chart/Chart_Gantt.class.php +3 −1 Go to diff View file
M src/common/chart/Chart_Pie.class.php +3 −1 Go to diff View file
M src/common/chart/ErrorChart.class.php +3 −1 Go to diff View file
M src/embedded_vendor/jpgraph/gd_image.inc.php +13 −6 Go to diff View file
A tests/phpunit/common/Chart/ChartTest.php +55 −0 Go to diff View file