| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Convert Special:EditTags to OOUI | mediawiki/core | master | +156 -206 |
Details
Details
Related Changes in Gerrit:
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T49145 Formally deprecate jQuery UI after we've stopped using jQuery UI in extensions and core | |||
| Open | None | T100270 Replace use of jQuery UI and MW UI with OOUI across all Wikimedia-deployed extensions and core | |||
| Open | None | T100161 Convert all of MediaWiki core to OOUI PHP (tracking) | |||
| Open | None | T107037 Convert all MW core special pages to OOUI | |||
| Open | None | T117793 Convert Special:EditTags to OOUI | |||
| Resolved | Anomie | T88250 Create tag list / tokenizer / capsule controls widget |
Event Timeline
Comment Actions
This special page is currently using jquery.chosen, so the conversion to OOUI is blocked on the availability of an OOUI equivalent for chosen. A similar widget is implemented in VisualEditor for category selection.
Comment Actions
OK. However, this doesn't appear to be documented at MW.org, so I don't know how I was meant to know about it.
Comment Actions
Code documentation is mostly at doc.wikimedia.org; MW.org generally has development guidelines and sysadmin help. In this case, https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.widgets.CategoryCapsuleItemWidget is the documentation.
Comment Actions
Change 744788 had a related patch set uploaded (by Func; author: Func):
[mediawiki/core@master] Convert Special:EditTags to OOUI