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 Tracker pages: - Fields administration. Colorpicker should show up and have css style when editing a value of a list field. - Semantics homepage - Done semantic configuration - Status semantic configuration - Progress semantic configuration - Field permissions (by field) - Field permissions (by user group) - Notifications Change-Id: Idec1975103915d40ab897fbd55357417f6539fd8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/build-manifest.json | +4 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByField/ByFieldController.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Permission/Fields/ByGroup/ByGroupController.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Progress/SemanticProgress.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDone.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_SemanticManager.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/package.json | +1 | −6 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +0 | −12 | Go to diff View file |
R | plugins/tracker/scripts/semantics/progress/jest.config.js | Go to diff View file | ||
A | plugins/tracker/scripts/tracker-admin/package.json | +28 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-admin/pnpm-lock.yaml | +70 | −0 | Go to diff View file |
R | plugins/tracker/scripts/semantics/po/fr_FR.po | Go to diff View file | ||
R | plugins/tracker/scripts/semantics/po/pt_BR.po | Go to diff View file | ||
R | plugins/tracker/scripts/TrackerAdminFields.js | Go to diff View file | ||
R | plugins/tracker/scripts/tracker-admin/admin-fields-permissions.ts | Go to diff View file | ||
R | plugins/tracker/scripts/tracker-admin/index.js | Go to diff View file | ||
R | plugins/tracker/scripts/tracker-admin/notifications-popover.js | Go to diff View file | ||
R | plugins/tracker/scripts/tracker-admin/notifications.js | Go to diff View file | ||
R | plugins/tracker/scripts/tracker-admin/semantics-admin.ts | Go to diff View file | ||
R | plugins/tracker/scripts/semantics/progress/admin-selectors.ts | Go to diff View file | ||
R | plugins/tracker/scripts/semantics/progress/options-manager.test.ts | Go to diff View file | ||
R | plugins/tracker/scripts/semantics/progress/options-manager.ts | Go to diff View file | ||
R | plugins/tracker/scripts/semantics/status/done-picker.ts | Go to diff View file | ||
R | plugins/tracker/scripts/semantics/status/status-picker.ts | Go to diff View file | ||
R | plugins/tracker/scripts/tracker-admin/tracker-email-copy-paste-bp.ts | Go to diff View file | ||
R | plugins/tracker/themes/FlamingParrot/css/colorpicker.scss | Go to diff View file | ||
A | plugins/tracker/scripts/tracker-admin/tsconfig.json | +7 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-admin/webpack.common.js | +60 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-admin/webpack.dev.js | +23 | −0 | Go to diff View file |
A | plugins/tracker/scripts/tracker-admin/webpack.prod.js | +23 | −0 | Go to diff View file |
M | plugins/tracker/tsconfig.json | +1 | −2 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +0 | −9 | Go to diff View file |