Last modified: 2013-07-25 07:05:11 UTC
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.
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!