We decided to use OOUI instead for core, and remove the global $wgUseMediaWikiUIEverywhere, CodeSearch.
Current core code documentation:
/** * Temporary variable that applies MediaWiki UI wherever it can be supported. * Temporary variable that should be removed when mediawiki ui is more * stable and change has been communicated. * @since 1.24 */ $wgUseMediaWikiUIEverywhere = false;
Status Sept 2020, MW core v1.36:
Repo | Setting |
---|---|
core | false |
MobileFrontend | true |
edwardspec / mediawiki-moderation | false (to override MF) |
extensions / CookieWarning | true but just for hooks test |
Nikerabbit / mediawiki-extensions-Ainut | true |
skins / WikimediaApiPortal | true but only referred to in docs |
skins / BlueSpiceCalumma | true |
Steps
- Deprecate global
- Remove it in used repositories
- Remove it