stable
Clone or download
Read-only
Merge commit 'refs/changes/87/12987/1' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #12463: Rename the "Project certification" plugin to "Project Ownership"
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/project_certification/build-manifest.json | +0 | −29 | Go to diff View file |
D | plugins/project_certification/db/uninstall.sql | +0 | −1 | Go to diff View file |
D | plugins/project_certification/site-content/en_US/project_certification.tab | +0 | −7 | Go to diff View file |
D | plugins/project_certification/site-content/fr_FR/project_certification.tab | +0 | −7 | Go to diff View file |
R | plugins/project_certification/Makefile | Go to diff View file | ||
R | plugins/project_certification/VERSION | Go to diff View file | ||
A | plugins/project_ownership/build-manifest.json | +29 | −0 | Go to diff View file |
R | plugins/project_certification/build-rpm.sh | Go to diff View file | ||
R | plugins/project_certification/composer.json | Go to diff View file | ||
R | plugins/project_certification/db/install.sql | Go to diff View file | ||
A | plugins/project_ownership/db/mysql/2018/20181029_rename_project_certification.php | +61 | −0 | Go to diff View file |
A | plugins/project_ownership/db/uninstall.sql | +1 | −0 | Go to diff View file |
R | plugins/project_certification/include/Exceptions/FailedToNotifyProjectMemberException.php | Go to diff View file | ||
R | plugins/project_certification/include/Notification/Sender.php | Go to diff View file | ||
R | plugins/project_certification/include/Plugin/PluginDescriptor.php | Go to diff View file | ||
R | plugins/project_certification/include/Plugin/PluginInfo.php | Go to diff View file | ||
R | plugins/project_certification/include/ProjectAdmin/CannotRemoveProjectOwnerFromTheProjectAdministratorsException.php | Go to diff View file | ||
R | plugins/project_certification/include/ProjectAdmin/IndexController.php | Go to diff View file | ||
R | plugins/project_certification/include/ProjectAdmin/ProjectOwnerPresenter.php | Go to diff View file | ||
R | plugins/project_certification/include/ProjectAdmin/ProjectOwnerPresenterBuilder.php | Go to diff View file | ||
R | plugins/project_certification/include/ProjectOwner/OnlyProjectAdministratorCanBeSetAsProjectOwnerException.php | Go to diff View file | ||
R | plugins/project_certification/include/ProjectOwner/ProjectOwnerDAO.php | Go to diff View file | ||
R | plugins/project_certification/include/ProjectOwner/ProjectOwnerRetriever.php | Go to diff View file | ||
R | plugins/project_certification/include/ProjectOwner/ProjectOwnerUpdater.php | Go to diff View file | ||
R | plugins/project_certification/include/ProjectOwner/UserWithStarBadgeFinder.php | Go to diff View file | ||
R | plugins/project_certification/include/REST/ProjectCertificationPUTRepresentation.php | Go to diff View file | ||
R | plugins/project_certification/include/REST/ProjectCertificationRepresentation.php | Go to diff View file | ||
R | plugins/project_certification/include/REST/ProjectCertificationResource.php | Go to diff View file | ||
R | plugins/project_certification/include/SystemEvents/ProjectOwnerStatusNotificationSystemEvent.php | Go to diff View file | ||
R | plugins/project_certification/include/SystemEvents/ProjectCertificationSystemEventManager.php | Go to diff View file | ||
R | plugins/project_certification/include/project_certificationPlugin.class.php | Go to diff View file | ||
R | plugins/project_certification/phpunit/.simpletest_skip | Go to diff View file | ||
R | plugins/project_certification/phpunit/ProjectOwner/ProjectOwnerRetrieverTest.php | Go to diff View file | ||
R | plugins/project_certification/phpunit/ProjectOwner/ProjectOwnerUpdaterTest.php | Go to diff View file | ||
R | plugins/project_certification/phpunit/bootstrap.php | Go to diff View file | ||
R | plugins/project_certification/rpm/Dockerfile | Go to diff View file | ||
A | plugins/project_ownership/site-content/en_US/project_certification.tab | +7 | −0 | Go to diff View file |
R | plugins/project_certification/site-content/fr_FR/LC_MESSAGES/tuleap-project_certification.po | Go to diff View file | ||
A | plugins/project_ownership/site-content/fr_FR/project_ownership.tab | +7 | −0 | Go to diff View file |
R | plugins/project_certification/site-content/tuleap-project_certification.pot | Go to diff View file | ||
R | plugins/project_certification/templates/project-admin.mustache | Go to diff View file | ||
R | plugins/project_certification/tests/rest/ProjectCertificationTest.php | Go to diff View file | ||
R | plugins/project_certification/tests/rest/ProjectUserGroupTest.php | Go to diff View file | ||
R | plugins/project_certification/tests/rest/init_test_data.php | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-admin/_project-admin.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-blue-condensed.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-blue.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-green-condensed.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-green.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-grey-condensed.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-grey.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-orange-condensed.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-orange.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-purple-condensed.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-purple.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-red-condensed.scss | Go to diff View file | ||
R | plugins/project_certification/themes/BurningParrot/project-certification-project-admin-red.scss | Go to diff View file | ||
R | plugins/project_certification/tuleap-plugin-project-certification.spec | Go to diff View file | ||
M | tests/phpunit/phpunit.xml | +1 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +2 | −2 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +2 | −2 | Go to diff View file |