stable

Clone or download

Read-only

Unify themes and scripts builds for FRS

Part of request #14652 Hoist webpack configs at plugins root folders Everything is supposed to work as before. Change-Id: If4143e904812083c0e574355d22ddfe6ac71504a

Modified Files

Name
M plugins/frs/build-manifest.json +2 −2 Go to diff View file
M plugins/frs/include/FRS/ReleaseNotesController.php +7 −12 Go to diff View file
R plugins/frs/www/js/angular/jest.config.js Go to diff View file
R plugins/frs/www/js/angular/package-lock.json Go to diff View file
A plugins/frs/package.json +26 −0 Go to diff View file
R plugins/frs/www/js/angular/__mocks__/angular-tlp.js Go to diff View file
R plugins/frs/www/js/angular/po/fr.po Go to diff View file
R plugins/frs/www/js/angular/src/app/app-config.js Go to diff View file
R plugins/frs/www/js/angular/src/app/app-controller.js Go to diff View file
R plugins/frs/www/js/angular/src/app/app.js Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/custom-license-modal/custom-license-modal-controller.js Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/custom-license-modal/custom-license-modal-controller.test.js Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/custom-license-modal/custom-license-modal.tpl.html Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/file-download-controller.js Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/file-download-controller.test.js Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/file-download-directive.js Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/file-download.tpl.html Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/license-modal/license-modal-controller.js Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/license-modal/license-modal-controller.test.js Go to diff View file
R plugins/frs/www/js/angular/src/app/file-download/license-modal/license-modal.tpl.html Go to diff View file
R plugins/frs/www/js/angular/src/app/release/files/files-config.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/files/files-controller.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/files/files-controller.test.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/files/files-directive.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/files/files.tpl.html Go to diff View file
R plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts-config.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts-controller.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts-controller.test.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts-directive.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/linked-artifacts/linked-artifacts.tpl.html Go to diff View file
R plugins/frs/www/js/angular/src/app/release/release-controller.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/release-controller.test.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/release-directive.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/release-rest-service.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/release-rest-service.test.js Go to diff View file
R plugins/frs/www/js/angular/src/app/release/release.tpl.html Go to diff View file
R plugins/frs/www/js/angular/src/app/rest-error-service.js Go to diff View file
R plugins/frs/www/js/angular/src/app/shared-properties-service.js Go to diff View file
M plugins/frs/themes/BurningParrot/frs-blue-condensed.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-blue.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-green-condensed.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-green.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-grey-condensed.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-grey.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-orange-condensed.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-orange.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-purple-condensed.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-purple.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-red-condensed.scss +1 −1 Go to diff View file
M plugins/frs/themes/BurningParrot/frs-red.scss +1 −1 Go to diff View file
D plugins/frs/themes/package-lock.json +0 −4 Go to diff View file
D plugins/frs/themes/package.json +0 −14 Go to diff View file
D plugins/frs/themes/webpack.common.js +0 −47 Go to diff View file
A plugins/frs/webpack.common.js +67 −0 Go to diff View file
R plugins/frs/themes/webpack.dev.js Go to diff View file
R plugins/frs/themes/webpack.prod.js Go to diff View file
D plugins/frs/www/js/angular/package.json +0 −27 Go to diff View file
D plugins/frs/www/js/angular/webpack.config.js +0 −50 Go to diff View file