stable

Clone or download

Read-only

Refactoring: get widget event

Use new event parameter management to easy identification of widgets Part of request #11076 Project dashboards should be part of xml import. Change-Id: I0bc9a1fa4b2ef3fcefc7d4c124049d6ed868e9ec

Modified Files

Name
M plugins/admindelegation/include/admindelegationPlugin.class.php +7 −8 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +25 −23 Go to diff View file
M plugins/crosstracker/include/crosstrackerPlugin.class.php +4 −4 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +7 −7 Go to diff View file
M plugins/git/include/gitPlugin.class.php +6 −6 Go to diff View file
M plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php +7 −7 Go to diff View file
M plugins/hudson/include/hudsonPlugin.class.php +54 −51 Go to diff View file
M plugins/label/include/labelPlugin.class.php +4 −4 Go to diff View file
M plugins/projectlinks/include/projectlinksPlugin.class.php +4 −4 Go to diff View file
M plugins/statistics/include/statisticsPlugin.class.php +5 −5 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +7 −7 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/widget/Event/GetWidget.php +51 −0 Go to diff View file
M src/common/widget/WidgetFactory.php +4 −4 Go to diff View file