https://bugzilla.wikimedia.org/show_bug.cgi?id=43192
Nemo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Nemo <[email protected]> --- (In reply to comment #1) > Yes, wikidata edits are assigned user id 0 in the recent changes table. This > means they are treated as anonymous. Not only that, but all the other recentchanges data are fake, copied from the last row for the article in question; see also discussion after [06:55:43] in http://bots.wmflabs.org/~wm-bot/logs/%23mediawiki/20130706.txt 0 is semantically correct but amount of non-standard RC entries Wikidata introduces pushes its usage to the limit (maintenance scripts edits and imported edits would normally not show up in RC anyway). Maybe you could just use the user ID of the user on Wikibase, this wouldn't have any bad practical consequence I can think of from the top of my head (it's ugly but those RC rows already are). A workaround could be to make RecentChanges check the username instead, with regexes to identify IPs, when non-default switches not excluding wikidata are selected. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
