stable
Clone or download
Read-only
This will ease the work for Rector to convert usage of addHook to ListeningToEvent attributes. No functional changes. Part of: request #31113 Simplify hook listening for plugins Change-Id: I099edd00738a966bcbe339b48359a7ee9ef34a8c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +4 | −4 | Go to diff View file |
M | plugins/baseline/include/baselinePlugin.php | +1 | −1 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +25 | −25 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +22 | −22 | Go to diff View file |
M | plugins/graphontrackersv5/include/graphontrackersv5Plugin.php | +7 | −7 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.php | +4 | −4 | Go to diff View file |
M | plugins/hudson_git/include/hudson_gitPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.php | +15 | −15 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki_standalone/include/mediawiki_standalonePlugin.php | +1 | −1 | Go to diff View file |
M | plugins/projectlinks/include/projectlinksPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +13 | −13 | Go to diff View file |
M | plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.php | +17 | −16 | Go to diff View file |
M | src/common/PFO/Plugin.php | +1 | −2 | Go to diff View file |
M | src/common/Plugin/EventPluginCacheInfo.php | +4 | −7 | Go to diff View file |
M | src/common/Plugin/Plugin.php | +6 | −7 | Go to diff View file |
M | src/common/Plugin/PluginLoader.php | +1 | −1 | Go to diff View file |
M | src/common/Plugin/SerializedPluginProxy.php | +0 | −1 | Go to diff View file |
M | tests/unit/common/Plugin/PluginTest.php | +1 | −5 | Go to diff View file |