stable

Clone or download

Read-only

Technical refactoring: use __construct()

This is part of story #10173 Have multiple dashboards No functionnal changes here, everything must work as expected. Change-Id: I2d8f41c15a0d0518f32309c09ccacb17aeba9062

Modified Files

Name
M plugins/IM/include/IM_Widget_MyRoster.class.php +24 −5 Go to diff View file
M plugins/docman/include/Docman_Widget_MyDocman.class.php +11 −7 Go to diff View file
M plugins/git/include/Git_Widget_UserPushes.class.php +1 −1 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_Chart.class.php +10 −7 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_MyChart.class.php +14 −9 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_ProjectChart.class.php +16 −11 Go to diff View file
M plugins/statistics/include/Statistics_Widget_ProjectStatistics.class.php +7 −6 Go to diff View file
M src/common/widget/Widget.class.php +3 −2 Go to diff View file
M src/common/widget/WidgetLayout.class.php +10 −6 Go to diff View file
M src/common/widget/WidgetLayout_Row.class.php +9 −6 Go to diff View file
M src/common/widget/WidgetLayout_Row_Column.class.php +10 −6 Go to diff View file
M src/common/widget/Widget_Contacts.class.php +3 −2 Go to diff View file
M src/common/widget/Widget_MyAdmin.class.php +9 −7 Go to diff View file
M src/common/widget/Widget_MyArtifacts.class.php +6 −2 Go to diff View file
M src/common/widget/Widget_MyBookmarks.class.php +7 −3 Go to diff View file
M src/common/widget/Widget_MyLatestSvnCommits.class.php +4 −2 Go to diff View file
M src/common/widget/Widget_MyMonitoredForums.class.php +6 −3 Go to diff View file
M src/common/widget/Widget_MyMonitoredFp.class.php +6 −3 Go to diff View file
M src/common/widget/Widget_MyProjects.class.php +4 −2 Go to diff View file
M src/common/widget/Widget_MyRss.class.php +19 −12 Go to diff View file
M src/common/widget/Widget_ProjectClassification.class.php +5 −2 Go to diff View file
M src/common/widget/Widget_ProjectDescription.class.php +5 −2 Go to diff View file
M src/common/widget/Widget_ProjectLatestCommits.class.php +12 −9 Go to diff View file
M src/common/widget/Widget_ProjectLatestCvsCommits.class.php +11 −7 Go to diff View file
M src/common/widget/Widget_ProjectLatestFileReleases.class.php +12 −8 Go to diff View file
M src/common/widget/Widget_ProjectLatestNews.class.php +9 −7 Go to diff View file
M src/common/widget/Widget_ProjectLatestSvnCommits.class.php +11 −7 Go to diff View file
M src/common/widget/Widget_ProjectMembers.class.php +5 −2 Go to diff View file
M src/common/widget/Widget_ProjectPublicAreas.class.php +5 −2 Go to diff View file
M src/common/widget/Widget_ProjectRss.class.php +14 −10 Go to diff View file
M src/common/widget/Widget_Rss.class.php +5 −2 Go to diff View file