jenkins-bot has submitted this change and it was merged.

Change subject: Move default preferredGeoDataProperties config up
......................................................................


Move default preferredGeoDataProperties config up

This got mixed up because we worked on both in parallel.

Change-Id: I5ef327df3e9884343a0545f5e3184ddaf76481bb
---
M repo/config/Wikibase.default.php
1 file changed, 7 insertions(+), 9 deletions(-)

Approvals:
  Aude: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/config/Wikibase.default.php b/repo/config/Wikibase.default.php
index a6d522a..8bc11c5 100644
--- a/repo/config/Wikibase.default.php
+++ b/repo/config/Wikibase.default.php
@@ -41,10 +41,6 @@
                // Items allowed to be used as badges pointing to their CSS 
class names
                'badgeItems' => array(),
 
-               // List of image property id strings, in order of preference, 
that should be considered for
-               // the "page_image" page property.
-               'preferredPageImagesProperties' => array(),
-
                // Number of seconds for which data output shall be cached.
                // Note: keep that low, because such caches cannot always be 
purged easily.
                'dataSquidMaxage' => $wgSquidMaxage,
@@ -140,13 +136,15 @@
                                'nl-informal' => 'nl-x-informal',
                ),
 
-               // List of globe-coordinate properties (listed by id string), 
in order of preference,
-               // to consider for primary coordinates when extracting 
coordinates from an Entity
-               // for the GeoData extension.
-               // e.g. array( 'P625', 'P1259' )
+               // List of image property id strings, in order of preference, 
that should be considered for
+               // the "page_image" page property.
+               'preferredPageImagesProperties' => array(),
+
+               // List of globe-coordinate property id strings, in order of 
preference, to consider for
+               // primary coordinates when extracting coordinates from an 
entity for the GeoData extension.
                'preferredGeoDataProperties' => array(),
 
-               // Mapping of globe uris to names, as recognized and used by 
GeoData extension
+               // Mapping of globe URIs to canonical names, as recognized and 
used by GeoData extension
                // when indexing and querying for coordinates.
                'globeUris' => array(
                        'http://www.wikidata.org/entity/Q2' => 'earth',

-- 
To view, visit https://gerrit.wikimedia.org/r/263072
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5ef327df3e9884343a0545f5e3184ddaf76481bb
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to