stable

Clone or download

Read-only

request #14721: Some charts cannot be built with gd 2.3.0

This more a workaround than anything else. It is unclear at the moment if the issue is due to libgd directly or a misuse of libgd in ext-gd. To test you need to update the gd-last package to the latest version and restart all the process that might have loaded it. Change-Id: Iea22a14980708217885f32978ea789e5e9505f41

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