stable

Clone or download

Read-only

Service of disabled plugin should not be activated

Fix request #4617: Plugin service is enabled whereas the plugin is disabled for the platform Change-Id: Ie52f76f087e41545a62fb36b17b1d395facdcc8b

Modified Files

Name
M plugins/IM/include/IMPlugin.class.php +4 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +4 −0 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +7 −3 Go to diff View file
M plugins/git/include/gitPlugin.class.php +5 −1 Go to diff View file
M plugins/hudson/include/hudsonPlugin.class.php +4 −0 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +4 −0 Go to diff View file
M plugins/proftpd/include/proftpdPlugin.class.php +6 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +8 −4 Go to diff View file
M site-content/en_US/project/project.tab +1 −0 Go to diff View file
M site-content/fr_FR/project/project.tab +1 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/dao/ServiceDao.class.php +13 −0 Go to diff View file
M src/common/plugin/Plugin.class.php +9 −0 Go to diff View file
M src/common/plugin/PluginManager.class.php +7 −0 Go to diff View file
M src/common/project/Project.class.php +15 −22 Go to diff View file
M src/common/project/Service.class.php +4 −0 Go to diff View file
A src/common/project/ServiceManager.class.php +121 −0 Go to diff View file
M src/www/project/admin/editservice.php +5 −0 Go to diff View file
M src/www/project/admin/servicebar.php +22 −25 Go to diff View file
M tests/simpletest/common/plugin/PluginManagerTest.php +7 −1 Go to diff View file