stable

Clone or download

Read-only

Move the "bundling" on tracker legacy scripts into an independent app

No functional changes. Part of request #29264: Split the build of tracker plugin frontend assets into multiple apps Change-Id: Ia891fcc39dc300264b82d579f793499634f51f68

Modified Files

Name
M plugins/tracker/include/trackerPlugin.php +7 −2 Go to diff View file
A plugins/tracker/scripts/legacy/package.json +15 −0 Go to diff View file
A plugins/tracker/scripts/legacy/pnpm-lock.yaml +7 −0 Go to diff View file
R plugins/tracker/scripts/legacy/CopyArtifact.js Go to diff View file
R plugins/tracker/scripts/legacy/FixAggregatesHeaderHeight.js Go to diff View file
R plugins/tracker/scripts/legacy/LoadTrackerArtifactLink.js Go to diff View file
R plugins/tracker/scripts/legacy/ReorderColumns.js Go to diff View file
R plugins/tracker/scripts/legacy/SubmissionKeeper.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerAdminFieldWorkflow.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerArtifact.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerArtifactEmailActions.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerArtifactLink.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerBinds.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerCollapseFieldset.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerCreate.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerDateReminderForms.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerFieldDependencies.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerFormElementFieldPermissions.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerReports.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerReportsSaveAsModal.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerSettings.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerTextboxLists.js Go to diff View file
R plugins/tracker/scripts/legacy/TrackerTriggers.js Go to diff View file
R plugins/tracker/scripts/legacy/artifactChildren.js Go to diff View file
R plugins/tracker/scripts/legacy/load-artifactChildren.js Go to diff View file
R plugins/tracker/scripts/legacy/tracker-report-type-column.js Go to diff View file
R plugins/tracker/scripts/legacy/tracker-webhooks.js Go to diff View file
A plugins/tracker/scripts/legacy/webpack.common.js +70 −0 Go to diff View file
A plugins/tracker/scripts/legacy/webpack.dev.js +23 −0 Go to diff View file
A plugins/tracker/scripts/legacy/webpack.prod.js +23 −0 Go to diff View file
M plugins/tracker/webpack.common.js +0 −41 Go to diff View file