stable

Clone or download

Read-only

Move the timetracking 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: I384c89afbbffa4449e9faad7d057d4f4dd057ec6

Modified Files

Name
M plugins/timetracking/Makefile +2 −0 Go to diff View file
M plugins/timetracking/build-manifest.json +5 −39 Go to diff View file
M plugins/timetracking/include/Timetracking/Widget/TimeTrackingOverview.php +3 −3 Go to diff View file
M plugins/timetracking/include/Timetracking/Widget/UserWidget.php +3 −3 Go to diff View file
M plugins/timetracking/include/constants.php +0 −1 Go to diff View file
M plugins/timetracking/include/timetrackingPlugin.php +9 −1 Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/_widget.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/timetracking/www/themes/BurningParrot/css/style-red.scss Go to diff View file
R plugins/timetracking/www/themes/FlamingParrot/css/style.scss Go to diff View file
A plugins/timetracking/themes/package-lock.json +4 −0 Go to diff View file
A plugins/timetracking/themes/package.json +14 −0 Go to diff View file
A plugins/timetracking/themes/webpack.common.js +51 −0 Go to diff View file
A plugins/timetracking/themes/webpack.dev.js +23 −0 Go to diff View file
A plugins/timetracking/themes/webpack.prod.js +23 −0 Go to diff View file
M plugins/timetracking/tuleap-plugin-timetracking.spec +3 −0 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