Page MenuHomePhabricator

IPs actions are missing in list=logevents results
Closed, ResolvedPublic

Description

For instance, this API request:

http://fr.wikipedia.org/w/api.php?action=query&list=logevents&leaction=articlefeedbackv5/create&leprop=user|comment

only returns comments by registred users, not comments by IPs.


Version: unspecified
Severity: normal

Details

Reference
bz50315

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:42 AM
bzimport set Reference to bz50315.

Moving to MediaWiki/API - it seems the JOIN done by list=logevents to the user table prevents it from picking up log events by IP address (who don't have user accounts obviously).

Change 71184 had a related patch set uploaded by Alex Monk:
Make list=logevents display log entries by anonymous users

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

Change 71184 merged by jenkins-bot:
Make list=logevents display log entries by anonymous users

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

Merged. It should be deployed to WMF wikis along with 1.22wmf10, see https://www.mediawiki.org/wiki/MediaWiki_1.22/Roadmap for the schedule.

Thanks a lot Alex for fixing this bug so quickly!