Page MenuHomePhabricator

Ensure WikimediaMessages links show up on IPInfo infobox on Special:DeletedContributions
Closed, ResolvedPublic

Description

Background

WikimediaMessages adds some links to the infobox on Special:Contributions, via this script, which is loaded via handling the SpecialContributionsBeforeMainOutput hook here.

As the hooks's name would suggest, this is only run on Special:Contributions, and not Special:DeletedContributions. Therefore, these links would not show in the infobox added in T318463: IP Info accordion should show up on the Special:DeletedContributions.

We can instead use the SpecialPageBeforeExecute hook for both pages.

Acceptance criteria
  • WikimediaMessages adds the same links to Special:Contributions and Special:DeletedContributions
  • WikimediaMessages adds the same links to Special:Contributions as it did before this task
  • The feedback link on Special:Block works the same as before (it is also added via SpecialPageBeforeExecute)

Event Timeline

Change 868137 had a related patch set uploaded (by Tchanders; author: Tchanders):

[mediawiki/extensions/WikimediaMessages@master] Add IPInfo links via SpecialPageBeforeExecute hook

https://gerrit.wikimedia.org/r/868137

Change 868137 merged by jenkins-bot:

[mediawiki/extensions/WikimediaMessages@master] Add IPInfo links via SpecialPageBeforeExecute hook

https://gerrit.wikimedia.org/r/868137

Tchanders added a subscriber: GMikesell-WMF.

@dom_walden @GMikesell-WMF I think the acceptance criteria cover all that needs testing here, but let @AGueyte or me know if anything is unclear.

  • WikimediaMessages adds the same links to Special:Contributions and Special:DeletedContributions

Yes, comparing these two pages on beta.

  • WikimediaMessages adds the same links to Special:Contributions as it did before this task

Yes, comparing beta to an old IPInfo on local.

  • The feedback link on Special:Block works the same as before (it is also added via SpecialPageBeforeExecute)

The feedback link still appears.

Test environment: https://en.wikipedia.beta.wmflabs.org IP Info 0.0.0 (7ae7f99) 07:43, 2 January 2023.