stable
Clone or download
Read-only
Merge commit 'refs/changes/47/5247/9' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8633: Login page gloss Change-Id: I10d73ee44505ecb5c89636e6cdc26f0e70302b7f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Controller.php | +3 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Presenter.php | +11 | −7 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Login/ConnectorPresenter.php | +5 | −5 | Go to diff View file |
M | plugins/openidconnectclient/site-content/en_US/openidconnectclient.tab | +6 | −7 | Go to diff View file |
M | plugins/openidconnectclient/site-content/fr_FR/openidconnectclient.tab | +6 | −7 | Go to diff View file |
M | plugins/openidconnectclient/templates/linker.mustache | +19 | −36 | Go to diff View file |
M | plugins/openidconnectclient/templates/login_connector.mustache | +14 | −6 | Go to diff View file |
M | plugins/openidconnectclient/www/themes/FlamingParrot/css/style.less | +13 | −0 | Go to diff View file |
M | plugins/openidconnectclient/www/themes/default/css/style.less | +89 | −0 | Go to diff View file |
M | site-content/en_US/account/account.tab | +5 | −9 | Go to diff View file |
M | site-content/fr_FR/account/account.tab | +5 | −9 | Go to diff View file |
M | src/common/user/LoginPresenter.class.php | +9 | −5 | Go to diff View file |
M | src/templates/user/login.mustache | +25 | −68 | Go to diff View file |
M | src/www/account/login.php | +3 | −3 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/definitions.less | +2 | −1 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/utils/login.less | +24 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/images/login/login-background-blue.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-bluegrey.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-darkblue.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-darkbluegrey.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-darkgreen.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-darkorange.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-darkpurple.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-darkred.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-green.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-orange.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-purple.png | Binary file | Go to diff View file | |
A | src/www/themes/FlamingParrot/images/login/login-background-red.png | Binary file | Go to diff View file | |
M | src/www/themes/common/css/utils/login.less | +115 | −42 | Go to diff View file |