Page MenuHomePhabricator

Johofo (Jj)
User

Projects

User is not a member of any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Friday

  • No visible events.

User Details

User Since
Jun 3 2026, 2:11 PM (5 w, 6 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Johofo [ Global Accounts ]

Recent Activity

Jun 3 2026

Johofo added a comment to T426928: Consolidate user‑upload aliases in MessagesEn.php.

SpecialAllMyUploads and SpecialMyuploads are functionally distinct in a way the task description doesn't capture: SpecialAllMyUploads.getRedirect() sets $this->mAddedRedirectParams['ilshowall'] = 1, forcing old/superseded file revisions into the redirect to Special:Listfiles/{user}. SpecialMyuploads does not set this, though it lists ilshowall in mAllowedRedirectParams, meaning it can be passed through explicitly. This difference appears load-bearing rather than incidental; see T32607, whose patch introduced the ilshowall-forcing behaviour so old/superseded revisions remain visible in a user's file list.

Jun 3 2026, 2:30 PM · MediaWiki-Special-pages, Technical-Debt, good first task