stable
Clone or download
Read-only
No functional change expected in the "banner" section of the project administration. The app loads correctly and is translated, the CKEditor is still loaded. part of request #30355 Split core frontend into separate apps Change-Id: I6a14f629e3b445c1fe1de7039cf9dc69f7f01a14
Modified Files
Name | ||||
---|---|---|---|---|
M | build-manifest.json | +2 | −2 | Go to diff View file |
M | src/common/Project/Banner/BannerAdministrationController.php | +10 | −42 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +13 | −1 | Go to diff View file |
M | src/scripts/main/webpack.common.js | +0 | −1 | Go to diff View file |
A | src/scripts/project-admin-banner/jest.config.js | +26 | −0 | Go to diff View file |
A | src/scripts/project-admin-banner/package.json | +27 | −0 | Go to diff View file |
A | src/scripts/project-admin-banner/pnpm-lock.yaml | +320 | −0 | Go to diff View file |
R | src/scripts/main/src/project/admin/banner/po/fr_FR.po | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/po/pt_BR.po | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/src/api/rest-querier.ts | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/src/components/App.test.ts | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/src/components/App.vue | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/src/components/BannerPresenter.test.ts | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/src/components/BannerPresenter.vue | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/src/components/__snapshots__/App.test.ts.snap | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/src/components/__snapshots__/BannerPresenter.test.ts.snap | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/src/helpers/local-vue-for-tests.ts | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/index-banner-project-admin.ts | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/src/type.ts | Go to diff View file | ||
R | src/scripts/main/src/project/admin/banner/vue.shims.d.ts | Go to diff View file | ||
A | src/scripts/project-admin-banner/tsconfig.json | +4 | −0 | Go to diff View file |
A | src/scripts/project-admin-banner/webpack.common.js | +58 | −0 | Go to diff View file |
A | src/scripts/project-admin-banner/webpack.dev.js | +23 | −0 | Go to diff View file |
A | src/scripts/project-admin-banner/webpack.prod.js | +23 | −0 | Go to diff View file |
M | tests/unit/common/Project/Banner/BannerAdministrationControllerTest.php | +31 | −48 | Go to diff View file |