stable
Clone or download
Read-only
Merge 'gerrit #17501' into stable/master
* commit 'd53922b1ce': request #14418 New project creation should be available for anybody Change-Id: I5dce647bf3dc0a007812eb9fbdc83759326e7dd2
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/CLI/Events/GetWhitelistedKeys.php | +1 | −0 | Go to diff View file |
M | src/common/Project/ProjectManager.class.php | +1 | −0 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationController.php | +0 | −5 | Go to diff View file |
M | src/db/mysql/database_initvalues.sql | +1 | −0 | Go to diff View file |
M | src/templates/admin/projects/projectlist.mustache | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/po/fr_FR.po | +0 | −8 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Agreement/PolicyAgreement.vue | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Agreement/__snapshots__/PolicyAgreement.test.ts.snap | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.test.ts | +2 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.vue | +1 | −1 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts | +0 | −3 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue | +1 | −4 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/AllProjectTemplates.test.ts | +0 | −2 | Go to diff View file |
M | src/www/scripts/project/registration/src/components/Template/AllProjectTemplates.vue | +0 | −3 | Go to diff View file |
D | src/www/scripts/project/registration/src/components/UnderConstructionInformation.vue | +0 | −34 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Projects/ProjectsPresenter.php | +9 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-projects.mustache | +1 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/NavBarItemProjectsPresenter.php | +9 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/templates/navbar-projects.mustache | +1 | −1 | Go to diff View file |
M | tests/e2e/full/cypress/integration/project_admin.spec.js | +10 | −5 | Go to diff View file |