Page MenuHomePhabricator

UserCache should allow for usernames on other wikis
Closed, DeclinedPublic

Description

UserCache should work for usernames on wikis other than the one it is used on. This is needed before https://gerrit.wikimedia.org/r/#/c/145156/ can be merged.

Event Timeline

Hi @GeoffreyT2000. Please associate at least one project with this task to allow others to find this task when searching in the corresponding project(s). Is this about something in MediaWiki core? Is this about code in such extension? Thanks.

GTrang renamed this task from UserCache should allowing for usernames on other wikis to UserCache should allow for usernames on other wikis.Feb 19 2017, 2:28 PM
GTrang updated the task description. (Show Details)
Umherirrender subscribed.

ActorStore is cross-wiki aware and could be used, it also has a cache for frequent asked existing users
Or storing global ids and using CentralIdLookup

The code changes since the creation of this task gives more ways to implement the same, not needed to change UserCache