stable

Clone or download

Read-only

chore: Build only one stylesheet in parts of BP

No functional changes. Impacted pages: * Preferences * Dashboards * Project registration The remaining BP is too big to be included in this contribution. Part of request #21354: Build only one stylesheet for BurningParrot core pages Change-Id: I03de1e4a6338746d9375dbb0cf5a78ec41a00a9d

Modified Files

Name
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss +1 −1 Go to diff View file
M src/common/Project/Home.php +4 −4 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationController.php +2 −2 Go to diff View file
D src/common/User/Account/AccountCssAsset.php +0 −41 Go to diff View file
M src/common/User/Account/UserPreferencesHeader.php +3 −1 Go to diff View file
D src/themes/BurningParrot/css/account/account-blue.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/account/account-green.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/account/account-grey.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/account/account-orange.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/account/account-purple.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/account/account-red.scss +0 −21 Go to diff View file
R src/themes/BurningParrot/css/account/_account.scss Go to diff View file
M src/themes/BurningParrot/css/account/includes/_appearance.scss +33 −31 Go to diff View file
M src/themes/BurningParrot/css/account/includes/_security.scss +4 −4 Go to diff View file
D src/themes/BurningParrot/css/dashboards/dashboards-blue.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/dashboards/dashboards-green.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/dashboards/dashboards-grey.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/dashboards/dashboards-orange.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/dashboards/dashboards-purple.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/dashboards/dashboards-red.scss +0 −21 Go to diff View file
R src/themes/BurningParrot/css/dashboards/_dashboard.scss Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/_dashboard-project.scss +5 −5 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/_dashboard-user.scss +10 −10 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/_dashboard-widgets.scss +21 −21 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/widgets/_project-members.scss +2 −2 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/widgets/heartbeat.scss +8 −8 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/widgets/project-classification.scss +2 −2 Go to diff View file
M src/themes/BurningParrot/css/dashboards/includes/widgets/welcomemessage.scss +1 −1 Go to diff View file
R src/themes/BurningParrot/css/project-registration-creation/_project-creation-modal.scss Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-blue-condensed.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-blue.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-green-condensed.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-green.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-grey-condensed.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-grey.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-orange-condensed.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-orange.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-purple-condensed.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-purple.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-red-condensed.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration-creation/project-registration-creation-red.scss +0 −21 Go to diff View file
M src/themes/BurningParrot/css/project-registration/includes/_cards.scss +7 −7 Go to diff View file
M src/themes/BurningParrot/css/project-registration/includes/_project-information.scss +3 −3 Go to diff View file
M src/themes/BurningParrot/css/project-registration/includes/_services.scss +1 −1 Go to diff View file
D src/themes/BurningParrot/css/project-registration/project-registration-blue.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration/project-registration-green.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration/project-registration-grey.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration/project-registration-orange.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration/project-registration-purple.scss +0 −21 Go to diff View file
D src/themes/BurningParrot/css/project-registration/project-registration-red.scss +0 −21 Go to diff View file
R src/themes/BurningParrot/css/project-registration/_project-registration.scss Go to diff View file
M src/themes/tlp/src/scss/components/_css-var-root.scss +7 −3 Go to diff View file
M src/webpack.common.js +6 −12 Go to diff View file
M src/www/my/index.php +1 −2 Go to diff View file
M tests/unit/common/Dashboard/AssetsIncluderTest.php +2 −2 Go to diff View file