Without action
Before | After |
With action
Before | After |
Before | After |
Before | After |
mediawiki/extensions/CentralAuth : master | Use DerivativeContext in Special:CentralAuth |
mediawiki/extensions/CentralAuth : master | Partially convert Special:CentralAuth to use OOUI |
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T49145 Formally deprecate jQuery UI after we've stopped using jQuery UI in extensions and core (replacing it with OOUI). | ||
Open | None | T100270 Replace use of jQuery UI and MW UI with OOUI across all Wikimedia-deployed extensions and core | ||
Open | None | T122014 Convert all extensions/skins to OOUI | ||
Open | None | T104298 Convert CentralAuth special pages to use OOUI | ||
Open | None | T122016 Convert Special:CentralAuth to use OOUI | ||
Open | None | T192765 Pop-up window on Special:CentralAuth | ||
Resolved | Jayprakash12345 | T204411 Introduce HTMLGlobalUserTextField::class for global users |
Change 424373 had a related patch set uploaded (by Jayprakash12345; owner: Jayprakash12345):
[mediawiki/extensions/CentralAuth@master] Partially Convert Special:CentralAuth to use OOUI
Change 424373 merged by jenkins-bot:
[mediawiki/extensions/CentralAuth@master] Partially convert Special:CentralAuth to use OOUI
Change 479584 had a related patch set uploaded (by Jayprakash12345; owner: Jayprakash12345):
[mediawiki/extensions/CentralAuth@master] Use DerivativeContext in Special:CentralAuth
Since I had to figure out why: the issue is that viewing https://meta.wikimedia.org/wiki/Special:CentralAuth/foo, then typing in a different username and submitting the form, result in a URL like "https://meta.wikimedia.org/wiki/Special:CentralAuth/foo?target=bar" rather than "https://meta.wikimedia.org/wiki/Special:CentralAuth?target=bar" (the URL still includes the previous usename).
However, the page still works correctly. Only the URL looks silly. So while this is a bug, I don't think it is severe enough for me to be deploying it. Feel free to schedule a SWAT deployment yourself though; the next slot is on Monday (https://wikitech.wikimedia.org/wiki/Deployments).
Change 479584 merged by jenkins-bot:
[mediawiki/extensions/CentralAuth@master] Use DerivativeContext in Special:CentralAuth
@Jayprakash12345 I have too little information and insight (and time right now) to give you useful feedback. I do think though, that we should go away from normal fieldset treatment and transform such pieces to OOUI when possible. Do you have more specific questions?