stable
Clone or download
Read-only
Part of story #10913: Services management Only list of services of a project is displayed with BurningParrot. The modals to create or edit a service will be done in dedicated commits. There is no functional changes with previous behaviour except for a column that has been removed because it was returning useless/inaccurate data (conf inherited for project 100). Change-Id: I45e8b7fd08fed4a9faddf9b1b7f1342e4a655672
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/project/project.tab | +3 | โ3 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +38 | โ2 | Go to diff View file |
M | site-content/fr_FR/project/project.tab | +4 | โ4 | Go to diff View file |
M | site-content/tuleap-core.pot | +34 | โ0 | Go to diff View file |
M | src/common/autoload.php | +8 | โ2 | Go to diff View file |
M | src/common/dao/ServiceDao.class.php | +20 | โ0 | Go to diff View file |
M | src/common/include/BurningParrotCompatiblePageDetector.php | +1 | โ0 | Go to diff View file |
M | src/common/project/Service.class.php | +31 | โ2 | Go to diff View file |
A | src/common/project/Service/AdminRouter.php | +84 | โ0 | Go to diff View file |
A | src/common/project/Service/DeleteController.php | +96 | โ0 | Go to diff View file |
A | src/common/project/Service/IndexController.php | +82 | โ0 | Go to diff View file |
A | src/common/project/Service/ServicePresenter.php | +71 | โ0 | Go to diff View file |
A | src/common/project/Service/ServicesPresenter.php | +40 | โ0 | Go to diff View file |
A | src/common/project/Service/ServicesPresenterBuilder.php | +69 | โ0 | Go to diff View file |
A | src/templates/project/admin/services-delete-modal.mustache | +48 | โ0 | Go to diff View file |
A | src/templates/project/admin/services.mustache | +94 | โ0 | Go to diff View file |
M | src/www/project/admin/servicebar.php | +17 | โ205 | Go to diff View file |
M | src/www/scripts/project/admin/index.js | +1 | โ0 | Go to diff View file |
A | src/www/scripts/project/admin/services.js | +38 | โ0 | Go to diff View file |