stable

Clone or download

Read-only

Move tracker script assets out of www/

Part of request #14652 Hoist webpack configs at plugins root folders Everything is supposed to work as before. For the record, the assets folder is renamed to "trackers" with an "s" because /tracker/tracker* is flagged and blocked by uBlock Origin. Change-Id: I101ae1d218414724b3e8951919d846a96e199845

Modified Files

Name
M plugins/agiledashboard/package.json +1 −1 Go to diff View file
M plugins/cardwall/include/Cardwall_Renderer.class.php +5 −5 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +2 −2 Go to diff View file
M plugins/crosstracker/scripts/package.json +1 −1 Go to diff View file
M plugins/crosstracker/themes/BurningParrot/css/_query-edition.scss +2 −2 Go to diff View file
R plugins/tracker/scripts/gulpfile.js Go to diff View file
M plugins/tracker/include/Tracker/Admin/GlobalAdminController.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/Creation/TrackerCreationController.php +14 −17 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +5 −13 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +5 −6 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframe.php +2 −5 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +5 −13 Go to diff View file
M plugins/tracker/include/Tracker/Widget/Tracker_Widget_MyArtifacts.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php +6 −10 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +15 −25 Go to diff View file
R plugins/tracker/scripts/jest.config.js Go to diff View file
R plugins/tracker/scripts/package-lock.json Go to diff View file
R plugins/tracker/scripts/package.json Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/TrackerPermissionsTableContent.vue +1 −1 Go to diff View file
D plugins/tracker/scripts/webpack.common.js +0 −180 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +2 −2 Go to diff View file
D plugins/tracker/themes/package-lock.json +0 −4 Go to diff View file
D plugins/tracker/themes/package.json +0 −14 Go to diff View file
D plugins/tracker/themes/webpack.common.js +0 −65 Go to diff View file
D plugins/tracker/themes/webpack.dev.js +0 −23 Go to diff View file
D plugins/tracker/themes/webpack.prod.js +0 −23 Go to diff View file
R plugins/tracker/scripts/tsconfig.json Go to diff View file
A plugins/tracker/webpack.common.js +208 −0 Go to diff View file
R plugins/tracker/scripts/webpack.dev.js Go to diff View file
R plugins/tracker/scripts/webpack.prod.js Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −1 Go to diff View file