WikidataBuilder has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/389755 )
Change subject: New Wikidata Build - 2017-11-07T17:52:52+0000
......................................................................
New Wikidata Build - 2017-11-07T17:52:52+0000
Change-Id: I8755d4cc692112e60dd708c001e2b2404af64c1f
---
M composer.lock
M extensions/Wikibase/.gitmodules
M extensions/Wikibase/repo/includes/Rdf/Values/GlobeCoordinateRdfBuilder.php
M extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q4_values.nt
M extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q6_values.nt
M extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_Q9_dedup.nt
M extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_values.nt
M extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfDumpGenerator/refs.nt
M
extensions/Wikibase/repo/tests/phpunit/includes/Actions/HistoryEntityActionTest.php
M
extensions/Wikibase/repo/tests/phpunit/includes/Rdf/Values/GlobeCoordinateRdfBuilderTest.php
M vendor/composer/installed.json
11 files changed, 36 insertions(+), 31 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikidata
refs/changes/55/389755/1
diff --git a/composer.lock b/composer.lock
index f619767..0ad4aee 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1267,7 +1267,7 @@
"source": {
"type": "git",
"url":
"https://gerrit.wikimedia.org/r/mediawiki/extensions/Wikibase",
- "reference": "c4a2844b4acb8c2a2f0a126350ceb4394e91df4b"
+ "reference": "bf4d0f2d77d6b279053c594ec9241fef0d5203f0"
},
"require": {
"composer/installers": ">=1.0.1",
@@ -1353,7 +1353,7 @@
"issues": "https://phabricator.wikimedia.org/",
"irc": "irc://irc.freenode.net/wikidata"
},
- "time": "2017-11-07 12:52:16"
+ "time": "2017-11-07 17:52:28"
},
{
"name": "wikibase/wikimedia-badges",
diff --git a/extensions/Wikibase/.gitmodules b/extensions/Wikibase/.gitmodules
index 012bb96..fbb0476 100644
--- a/extensions/Wikibase/.gitmodules
+++ b/extensions/Wikibase/.gitmodules
@@ -6,10 +6,10 @@
url = https://gerrit.wikimedia.org/r/wikibase/javascript-api
[submodule "view/lib/wikibase-serialization"]
path = view/lib/wikibase-serialization
- url = https://github.com/wmde/WikibaseSerializationJavaScript.git
+ url =
https://phabricator.wikimedia.org/source/wikibase-serialization.git
[submodule "view/lib/wikibase-data-values"]
path = view/lib/wikibase-data-values
- url = https://github.com/wmde/DataValuesJavaScript.git
+ url = https://phabricator.wikimedia.org/source/datavalues-javascript.git
[submodule "view/lib/wikibase-data-model"]
path = view/lib/wikibase-data-model
- url = https://github.com/wmde/WikibaseDataModelJavaScript.git
+ url = https://phabricator.wikimedia.org/source/wikibase-data-model.git
diff --git
a/extensions/Wikibase/repo/includes/Rdf/Values/GlobeCoordinateRdfBuilder.php
b/extensions/Wikibase/repo/includes/Rdf/Values/GlobeCoordinateRdfBuilder.php
index 80465c0..cdcbfa0 100644
--- a/extensions/Wikibase/repo/includes/Rdf/Values/GlobeCoordinateRdfBuilder.php
+++ b/extensions/Wikibase/repo/includes/Rdf/Values/GlobeCoordinateRdfBuilder.php
@@ -101,10 +101,10 @@
$valueWriter = $this->complexValueHelper->getValueNodeWriter();
$valueWriter->say( RdfVocabulary::NS_ONTOLOGY, 'geoLatitude' )
- ->value( $value->getLatitude(), 'xsd', 'decimal' );
+ ->value( $value->getLatitude(), 'xsd', 'double' );
$valueWriter->say( RdfVocabulary::NS_ONTOLOGY, 'geoLongitude' )
- ->value( $value->getLongitude(), 'xsd', 'decimal' );
+ ->value( $value->getLongitude(), 'xsd', 'double' );
// Disallow nulls in precision, see T123392
$precision = $value->getPrecision();
@@ -114,7 +114,7 @@
$precision = 1 / 3600;
}
$valueWriter->say( RdfVocabulary::NS_ONTOLOGY, 'geoPrecision' )
- ->value( $precision, 'xsd', 'decimal' );
+ ->value( $precision, 'xsd', 'double' );
$valueWriter->say( RdfVocabulary::NS_ONTOLOGY, 'geoGlobe' )
->is( trim( $value->getGlobe() ) );
diff --git
a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q4_values.nt
b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q4_values.nt
index 91bc0b3..8750e6a 100644
--- a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q4_values.nt
+++ b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q4_values.nt
@@ -68,9 +68,9 @@
<http://acme.test/statement/TEST-Statement-11-external-id>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://wikiba.se/ontology-beta#BestRank> .
<http://acme.test/statement/TEST-Statement-11-external-id>
<http://wikiba.se/ontology-beta#rank>
<http://wikiba.se/ontology-beta#NormalRank> .
<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoGlobe> <http://www.wikidata.org/entity/Q2> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://acme.test/value/1e09d673624819aacd170165aae555a1>
<http://wikiba.se/ontology-beta#quantityAmount>
"+19.768000000000000682121026329696178436279296875"^^<http://www.w3.org/2001/XMLSchema#decimal>
.
<http://acme.test/value/1e09d673624819aacd170165aae555a1>
<http://wikiba.se/ontology-beta#quantityLowerBound>
"+19.766999999999999459987520822323858737945556640625"^^<http://www.w3.org/2001/XMLSchema#decimal>
.
<http://acme.test/value/1e09d673624819aacd170165aae555a1>
<http://wikiba.se/ontology-beta#quantityUnit>
<http://www.wikidata.org/entity/Q199> .
diff --git
a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q6_values.nt
b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q6_values.nt
index 05e281a..0dcdc0e 100644
--- a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q6_values.nt
+++ b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q6_values.nt
@@ -2,9 +2,9 @@
<http://acme.test/statement/TEST-Qualifiers>
<http://acme.test/prop/qualifier/value/P6>
<http://acme.test/value/1e09d673624819aacd170165aae555a1> .
<http://acme.test/statement/TEST-Qualifiers>
<http://acme.test/prop/qualifier/value/P8>
<http://acme.test/value/ba4fa68a0979e663277b08d93f93705c> .
<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://wikiba.se/ontology-beta#GlobecoordinateValue> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoGlobe> <http://www.wikidata.org/entity/Q2> .
<http://acme.test/value/1e09d673624819aacd170165aae555a1>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://wikiba.se/ontology-beta#QuantityValue> .
<http://acme.test/value/1e09d673624819aacd170165aae555a1>
<http://wikiba.se/ontology-beta#quantityAmount>
"+19.768000000000000682121026329696178436279296875"^^<http://www.w3.org/2001/XMLSchema#decimal>
.
diff --git
a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_Q9_dedup.nt
b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_Q9_dedup.nt
index eca3fb8..16da95b 100644
--- a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_Q9_dedup.nt
+++ b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_Q9_dedup.nt
@@ -53,9 +53,9 @@
<http://acme.test/value/ba4fa68a0979e663277b08d93f93705c>
<http://wikiba.se/ontology-beta#timeValue>
"-0199-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
<http://acme.test/value/ba4fa68a0979e663277b08d93f93705c>
<http://wikiba.se/ontology-beta#timeTimezone>
"0"^^<http://www.w3.org/2001/XMLSchema#integer> .
<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoGlobe> <http://www.wikidata.org/entity/Q2> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://acme.test/value/1e09d673624819aacd170165aae555a1>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://wikiba.se/ontology-beta#QuantityValue> .
<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://wikiba.se/ontology-beta#GlobecoordinateValue> .
<http://acme.test/value/ba4fa68a0979e663277b08d93f93705c>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://wikiba.se/ontology-beta#TimeValue> .
diff --git
a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_values.nt
b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_values.nt
index ae8041d..3de9cc5 100644
--- a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_values.nt
+++ b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfBuilder/Q7_values.nt
@@ -1,9 +1,9 @@
<http://acme.test/Q7> <http://acme.test/prop/direct/P7> "string" .
<http://acme.test/Q7> <http://acme.test/prop/direct/P7> "string2" .
<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://wikiba.se/ontology-beta#GlobecoordinateValue> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoGlobe> <http://www.wikidata.org/entity/Q2> .
<http://acme.test/value/1e09d673624819aacd170165aae555a1>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://wikiba.se/ontology-beta#QuantityValue> .
<http://acme.test/value/1e09d673624819aacd170165aae555a1>
<http://wikiba.se/ontology-beta#quantityAmount>
"+19.768000000000000682121026329696178436279296875"^^<http://www.w3.org/2001/XMLSchema#decimal>
.
diff --git
a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfDumpGenerator/refs.nt
b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfDumpGenerator/refs.nt
index de8f00f..3a165fc 100644
--- a/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfDumpGenerator/refs.nt
+++ b/extensions/Wikibase/repo/tests/phpunit/data/rdf/RdfDumpGenerator/refs.nt
@@ -53,9 +53,9 @@
<http://acme.test/value/ba4fa68a0979e663277b08d93f93705c>
<http://wikiba.se/ontology-beta#timeValue>
"-0199-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
<http://acme.test/value/ba4fa68a0979e663277b08d93f93705c>
<http://wikiba.se/ontology-beta#timeTimezone>
"0"^^<http://www.w3.org/2001/XMLSchema#integer> .
<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoGlobe> <http://www.wikidata.org/entity/Q2> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#decimal> .
-<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#decimal> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLatitude>
"12.125"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoLongitude>
"67.25"^^<http://www.w3.org/2001/XMLSchema#double> .
+<http://acme.test/value/002e39a4a1d30d3dbf7eb63d21d93cfd>
<http://wikiba.se/ontology-beta#geoPrecision>
"0.0625"^^<http://www.w3.org/2001/XMLSchema#double> .
<http://data.acme.test/Q7> <http://schema.org/about> <http://acme.test/Q7> .
<http://data.acme.test/Q7> <http://schema.org/dateModified>
"1970-01-12T13:46:40Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
<http://data.acme.test/Q7> <http://schema.org/version>
"12"^^<http://www.w3.org/2001/XMLSchema#integer> .
diff --git
a/extensions/Wikibase/repo/tests/phpunit/includes/Actions/HistoryEntityActionTest.php
b/extensions/Wikibase/repo/tests/phpunit/includes/Actions/HistoryEntityActionTest.php
index 20b9f67..bd40e03 100644
---
a/extensions/Wikibase/repo/tests/phpunit/includes/Actions/HistoryEntityActionTest.php
+++
b/extensions/Wikibase/repo/tests/phpunit/includes/Actions/HistoryEntityActionTest.php
@@ -5,6 +5,7 @@
use Article;
use HashConfig;
use IContextSource;
+use Language;
use MWContentSerializationException;
use OutputPage;
use PHPUnit_Framework_MockObject_MockObject;
@@ -96,6 +97,10 @@
->method( 'getContext' )
->will( $this->returnValue( $context ) );
+ $output->expects( $this->any() )
+ ->method( 'getLanguage' )
+ ->will( $this->returnValue( Language::factory( 'qqx' )
) );
+
return $context;
}
diff --git
a/extensions/Wikibase/repo/tests/phpunit/includes/Rdf/Values/GlobeCoordinateRdfBuilderTest.php
b/extensions/Wikibase/repo/tests/phpunit/includes/Rdf/Values/GlobeCoordinateRdfBuilderTest.php
index 2589b85..f585d8a 100644
---
a/extensions/Wikibase/repo/tests/phpunit/includes/Rdf/Values/GlobeCoordinateRdfBuilderTest.php
+++
b/extensions/Wikibase/repo/tests/phpunit/includes/Rdf/Values/GlobeCoordinateRdfBuilderTest.php
@@ -79,13 +79,13 @@
.
'<http://acme/onto/GlobecoordinateValue> .',
'<http://acme/value/2a2da1b4852295168b0bad7e5881cfe6> '
.
'<http://acme/onto/geoLatitude> '
- .
'"12.25"^^<http://www.w3.org/2001/XMLSchema#decimal> .',
+ .
'"12.25"^^<http://www.w3.org/2001/XMLSchema#double> .',
'<http://acme/value/2a2da1b4852295168b0bad7e5881cfe6> '
.
'<http://acme/onto/geoLongitude> '
- .
'"-45.5"^^<http://www.w3.org/2001/XMLSchema#decimal> .',
+ .
'"-45.5"^^<http://www.w3.org/2001/XMLSchema#double> .',
'<http://acme/value/2a2da1b4852295168b0bad7e5881cfe6> '
.
'<http://acme/onto/geoPrecision> '
- .
'"0.025"^^<http://www.w3.org/2001/XMLSchema#decimal> .',
+ .
'"0.025"^^<http://www.w3.org/2001/XMLSchema#double> .',
'<http://acme/value/2a2da1b4852295168b0bad7e5881cfe6> '
. '<http://acme/onto/geoGlobe> '
.
'<http://www.wikidata.org/entity/Q2> .',
@@ -126,16 +126,16 @@
.
'<http://acme/onto/GlobecoordinateValue> .',
'<http://acme/value/da01b99e43c90736626d3d5dd9d71bcf> '
.
'<http://acme/onto/geoLatitude> '
- .
'"12.25"^^<http://www.w3.org/2001/XMLSchema#decimal> .',
+ .
'"12.25"^^<http://www.w3.org/2001/XMLSchema#double> .',
'<http://acme/value/da01b99e43c90736626d3d5dd9d71bcf> '
.
'<http://acme/onto/geoLongitude> '
- .
'"-45.5"^^<http://www.w3.org/2001/XMLSchema#decimal> .',
+ .
'"-45.5"^^<http://www.w3.org/2001/XMLSchema#double> .',
'<http://acme/value/da01b99e43c90736626d3d5dd9d71bcf> '
.
'<http://www.w3.org/1999/02/22-rdf-syntax-ns#type> '
.
'<http://acme/onto/GeoAutoPrecision> .',
'<http://acme/value/da01b99e43c90736626d3d5dd9d71bcf> '
.
'<http://acme/onto/geoPrecision> '
- .
'"0.00027777777777778"^^<http://www.w3.org/2001/XMLSchema#decimal> .',
+ .
'"0.00027777777777778"^^<http://www.w3.org/2001/XMLSchema#double> .',
'<http://acme/value/da01b99e43c90736626d3d5dd9d71bcf> '
. '<http://acme/onto/geoGlobe> '
.
'<http://www.wikidata.org/entity/Q2> .',
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 0d8ab60..397c76d 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -1322,7 +1322,7 @@
"source": {
"type": "git",
"url":
"https://gerrit.wikimedia.org/r/mediawiki/extensions/Wikibase",
- "reference": "c4a2844b4acb8c2a2f0a126350ceb4394e91df4b"
+ "reference": "bf4d0f2d77d6b279053c594ec9241fef0d5203f0"
},
"require": {
"composer/installers": ">=1.0.1",
@@ -1351,7 +1351,7 @@
"mediawiki/minus-x": "0.1.0",
"wikibase/wikibase-codesniffer": "^0.2.0"
},
- "time": "2017-11-07 12:52:15",
+ "time": "2017-11-07 17:52:27",
"type": "mediawiki-extension",
"installation-source": "source",
"autoload": {
--
To view, visit https://gerrit.wikimedia.org/r/389755
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8755d4cc692112e60dd708c001e2b2404af64c1f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikidata
Gerrit-Branch: master
Gerrit-Owner: WikidataBuilder <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits