stable

Clone or download

Read-only

Layout class is deprecated

This is a part of story #10353 display a kanban as a widget BurningParrotTheme should not extend Layout class. This is a preliminary step to display the toolbar in burning parrot. This forces us to move the color management for charts in a dedicated object. Change-Id: Ia2cc1e5056f5f68d312b2c98f558a145217c7483

Modified Files

Name
M plugins/IM/include/IMViews.class.php +27 −3 Go to diff View file
M plugins/git/include/Git_LastPushesGraph.class.php +11 −8 Go to diff View file
M plugins/statistics/include/Statistics_DiskUsageHtml.class.php +6 −2 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/chart/Chart.class.php +44 −30 Go to diff View file
M src/common/chart/Chart_Gantt.class.php +23 −22 Go to diff View file
M src/common/chart/Chart_GanttBar.class.php +25 −21 Go to diff View file
M src/common/chart/Chart_GanttMilestone.class.php +27 −21 Go to diff View file
A src/common/chart/ColorsForCharts.php +606 −0 Go to diff View file
M src/common/layout/BaseLayout.php +119 −8 Go to diff View file
M src/common/layout/Layout.class.php +4 −684 Go to diff View file
M src/common/widget/Widget_ProjectSvnStats.class.php +15 −12 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +7 −2 Go to diff View file