stable
Clone or download
Read-only
Merge commit 'refs/changes/06/4406/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #8363: Update service load mecanism
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/IM/include/IMPlugin.class.php | +2 | −1 | Go to diff View file |
M | plugins/admindelegation/include/admindelegationPlugin.class.php | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/phpwiki/include/phpwikiPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/proftpd/include/proftpdPlugin.class.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +1 | −0 | Go to diff View file |
M | src/common/event/Event.class.php | +9 | −0 | Go to diff View file |
M | src/common/plugin/Plugin.class.php | +17 | −1 | Go to diff View file |
M | src/common/plugin/PluginManager.class.php | +0 | −2 | Go to diff View file |
M | src/common/project/ServiceManager.class.php | +26 | −27 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginManagerTest.php | +1 | −3 | Go to diff View file |