stable
Clone or download
Read-only
Since many releases, there isn't any difference between DarkX and X theme variant. (No difference between DarkBlue and Blue). To not confuse users, those Dark* should be removed. If the user is using a Dark variant (e.g. DarkPurple) then it is automatically converted to the normal variant (Purple). Fix request #11650: Dark* theme variants are useless Change-Id: I9c975e0dc9cad5528c517641ee70d3997d3dd6c0
Modified Files
Name | ||||
---|---|---|---|---|
M | build-manifest.json | +0 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/themes/FlamingParrot/css/style.scss | +0 | −54 | Go to diff View file |
D | plugins/agiledashboard/www/themes/default/images/agile-dashboard-not-configured-dark-orange.png | +- | −- | Go to diff View file |
M | plugins/cardwall/www/themes/FlamingParrot/css/style.scss | +0 | −30 | Go to diff View file |
M | plugins/create_test_env/themes/FlamingParrot/css/style.scss | +0 | −48 | Go to diff View file |
M | plugins/frs/www/themes/FlamingParrot/css/style.scss | +0 | −30 | Go to diff View file |
M | plugins/openidconnectclient/www/themes/FlamingParrot/css/style.scss | +0 | −36 | Go to diff View file |
M | plugins/pullrequest/www/themes/FlamingParrot/css/style.scss | +0 | −30 | Go to diff View file |
M | plugins/svn/www/themes/FlamingParrot/css/style.scss | +0 | −30 | Go to diff View file |
M | plugins/tracker/www/themes/FlamingParrot/css/style.scss | +0 | −30 | Go to diff View file |
M | src/common/layout/ThemeVariantColor.php | +1 | −7 | Go to diff View file |
A | src/db/mysql/updates/2018/201806202247_remove_dark_variants.php | +61 | −0 | Go to diff View file |
M | src/etc/local.inc.dist | +1 | −7 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +0 | −12 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/FlamingParrot_DarkBlue.scss | +0 | −26 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/FlamingParrot_DarkBlueGrey.scss | +0 | −25 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/FlamingParrot_DarkGreen.scss | +0 | −25 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/FlamingParrot_DarkOrange.scss | +0 | −25 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/FlamingParrot_DarkPurple.scss | +0 | −25 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/FlamingParrot_DarkRed.scss | +0 | −25 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_picker.scss | +1 | −50 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/utils/_variables-darkblue.scss | +0 | −41 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/utils/_variables-darkbluegrey.scss | +0 | −41 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/utils/_variables-darkgreen.scss | +0 | −41 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/utils/_variables-darkorange.scss | +0 | −41 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/utils/_variables-darkpurple.scss | +0 | −41 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/utils/_variables-darkred.scss | +0 | −41 | Go to diff View file |
D | src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-darkblue.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-darkbluegrey.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-darkgreen.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-darkorange.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-darkpurple.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/account-confirmation/account-registration-feedback-background-darkred.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/login/login-background-darkblue.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/login/login-background-darkbluegrey.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/login/login-background-darkgreen.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/login/login-background-darkorange.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/login/login-background-darkpurple.png | +- | −- | Go to diff View file |
D | src/www/themes/FlamingParrot/images/login/login-background-darkred.png | +- | −- | Go to diff View file |
M | tests/integration/_fixtures/local.inc | +1 | −7 | Go to diff View file |