stable
Clone or download
Read-only
This change is part of story #8283 Change-Id: I0dd32320ff82d5c919709f706b6f1877b4e858ba
Modified Files
Name | ||||
---|---|---|---|---|
M | build-manifest.json | +4 | −0 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +0 | −29 | Go to diff View file |
M | src/common/Project/Registration/ProjectRegistrationController.php | +7 | −0 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +1 | −0 | Go to diff View file |
D | src/templates/project/registration/new-project-boxes.mustache | +0 | −52 | Go to diff View file |
D | src/templates/project/registration/project-registration-project-list.mustache | +0 | −32 | Go to diff View file |
M | src/templates/project/registration/project-registration.mustache | +1 | −13 | Go to diff View file |
A | src/www/scripts/project/registration/index.ts | +36 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/po/fr_FR.po | +33 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/App.test.ts | +35 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/App.vue | +41 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/NewProjectBoxes.vue | +62 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/components/ProjectList.vue | +40 | −0 | Go to diff View file |
A | src/www/scripts/project/registration/src/helpers/local-vue-for-tests.ts | +31 | −0 | Go to diff View file |
M | src/www/scripts/tsconfig.json | +2 | −1 | Go to diff View file |
M | src/www/scripts/webpack.vue.js | +2 | −1 | Go to diff View file |