stable

Clone or download

Read-only

Refactoring: move creation of service in dedicated object

Part of story #10913: Services management Minor functional changes: when there is an error, we display it now in a feedback error, instead of plain text on empty page. Change-Id: I8f1e8711621e7221831846f121eb1c75c81e7ce1

Modified Files

Name
M site-content/en_US/project/project.tab +2 −2 Go to diff View file
M site-content/fr_FR/project/project.tab +2 −2 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
M src/common/dao/ServiceDao.class.php +32 −2 Go to diff View file
A src/common/project/Service/AddController.php +130 −0 Go to diff View file
M src/common/project/Service/AdminRouter.php +7 −1 Go to diff View file
A src/common/project/Service/ServiceCreator.php +155 −0 Go to diff View file
M src/common/project/Service/ServicePOSTData.php +16 −1 Go to diff View file
M src/common/project/Service/ServicePOSTDataBuilder.php +14 −1 Go to diff View file
A src/common/project/Service/UnableToCreateServiceException.php +25 −0 Go to diff View file
M src/www/project/admin/editservice.php +8 −1 Go to diff View file
M src/www/project/admin/servicebar.php +13 −95 Go to diff View file