stable

Clone or download

Read-only

Create a project reference is now burning parrot compatible

part of request #39755 Get Rid of Flamming parrot in project administration As project administrator go in Admin > References and create a new reference => no functional changes As site admin go in Admin > references and create a reference => no functional changes Change-Id: I19ba82b3d3fa5606f142fed7012897cbc0ae249a

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M site-content/ko_KR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
A src/common/Project/Admin/Reference/Creation/CreateReferencePresenter.php +54 −0 Go to diff View file
A src/common/Project/Admin/Reference/Creation/CreateReferencePresenterBuilder.php +69 −0 Go to diff View file
A src/common/Project/Admin/Reference/Creation/NatureReferencePresenter.php +39 −0 Go to diff View file
A src/common/Project/Admin/Reference/Creation/ServiceReferencePresenter.php +34 −0 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministrationActions.class.php +6 −4 Go to diff View file
M src/common/Project/Admin/Reference/ReferenceAdministrationViews.php +45 −93 Go to diff View file
M src/common/include/BurningParrotCompatiblePageDetector.php +6 −2 Go to diff View file
A src/templates/admin/references.mustache +105 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/_project-admin.scss +1 −0 Go to diff View file
A src/themes/BurningParrot/css/includes/project-admin/_references.scss +26 −0 Go to diff View file
A tests/unit/common/Project/Admin/Reference/Creation/CreateReferencePresenterBuilderTest.php +77 −0 Go to diff View file