stable

Clone or download

Read-only

Merge 'gerrit #5831' into stable/master

* commit '87f5e8d': request #9206 Activate services at import Change-Id: Ic60333d047460d867fd95626b93eb226c9251aa0

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