stable
Clone or download
Read-only
Merge commit 'refs/changes/89/15889/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13773 Dashboard styles should be separate from BurningParrot theme
Modified Files
Name | ||||
---|---|---|---|---|
M | build-manifest.json | +13 | −1 | Go to diff View file |
M | src/common/Dashboard/AssetsIncluder.php | +18 | −9 | Go to diff View file |
M | src/common/Project/Home.php | +20 | −10 | Go to diff View file |
M | src/www/my/index.php | +13 | −7 | Go to diff View file |
M | src/www/themes/BurningParrot/css/_includes.scss | +1 | −2 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-blue-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-blue.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-green-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-green.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-grey-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-grey.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-orange-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-orange.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-purple-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-purple.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-red-condensed.scss | +21 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/css/dashboards-red.scss | +21 | −0 | Go to diff View file |
M | tests/phpunit/common/Dashboard/AssetsIncluderTest.php | +11 | −5 | Go to diff View file |