wiki.techinc.nl/includes/specialpage
Func 6677a9ce4b DeletedContribsPager: Use the UserIdentity object instead of the raw target string
Fixed the query for imported actors and some other potential edge cases.

Unsetting the 'target' field in SpecialDeletedContributions alone should
be sufficient, but I would rather like to keep the behaviour the same
with ContribsPager, which is used by more users and using
`$this->targetUser->getName()` is known to be ok so far.

Also, renamed some variables to match the parent class method signature
to avoid confusion.

Bug: T372444
Bug: T404230
Change-Id: I318ec7f30174087f988536f5196ff81e99241c9b
(cherry picked from commit dda0d4dfcd712b976e542cd688a3ab1c45051e7d)
2025-09-14 09:47:56 +08:00
..
Hook Remove repeated word in SpecialPage_initListHook 2024-06-04 16:11:09 +03:00
AuthManagerSpecialPage.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
ChangesListSpecialPage.php Replace uses of deprecated ChangeTags static methods 2024-10-16 13:30:12 -04:00
ContributionsSpecialPage.php DeletedContribsPager: Use the UserIdentity object instead of the raw target string 2025-09-14 09:47:56 +08:00
DisabledSpecialPage.php
FormSpecialPage.php Consistent spelling of "subpage" 2024-08-06 04:01:02 -04:00
ImageQueryPage.php specials: Type-hint QueryPage::outputResults with IReadableDatabase 2024-04-21 21:09:17 +02:00
IncludableSpecialPage.php specials: Improve docs and @ingroup tags, fix file headers 2024-05-15 11:59:50 +00:00
LoginSignupSpecialPage.php specialpage: Improve handling of invalid lang codes on login/signup 2025-01-29 16:04:57 +00:00
PageQueryPage.php Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
QueryPage.php build: Use inline ignore for Generic.CodeAnalysis.AssignmentInCondition 2024-09-01 00:15:10 +02:00
RedirectSpecialArticle.php specials: Improve docs and @ingroup tags, fix file headers 2024-05-15 11:59:50 +00:00
RedirectSpecialPage.php specials: Improve docs and @ingroup tags, fix file headers 2024-05-15 11:59:50 +00:00
SpecialPage.php Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
SpecialPageFactory.php [REST Sandbox] Remove SwaggerUI from MediaWiki Releases 2025-06-30 16:05:49 +01:00
SpecialRedirectToSpecial.php
SpecialRedirectWithAction.php Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
UnlistedSpecialPage.php
WantedQueryPage.php specials: Improve docs and @ingroup tags, fix file headers 2024-05-15 11:59:50 +00:00