Daniel Kinzler has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/345179 )
Change subject: Allow only properties on Special:EntitiesWithoutLabel and
Special:EntitiesWithoutDescription.
......................................................................
Allow only properties on Special:EntitiesWithoutLabel and
Special:EntitiesWithoutDescription.
The DB query used by these special pages does not scale well, and may take
hours when run
for items on wikidata.org. Since they are used mostly to make sure all
properties have labels
set, we can restrict the special page to work only on properties.
Since there are relatively few property pages, the DB query should not be
problematic.
Bug: T160887
Change-Id: I2c7a9f77d686197b71ffcbafdf9ab23b5f46777c
---
M wmf-config/Wikibase.php
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/79/345179/1
diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index 527c688..cb35c47 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -83,6 +83,7 @@
],
];
+ $wgWBRepoSettings['supportedEntityTypesForEntitiesWithoutTermListings']
= [ 'property' ];
$wgWBRepoSettings['normalizeItemByTitlePageNames'] = true;
$wgWBRepoSettings['dataRightsText'] = 'Creative Commons CC0 License';
--
To view, visit https://gerrit.wikimedia.org/r/345179
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c7a9f77d686197b71ffcbafdf9ab23b5f46777c
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Daniel Kinzler <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits