stable
Clone or download
Read-only
Part of story #13566 associate a custom icon to external services Change-Id: I8c0e5968672bfc08f5206e9ee75db3570c96fb4e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/create_test_env/include/create_test_envPlugin.class.php | +1 | −1 | Go to diff View file |
M | src/common/Project/Admin/Navigation/NavigationPresenterBuilder.php | +2 | −1 | Go to diff View file |
M | src/common/Project/Service/AddController.php | +55 | −42 | Go to diff View file |
D | src/common/Project/Service/AdminRouter.php | +0 | −96 | Go to diff View file |
M | src/common/Project/Service/DeleteController.php | +53 | −14 | Go to diff View file |
M | src/common/Project/Service/EditController.php | +74 | −57 | Go to diff View file |
M | src/common/Project/Service/IndexController.php | +49 | −9 | Go to diff View file |
M | src/common/Project/Service/ServiceCreator.php | +0 | −1 | Go to diff View file |
M | src/common/Project/Service/ServicePOSTDataBuilder.php | +3 | −7 | Go to diff View file |
M | src/common/Project/ServiceManager.class.php | +3 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +58 | −0 | Go to diff View file |
M | src/common/Service/ServiceCreator.php | +1 | −1 | Go to diff View file |
M | src/common/include/BurningParrotCompatiblePageDetector.php | +0 | −1 | Go to diff View file |
M | src/common/layout/ProjectSidebarBuilder.php | +1 | −1 | Go to diff View file |
M | src/templates/admin/projects/templatelist.mustache | +2 | −2 | Go to diff View file |
M | src/templates/project/admin/services-add-modal.mustache | +1 | −3 | Go to diff View file |
M | src/templates/project/admin/services-delete-modal.mustache | +1 | −3 | Go to diff View file |
M | src/templates/project/admin/services-edit-modal.mustache | +1 | −3 | Go to diff View file |
D | src/www/project/admin/servicebar.php | +0 | −65 | Go to diff View file |