stable
Clone or download
Read-only
tasks #7123: Select theme variant in user preferences
This is a task from story #6003: be able to change the Experimental theme color: * User can choose her variant in user preference page * Variant is stored in User Preferences * Variant is previsualized on the fly if user is currently using the theme Change-Id: I25337bdaeba5f898c051ceda7f7554fcb624de2e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/themes/FlamingParrot/css/style.less | +1 | −2 | Go to diff View file |
M | site-content/en_US/account/account.tab | +1 | −0 | Go to diff View file |
M | site-content/en_US/scripts/locale.txt | +4 | −0 | Go to diff View file |
M | site-content/fr_FR/account/account.tab | +1 | −0 | Go to diff View file |
M | site-content/fr_FR/scripts/locale.txt | +4 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/layout/ThemeVariant.class.php | +65 | −0 | Go to diff View file |
M | src/common/user/PreferencesPresenter.class.php | +4 | −0 | Go to diff View file |
M | src/etc/local.inc.dist | +7 | −1 | Go to diff View file |
M | src/templates/user/preferences.mustache | +8 | −1 | Go to diff View file |
A | src/www/account/get_available_theme_variants.php | +34 | −0 | Go to diff View file |
M | src/www/account/updateprefs.php | +18 | −0 | Go to diff View file |
M | src/www/scripts/tuleap/account-maintenance.js | +108 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +7 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/style.less | +1 | −2 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/utils/picker.less | +31 | −0 | Go to diff View file |
M | src/www/themes/common/css/utils/account-maintenance.less | +75 | −1 | Go to diff View file |