stable

Clone or download

Read-only

Move assets to src/www/assets/

part of story #10410 have burning parrot pull requests What have been done: - scss files in src/app/ have been moved to www/themes/BurningParrot/css - old and unused scss files have been completely removed (www/themes/FlamingParrot & www/themes/default) - built css assets have been moved to src/www/assets/pull-requests/BurningParrot/ - built js assets have been moved to src/www/assets/pull-requests/scripts/ - old assets events thath are no longer used (javascript_files / css_file) have been removed - BurningParrotGetStylesheets have been also removed because styles were included both from PullrequestDisplayer and pullrequestPlugin This looks like a lot but it is all about moving files and cleanup of unused stuff. How to test: - make post-checkout - Access to git service - Access to pullrequest service --> It works Change-Id: I7cd378b15fa3c3528becf8b51d5bf61b534fd448

Modified Files

Name
M plugins/pullrequest/build-manifest.json +14 −30 Go to diff View file
M plugins/pullrequest/include/PullrequestDisplayer.php +3 −4 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.class.php +3 −40 Go to diff View file
M plugins/pullrequest/www/scripts/package.json +1 −1 Go to diff View file
D plugins/pullrequest/www/scripts/src/app/tuleap-pullrequest.scss +0 −10 Go to diff View file
D plugins/pullrequest/www/scripts/src/assets/loader-mini.gif +- −- Go to diff View file
D plugins/pullrequest/www/scripts/src/assets/loader.gif +- −- Go to diff View file
M plugins/pullrequest/www/scripts/webpack.config.js +4 −1 Go to diff View file
D plugins/pullrequest/www/themes/BurningParrot/css/_pull-requests.scss +0 −45 Go to diff View file
R plugins/pullrequest/www/scripts/src/app/dashboard/_dashboard.scss Go to diff View file
R plugins/pullrequest/www/scripts/src/app/file-diff/_file-diff.scss Go to diff View file
R plugins/pullrequest/www/scripts/src/app/files/_files.scss Go to diff View file
R plugins/pullrequest/www/scripts/src/app/file-diff/inline-comment/_inline-comment.scss Go to diff View file
R plugins/pullrequest/www/scripts/src/app/overview/_overview.scss Go to diff View file
R plugins/pullrequest/www/scripts/src/app/pull-request-refs/_pull-request-refs.scss Go to diff View file
R plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-summary/_pull-request-summary.scss Go to diff View file
R plugins/pullrequest/www/scripts/src/app/pull-request/_pull-request.scss Go to diff View file
R plugins/pullrequest/www/scripts/src/app/overview/timeline/_timeline.scss Go to diff View file
R plugins/pullrequest/www/scripts/src/app/tuleap-username/_tuleap-username.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-blue-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-blue.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-green-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-green.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-grey-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-grey.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-orange-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-orange.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-purple-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-purple.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-red-condensed.scss Go to diff View file
R plugins/pullrequest/www/themes/BurningParrot/css/style-red.scss Go to diff View file
A plugins/pullrequest/www/themes/BurningParrot/css/pull-requests.scss +36 −0 Go to diff View file
D plugins/pullrequest/www/themes/FlamingParrot/css/style.scss +0 −102 Go to diff View file
D plugins/pullrequest/www/themes/default/css/style.scss +0 −42 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