stable

Clone or download

Read-only

Add project certification tab in project admin

Part of story #12161 have a project owner at project creation How to test: - When the project has no project owner, an alert message is shown. Set a project owner in a project: with the plugin active, either create a new project or forge a value in DB - When the project has a project owner, their avatar / user name will be shown. Change-Id: Ia17a0e5310078d83c1957aa7bd99a309bc6218a5

Modified Files

Name
A plugins/project_certification/build-manifest.json +29 −0 Go to diff View file
A plugins/project_certification/include/ProjectAdmin/IndexController.php +123 −0 Go to diff View file
A plugins/project_certification/include/ProjectAdmin/ProjectOwnerPresenter.php +48 −0 Go to diff View file
A plugins/project_certification/include/ProjectAdmin/ProjectOwnerPresenterBuilder.php +52 −0 Go to diff View file
M plugins/project_certification/include/project_certificationPlugin.class.php +46 −0 Go to diff View file
M plugins/project_certification/site-content/fr_FR/LC_MESSAGES/tuleap-project_certification.po +30 −1 Go to diff View file
M plugins/project_certification/site-content/tuleap-project_certification.pot +20 −0 Go to diff View file
A plugins/project_certification/templates/project-admin.mustache +37 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-admin/_project-admin.scss +22 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-blue-condensed.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-blue.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-green-condensed.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-green.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-grey-condensed.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-grey.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-orange-condensed.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-orange.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-purple-condensed.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-purple.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-red-condensed.scss +21 −0 Go to diff View file
A plugins/project_certification/themes/BurningParrot/project-certification-project-admin-red.scss +21 −0 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file