Please create a intro for Special:GlobalRenameUser so that we can add https://meta.wikimedia.org/wiki/Template:Globalrenamequeue at the top of the page.
Description
Details
Subject | Repo | Branch | Lines /- | |
---|---|---|---|---|
Add intro/summary text on top of Special:GlobalRenameUser | mediawiki/extensions/CentralAuth | master | 2 -0 |
Event Timeline
You can use https://meta.wikimedia.org/wiki/MediaWiki:Globalrenameuser-text. It is not enabled by default.
I now discovered this task and indeed had the same idea and created the mentioned message this morning. Is this task still valid? I guess globalrenameuser-text is exactly what the requester of this ticket has been looking for. Or am I mistaken?
The blue box schould be below the Rename global user. Currently it is directly in the <input> field.
Okay, I guess you meant <fieldset> not <input>. This would need to be patched directly on this page then because FormSpecialPage doesn't provide that by default.
Another user and I came to the conclusion that it is in one of the WMF's private repos. Perhaps @MusikAnimal could take a look? It is not anywhere in the CentralAuth extension repository.
I doubt it would be in a private repo, Have a look at the interface messages that provide the message: https://meta.wikimedia.org/wiki/Special:GlobalRenameUser?uselang=qqx
I also highly doubt there's a private repo involved, but indeed I could not find where the globalrenameuser-text interface message is used. That message isn't what we need anyway, rather we need to show a new message outside the FormSpecialPage, as @Glaisher mentioned. Perhaps Glaisher has insight into where this patch would be made? I'm not the best go-to for this extension or Special pages in general. Sorry!
I do however question this being Normal priority, as opposed to Low or event Lowest. The goal was to get Template:Globalrenamequeue on the page, and it is now there. The placement seems trivial and purely aesthetic, in my opinion.
@Glaisher: Would this need to happen in https://phabricator.wikimedia.org/diffusion/ECAU/browse/master/includes/specials/SpecialGlobalRenameUser.php ? Asking as you added the good first task tag, plus wondering how such an "intro" needs to look like.
Change 329810 had a related patch set (by Paladox) published:
Add intro/summery text on top of Special:GlobalRenameUser
Change 329810 abandoned by Nikerabbit:
[mediawiki/extensions/CentralAuth@master] Add intro/summary text on top of Special:GlobalRenameUser
Reason:
Code review comments have not been addressed in two years
Change #329810 restored by ArielGlenn:
[mediawiki/extensions/CentralAuth@master] Add intro/summary text on top of Special:GlobalRenameUser
Change #329810 merged by jenkins-bot:
[mediawiki/extensions/CentralAuth@master] Add intro/summary text on top of Special:GlobalRenameUser
Giving this back to Paladox, as he did most of the actual work. I just did a little tweak to that.