Page MenuHomePhabricator

Add UserMerge support to WikibaseClient
Closed, DeclinedPublic

Description

WikidataClient needs a UserMergeAccountFields subscriber to support UserMerge.


Version: unspecified
Severity: enhancement

Details

Reference
bz67781

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:33 AM
bzimport set Reference to bz67781.
bzimport added a subscriber: Unknown Object (MLST).

Only place we store user data in client are external recent changes... and it's not practicable nor worth it to change those if someone on repo (Wikidata) gets renamed.

(In reply to Marius Hoch from comment #1)

Only place we store user data in client are external recent changes... and
it's not practicable nor worth it to change those if someone on repo
(Wikidata) gets renamed.

It's not a rename :P

So, looking at an example inserted row, rc_user is set to 0, and rc_user_text is the user's name at the time of their edit.

The user's id on Wikidata is serialized into the rc_params field. Will anything read from that and try to look up user info for that user? If not, we should be good.

(In reply to Kunal Mehta (Legoktm) from comment #3)

The user's id on Wikidata is serialized into the rc_params field. Will
anything read from that and try to look up user info for that user? If not,
we should be good.

The user id in there is unused, as it's not needed for formatting.