stable
Clone or download
Read-only
This is part of story #9585: Get rid of Bootstrap in site admin / plugins The Edit provider modal will be styled in a following commits. Change-Id: I6eaaee30862a046aba63f86e667a5123a267317b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Presenter.php | +14 | −4 | Go to diff View file |
M | plugins/openidconnectclient/include/openidconnectclientPlugin.class.php | +8 | −0 | Go to diff View file |
M | plugins/openidconnectclient/site-content/en_US/openidconnectclient.tab | +4 | −1 | Go to diff View file |
M | plugins/openidconnectclient/site-content/fr_FR/openidconnectclient.tab | +4 | −1 | Go to diff View file |
M | plugins/openidconnectclient/templates/administration-providers-modal-create.mustache | +135 | −45 | Go to diff View file |
M | plugins/openidconnectclient/templates/administration-providers.mustache | +3 | −1 | Go to diff View file |
M | plugins/openidconnectclient/www/scripts/open-id-connect-client.js | +29 | −24 | Go to diff View file |
R | plugins/openidconnectclient/www/themes/BurningParrot/css/_openidconnectclient.scss | Go to diff View file | ||
A | plugins/openidconnectclient/www/themes/BurningParrot/css/includes/_provider-add-modal.scss | +272 | −0 | Go to diff View file |
M | plugins/openidconnectclient/www/themes/BurningParrot/css/style-blue.scss | +2 | −1 | Go to diff View file |
M | plugins/openidconnectclient/www/themes/BurningParrot/css/style-green.scss | +2 | −1 | Go to diff View file |
M | plugins/openidconnectclient/www/themes/BurningParrot/css/style-grey.scss | +2 | −1 | Go to diff View file |
M | plugins/openidconnectclient/www/themes/BurningParrot/css/style-orange.scss | +2 | −1 | Go to diff View file |
M | plugins/openidconnectclient/www/themes/BurningParrot/css/style-purple.scss | +2 | −1 | Go to diff View file |
M | plugins/openidconnectclient/www/themes/BurningParrot/css/style-red.scss | +2 | −1 | Go to diff View file |
M | src/www/themes/common/tlp/src/js/modal.js | +9 | −8 | Go to diff View file |
M | tools/utils/tuleap-gulp-build.js | +6 | −0 | Go to diff View file |