stable

Clone or download

Read-only

request #9206 Activate services at import

When we import in place we might have the need to activate some services. For instance, I already have a project with trackers and I want to import git repositories, I should be able to activate the git service too. Change-Id: Iefe9d560dea4c7c0b70852a1cc4924795508adc0

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −0 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +1 −1 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +1 −1 Go to diff View file
M plugins/proftpd/include/proftpdPlugin.class.php +1 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/dao/ServiceDao.class.php +12 −0 Go to diff View file
M src/common/event/Event.class.php +10 −0 Go to diff View file
M src/common/project/ProjectCreationData.class.php +1 −1 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +25 −5 Go to diff View file
M src/common/project/ServiceManager.class.php +28 −1 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +2 −2 Go to diff View file
A src/common/xml/PHPCast.php +35 −0 Go to diff View file
M src/utils/import_project_xml.php +1 −0 Go to diff View file
M src/www/project/admin/servicebar.php +3 −17 Go to diff View file
M tests/integration/ProjectImportTest.php +1 −0 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +1 −0 Go to diff View file
M tests/simpletest/common/project/ProjectXMLImporterTest.php +1 −0 Go to diff View file
A tests/simpletest/common/xml/PHPCastTest.php +62 −0 Go to diff View file
M tools/utils/data_generator/DataInit/ProjectHelper.php +1 −0 Go to diff View file