stable
Clone or download
Read-only
part of story #9585 Get rid of Bootstrap in site admin / plugins Please note that checkbox (in mockup) are not needed, they won't be in commit Change-Id: Ifd37ab5332dd0793cb988fff6ce84687a9c1d95b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/mediawiki/build-manifest.json | +17 | −0 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiSiteAdminAllowedProjectsPresenter.class.php | +10 | −13 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +17 | −0 | Go to diff View file |
M | plugins/mediawiki/site-content/en_US/mediawiki.tab | +5 | −4 | Go to diff View file |
M | plugins/mediawiki/site-content/fr_FR/mediawiki.tab | +5 | −4 | Go to diff View file |
A | plugins/mediawiki/www/themes/BurningParrot/css/_mediawiki.scss | +7 | −0 | Go to diff View file |
A | plugins/mediawiki/www/themes/BurningParrot/css/style-blue.scss | +22 | −0 | Go to diff View file |
A | plugins/mediawiki/www/themes/BurningParrot/css/style-green.scss | +22 | −0 | Go to diff View file |
A | plugins/mediawiki/www/themes/BurningParrot/css/style-grey.scss | +22 | −0 | Go to diff View file |
A | plugins/mediawiki/www/themes/BurningParrot/css/style-orange.scss | +22 | −0 | Go to diff View file |
A | plugins/mediawiki/www/themes/BurningParrot/css/style-purple.scss | +22 | −0 | Go to diff View file |
A | plugins/mediawiki/www/themes/BurningParrot/css/style-red.scss | +22 | −0 | Go to diff View file |
A | plugins/phpwiki/build-manifest.json | +22 | −0 | Go to diff View file |
M | plugins/phpwiki/include/PHPWikiAdminAllowedProjectsPresenter.class.php | +9 | −8 | Go to diff View file |
M | plugins/phpwiki/include/migration/PHPWikiMigratorDao.class.php | +2 | −2 | Go to diff View file |
M | plugins/phpwiki/include/phpwikiPlugin.class.php | +20 | −2 | Go to diff View file |
M | plugins/phpwiki/site-content/en_US/phpwiki.tab | +5 | −4 | Go to diff View file |
M | plugins/phpwiki/site-content/fr_FR/phpwiki.tab | +5 | −4 | Go to diff View file |
A | plugins/phpwiki/www/themes/BurningParrot/css/_phpwiki.scss | +7 | −0 | Go to diff View file |
A | plugins/phpwiki/www/themes/BurningParrot/css/style-blue.scss | +22 | −0 | Go to diff View file |
A | plugins/phpwiki/www/themes/BurningParrot/css/style-green.scss | +22 | −0 | Go to diff View file |
A | plugins/phpwiki/www/themes/BurningParrot/css/style-grey.scss | +22 | −0 | Go to diff View file |
A | plugins/phpwiki/www/themes/BurningParrot/css/style-orange.scss | +22 | −0 | Go to diff View file |
A | plugins/phpwiki/www/themes/BurningParrot/css/style-purple.scss | +22 | −0 | Go to diff View file |
A | plugins/phpwiki/www/themes/BurningParrot/css/style-red.scss | +22 | −0 | Go to diff View file |
M | src/templates/resource_restrictor/grant-only-allowed-projects.mustache | +58 | −44 | Go to diff View file |
M | src/www/scripts/tuleap/manage-allowed-projects-on-resource.js | +19 | −10 | Go to diff View file |