stable
Clone or download
Read-only
part of request #29264 Split the build of tracker plugin frontend assets into multiple apps How to test: No functional change expected in the following pages: - Site admin > trackers > Artifact Links Types: modals should open - Tracker service admin (global admin) > Trackers: modals should open, switches should submit - Tracker service admin > Artifact Links: switches should submit The tracker global admin pages should show the project background (if any). Change-Id: I0f353f78f68c1f130e68059397077fb8d3e2c861
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Admin/GlobalAdmin/ArtifactLinks/ArtifactLinksController.php | +8 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Admin/GlobalAdmin/Trackers/TrackersDisplayController.php | +8 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Type/TypeConfigController.php | +9 | −7 | Go to diff View file |
M | plugins/tracker/package.json | +1 | −1 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +3 | −3 | Go to diff View file |
A | plugins/tracker/scripts/global-admin/package.json | +20 | −0 | Go to diff View file |
A | plugins/tracker/scripts/global-admin/pnpm-lock.yaml | +21 | −0 | Go to diff View file |
R | plugins/tracker/scripts/global-admin/artifact-links.js | Go to diff View file | ||
R | plugins/tracker/scripts/global-admin/trackers.ts | Go to diff View file | ||
A | plugins/tracker/scripts/global-admin/themes/style.scss | +42 | −0 | Go to diff View file |
A | plugins/tracker/scripts/global-admin/tsconfig.json | +4 | −0 | Go to diff View file |
A | plugins/tracker/scripts/global-admin/vite.config.ts | +38 | −0 | Go to diff View file |
A | plugins/tracker/scripts/site-admin/package.json | +17 | −0 | Go to diff View file |
A | plugins/tracker/scripts/site-admin/pnpm-lock.yaml | +15 | −0 | Go to diff View file |
R | plugins/tracker/scripts/admin-type.js | Go to diff View file | ||
A | plugins/tracker/scripts/site-admin/vite.config.ts | +37 | −0 | Go to diff View file |
M | plugins/tracker/scripts/tracker-admin/package.json | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/global-admin/artifact-links.mustache | +4 | −2 | Go to diff View file |
M | plugins/tracker/templates/global-admin/trackers.mustache | +4 | −3 | Go to diff View file |
M | plugins/tracker/themes/BurningParrot/css/includes/_administration.scss | +0 | −8 | Go to diff View file |
M | plugins/tracker/themes/BurningParrot/css/includes/_project-tracker-background.scss | +1 | −1 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +0 | −4 | Go to diff View file |