Page MenuHomePhabricator

Special:Log should allow showing entries by non-anon non-registered (corrupted) users
Closed, ResolvedPublic

Description

On some wikis, there are log entries whose authorship information has been lost due to bugs. They have user names associated with them, but no users by that name exist, and they aren't valid IP address names either. Special:Log refuses to show them.

For example, this shows an error: https://en.wikipedia.org/wiki/Special:Log/Unknown_user

image.png (1×2 px, 289 KB)
…even though there are log entries for this user name, which can be viewed via the API: https://en.wikipedia.org/wiki/Special:ApiSandbox#action=query&format=json&list=logevents&formatversion=2&leuser=Unknown%20user

This issue was originally noticed in T344632 (although that bug should be fixed by fixing the log entries).

Event Timeline

Change 952329 had a related patch set uploaded (by Func; author: Func):

[mediawiki/core@master] LogEventsList: Allow showing entries by non-existent users

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

Change 952329 merged by jenkins-bot:

[mediawiki/core@master] LogEventsList: Allow showing entries by non-existent users

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

Func claimed this task.