stable

Clone or download

Read-only

request #8363: Update service load mecanism

As of today the list of available services is computed at plugin load time. However this doesn't follow standard convention in Tuleap (hook to gather info). This commit change this mecanism to let plugin decide whether they should provide a service or not. Change-Id: I4cc77a62004ed25e8f2c86dc5e7d26caa34c3f39

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