stable

Clone or download

Read-only

Burnification of project ยป admin ยป services

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