stable

Clone or download

Read-only

Move service_create_service into a dedicated object

This is part of request #10491 No SVN at project instantiation The content of the legacy method is not modified for now. This object will be needed in a next commit in order to test the things done. Change-Id: I7d267a2ea22c174949ecd84decc03a509d5493e5

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +2 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +2 −0 Go to diff View file
A src/common/Service/ServiceCreator.php +65 −0 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/OneStepCreation/OneStepCreationController.class.php +2 −0 Go to diff View file
M src/common/project/ProjectCreator.class.php +18 −7 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +12 −8 Go to diff View file
M src/utils/import_project_xml.php +2 −0 Go to diff View file
M src/www/include/service.php +0 −36 Go to diff View file
M src/www/soap/project/index.php +2 −0 Go to diff View file
M tests/integration/ProjectCreationTest.php +2 −0 Go to diff View file
M tests/integration/ProjectImportTest.php +3 −0 Go to diff View file
M tests/lib/TestDataBuilder.php +2 −0 Go to diff View file
M tests/simpletest/common/project/ProjectCreatorTest.php +4 −2 Go to diff View file
M tests/simpletest/common/project/ProjectXMLImporterTest.php +2 −1 Go to diff View file