Last modified: 2014-11-07 18:12:11 UTC
EntityFactory::singleton relies on a hardcoded set of entity types. If we want to support additional types, we need to switch to using WikibaseRepo::getEntityFactory resp. WikibaseClient::getEntityFactory - or, where possible, proper injection of the factory.