User Details
User Details
- User Since
- Jun 3 2026, 2:11 PM (5 w, 6 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Johofo [ Global Accounts ]
Jun 3 2026
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.
