stable

Clone or download

Read-only

Remove usage of OWNER_TYPE_GROUP

This is a part of story #10173 Have multiple dashboards WidgetLayoutManager will be deleted in a dedicated commit Change-Id: If4574f1f821545c19370ff691d5d36fae51f3509

Modified Files

Name
M plugins/docman/include/Docman_Widget_Embedded.class.php +1 −1 Go to diff View file
M plugins/docman/include/Docman_Widget_ProjectEmbedded.class.php +25 −19 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +1 −1 Go to diff View file
M plugins/git/include/gitPlugin.class.php +2 −1 Go to diff View file
M plugins/graphontrackersv5/include/GraphOnTrackersV5_Widget_ProjectChart.class.php +10 −7 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php +2 −1 Go to diff View file
M plugins/hudson/include/HudsonWidget.class.php +16 −7 Go to diff View file
M plugins/hudson/include/hudsonPlugin.class.php +7 −6 Go to diff View file
M plugins/hudson/include/hudson_Widget_ProjectJobsOverview.class.php +12 −11 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.class.php +2 −2 Go to diff View file
M plugins/statistics/include/statisticsPlugin.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_ProjectRenderer.class.php +15 −8 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +2 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +2 −0 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardDuplicator.php +2 −2 Go to diff View file
M src/common/Dashboard/Widget/Add/AddWidgetController.php +1 −1 Go to diff View file
M src/common/Dashboard/Widget/DashboardWidgetDao.php +3 −2 Go to diff View file
M src/common/widget/Widget.class.php +3 −2 Go to diff View file
M src/common/widget/WidgetLayoutManager.class.php +0 −1 Go to diff View file
M src/common/widget/Widget_ProjectImageViewer.class.php +18 −9 Go to diff View file
M src/common/widget/Widget_ProjectRss.class.php +15 −10 Go to diff View file
M src/common/widget/Widget_ProjectSvnStats.class.php +13 −7 Go to diff View file