stable

Clone or download

Read-only

Plugins are now with BurningParrot flavor

Part of story #9197: Get rid of Bootstrap in site admin Every plugins that display stuff in site admin now use BurningParrot. Note: it does not mean that they works (missing callbacks, missing js, …); you should only assert that the navbar is not FlamingParrot or Tuleap. Change-Id: Ief8c65fd58735bf0b7cfad5edb93c8340bb12e86

Modified Files

Name
M plugins/IM/include/IMPlugin.class.php +9 −0 Go to diff View file
M plugins/admindelegation/include/admindelegationPlugin.class.php +9 −0 Go to diff View file
M plugins/boomerang/include/boomerangPlugin.class.php +10 −3 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +10 −0 Go to diff View file
M plugins/git/include/gitPlugin.class.php +9 −0 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.class.php +9 −0 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.class.php +9 −0 Go to diff View file
M plugins/phpwiki/include/phpwikiPlugin.class.php +9 −0 Go to diff View file
M plugins/pluginsadministration/include/pluginsadministrationPlugin.class.php +17 −6 Go to diff View file
M plugins/statistics/include/statisticsPlugin.class.php +10 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +9 −0 Go to diff View file
M plugins/userlog/include/userlogPlugin.class.php +16 −6 Go to diff View file
M src/common/event/Event.class.php +8 −0 Go to diff View file
M src/common/layout/ThemeManager.class.php +21 −10 Go to diff View file