Page MenuHomePhabricator

Add entityNamespaces setting to all client sites
Closed, ResolvedPublic

Description

The entityNamespaces setting now needs to be set on all WikibaseClient as well as on the WikibaseRepo (wikidata.org). It should always be exactly the same as on the repo. As far as I know, that should be:

'entityNamespaces' => [
    'wikibase-item' => 0,
    'wikibase-property' => 120
]

Event Timeline

daniel triaged this task as Unbreak Now! priority.May 24 2016, 10:37 AM

UBN because this blocks tonights deployment.

Note: This setting will likely change to using item IDs instead of content models in the future, see https://gerrit.wikimedia.org/r/#/c/289393/

The proposed patch contains compatibility code that will allow wikis with the old setup to continue functioning correctly.

Change 290466 had a related patch set uploaded (by Aude):
Make entityNamespaces setting available to Wikibase Client wikis

https://gerrit.wikimedia.org/r/290466

Change 290466 merged by jenkins-bot:
Make entityNamespaces setting available to Wikibase Client wikis

https://gerrit.wikimedia.org/r/290466