[Wikidata-bugs] [Maniphest] [Commented On] T133381: Add support for foreign entities to EntityId

2016-10-31 Thread daniel
daniel added a comment. Status: the data model now supports this, but the necessary patches for the ID parser are not yet merged, see: https://github.com/wmde/WikibaseDataModelServices/pull/146 https://github.com/wmde/WikibaseDataModelServices/pull/149 TASK

[Wikidata-bugs] [Maniphest] [Commented On] T133381: Add support for foreign entities to EntityId

2016-09-13 Thread daniel
daniel added a comment. When adding support for the repo prefix to EntityId, please note the following points: the string returned by getSerialization() should include the prefix. equals() should consider the prefix. New methods to add: getRepoName() (or getRepoPrefix, or getOrigin, or...);