stable

Clone or download

Read-only

Move the agiledashboard plugin to Webpack to build the CSS

Everything is supposed to work as before. Part of request #13299: Move all SCSS/CSS build process to Webpack Change-Id: I0ca7241267f88798ea62183e42cecac4c2ceaafb

Modified Files

Name
M plugins/agiledashboard/build-manifest.json +2 −75 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Widget/Kanban.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +5 −5 Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/_administration.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/_card-fields.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/_header.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/_highlight.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/_kanban.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/_scrum.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-blue-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-blue.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-green-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-green.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-grey-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-grey.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-orange-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-orange.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-purple-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-purple.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-red-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/administration-red.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-blue-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-blue.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-green-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-green.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-grey-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-grey.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-orange-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-orange.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-purple-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-purple.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-red-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban-red.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_add-to-dashboard.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_diagram.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_edit-kanban.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_feedback.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_filter.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_kanban-item-moves.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_kanban-item-transit.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_kanban-item.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_reports-modal.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/kanban/_socket.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-blue-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-blue.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-green-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-green.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-grey-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-grey.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-orange-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-orange.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-purple-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-purple.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-red-condensed.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum-red.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/_overview.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/_planning.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog-item-moves.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog-item-transit.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog-item.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog-items-selected-bar.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_backlog.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_item-progress.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_milestone.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/scrum/planning/_milestones.scss Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/images/drag.png Binary file Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/images/loader-mini.gif Binary file Go to diff View file
A plugins/agiledashboard/themes/BurningParrot/images/spinner.gif Binary file Go to diff View file
R plugins/agiledashboard/www/themes/default/css/style.scss Go to diff View file
R plugins/agiledashboard/www/themes/default/css/_burnup-chart.scss Go to diff View file
R plugins/agiledashboard/www/themes/FlamingParrot/css/planning-admin-colorpicker.scss Go to diff View file
R plugins/agiledashboard/www/themes/FlamingParrot/css/style.scss Go to diff View file
R plugins/agiledashboard/www/themes/default/images/agile-dashboard-not-configured-blue.png Binary file Go to diff View file
R plugins/agiledashboard/www/themes/default/images/agile-dashboard-not-configured-bluegrey.png Binary file Go to diff View file
R plugins/agiledashboard/www/themes/default/images/agile-dashboard-not-configured-green.png Binary file Go to diff View file
R plugins/agiledashboard/www/themes/default/images/agile-dashboard-not-configured-orange.png Binary file Go to diff View file
R plugins/agiledashboard/www/themes/default/images/agile-dashboard-not-configured-purple.png Binary file Go to diff View file
R plugins/agiledashboard/www/themes/default/images/agile-dashboard-not-configured-red.png Binary file Go to diff View file
R plugins/agiledashboard/www/themes/default/images/unlink.png Binary file Go to diff View file
A plugins/agiledashboard/themes/package-lock.json +4 −0 Go to diff View file
A plugins/agiledashboard/themes/package.json +14 −0 Go to diff View file
A plugins/agiledashboard/themes/webpack.common.js +58 −0 Go to diff View file
R plugins/agiledashboard/www/themes/BurningParrot/css/burnup-chart.scss Go to diff View file
A plugins/agiledashboard/themes/webpack.prod.js +23 −0 Go to diff View file
D plugins/agiledashboard/www/themes/FlamingParrot/css/burnup-chart.scss +0 −23 Go to diff View file
D plugins/agiledashboard/www/themes/FlamingParrot/images +0 −1 Go to diff View file
M plugins/taskboard/themes/_taskboard.scss +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +1 −0 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file