Page MenuHomePhabricator

Convert core forms that use MW UI with wgUseMediaWikiUIEverywhere false to OOUI FormSpecialPage or explicit OOUI PHP
Closed, InvalidPublic

Description

Various pages including the history page is not built in OOUI. Instead they make use of HtmlForm and wgUseMediaWikiUIEverywhere. wgUseMediaWikiUIEverywhere is set to true in mobile mode.

With the default state (wgUseMediaWikiUIEverywhere off), mediawiki.UI should not be used anywhere in core.

This doesn't count ones that add an attribute that is not displayed anyway without the global. Those should still be converted, but it doesn't block this phase.

Related Objects

Event Timeline

Mattflaschen-WMF raised the priority of this task from to Needs Triage.
Mattflaschen-WMF updated the task description. (Show Details)
Mattflaschen-WMF removed a project: Epic.
Mattflaschen-WMF set Security to None.
Volker_E renamed this task from Convert core forms that use MW UI with wgUseMediaWikiUIEverywhere false to OO UI FormSpecialPage or explicit OO UI PHP to Convert core forms that use MW UI with wgUseMediaWikiUIEverywhere false to OOUI FormSpecialPage or explicit OOUI PHP.Nov 7 2017, 11:17 PM

wgUseMediaWikiUIEverywhere has been removed already.