stable
Clone or download
Read-only
Use new event parameter management to easy identification of widgets Part of request #11076 Project dashboards should be part of xml import. Change-Id: I3927dc3f9c944aad9b7f9c32c988921d34b550f3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/admindelegation/include/admindelegationPlugin.class.php | +10 | −12 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +9 | −8 | Go to diff View file |
M | plugins/crosstracker/include/crosstrackerPlugin.class.php | +9 | −11 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +11 | −10 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +9 | −15 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.class.php | +9 | −18 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +19 | −18 | Go to diff View file |
M | plugins/label/include/labelPlugin.class.php | +3 | −7 | Go to diff View file |
M | plugins/projectlinks/include/projectlinksPlugin.class.php | +4 | −5 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.class.php | +4 | −12 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +9 | −16 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
A | src/common/widget/Event/GetProjectWidgetList.php | +49 | −0 | Go to diff View file |
A | src/common/widget/Event/GetUserWidgetList.php | +48 | −0 | Go to diff View file |
A | src/common/widget/Event/GetWidgetList.php | +50 | −0 | Go to diff View file |
M | src/common/widget/WidgetFactory.php | +12 | −27 | Go to diff View file |