[MediaWiki-commits] [Gerrit] New Wikidata Build - 06/03/2014 10:36 - change (mediawiki...Wikidata)

2014-03-06 Thread WikidataBuilder (Code Review)
WikidataBuilder has uploaded a new change for review.

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

Change subject: New Wikidata Build - 06/03/2014 10:36
..

New Wikidata Build - 06/03/2014 10:36

Change-Id: I9f0f49603cfcbcdd17d04a12623088ad89298a8c
---
M composer.lock
M extensions/Wikibase/lib/WikibaseLib.i18n.php
A 
extensions/Wikibase/lib/includes/formatters/GlobeCoordinateDetailsFormatter.php
A extensions/Wikibase/lib/includes/formatters/TimeDetailsFormatter.php
M extensions/Wikibase/lib/includes/formatters/WikibaseValueFormatterBuilders.php
A 
extensions/Wikibase/lib/tests/phpunit/formatters/GlobeCoordinateDetailsFormatterTest.php
A extensions/Wikibase/lib/tests/phpunit/formatters/TimeDetailsFormatterTest.php
M vendor/autoload.php
M vendor/composer/autoload_classmap.php
M vendor/composer/autoload_real.php
M vendor/composer/installed.json
11 files changed, 385 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikidata 
refs/changes/70/117170/1

diff --git a/composer.lock b/composer.lock
index 7cb03c0..d80dfa1 100644
--- a/composer.lock
+++ b/composer.lock
@@ -851,12 +851,12 @@
 source: {
 type: git,
 url: 
https://github.com/wikimedia/mediawiki-extensions-Wikibase.git;,
-reference: 5efd64371d362fc7b34cb37b3b5a4321b480d11a
+reference: 3079d2258e4b17fd1e3d535695f0064662eb2a68
 },
 dist: {
 type: zip,
-url: 
https://api.github.com/repos/wikimedia/mediawiki-extensions-Wikibase/zipball/5efd64371d362fc7b34cb37b3b5a4321b480d11a;,
-reference: 5efd64371d362fc7b34cb37b3b5a4321b480d11a,
+url: 
https://api.github.com/repos/wikimedia/mediawiki-extensions-Wikibase/zipball/3079d2258e4b17fd1e3d535695f0064662eb2a68;,
+reference: 3079d2258e4b17fd1e3d535695f0064662eb2a68,
 shasum: 
 },
 require: {
@@ -915,7 +915,7 @@
 wikibaserepo,
 wikidata
 ],
-time: 2014-03-05 15:20:32
+time: 2014-03-05 21:16:30
 }
 ],
 packages-dev: [
diff --git a/extensions/Wikibase/lib/WikibaseLib.i18n.php 
b/extensions/Wikibase/lib/WikibaseLib.i18n.php
index e584eed..fa42263 100644
--- a/extensions/Wikibase/lib/WikibaseLib.i18n.php
+++ b/extensions/Wikibase/lib/WikibaseLib.i18n.php
@@ -52,6 +52,17 @@
'wikibase-quantitydetails-upperbound' = 'Upper bound',
'wikibase-quantitydetails-lowerbound' = 'Lower bound',
'wikibase-quantitydetails-unit' = 'Unit',
+   'wikibase-timedetails-time' = 'Time',
+   'wikibase-timedetails-isotime' = 'ISO Timestamp',
+   'wikibase-timedetails-timezone' = 'Timezone',
+   'wikibase-timedetails-calendar' = 'Calendar',
+   'wikibase-timedetails-precision' = 'Precision',
+   'wikibase-timedetails-before' = 'Before',
+   'wikibase-timedetails-after' = 'After',
+   'wikibase-globedetails-longitude' = 'Longitude',
+   'wikibase-globedetails-latitude' = 'Latitude',
+   'wikibase-globedetails-precision' = 'Precision',
+   'wikibase-globedetails-globe' = 'Globe',
'wikibase-replicationnote' = 'Please notice that it can take several 
minutes until the changes are visible on all wikis.',
'wikibase-sitelinks-wikipedia' = 'Wikipedia pages linked to this item',
'wikibase-sitelinks-sitename-columnheading' = 'Language',
@@ -159,6 +170,17 @@
'wikibase-quantitydetails-lowerbound' = 'Label used for the lower 
bound field of a quantity value when showing a detailed representation of the 
quantity, e.g. in a diff.',
'wikibase-quantitydetails-unit' = 'Label used for the unit field of 
a quantity value when showing a detailed representation of the quantity, e.g. 
in a diff.
 {{Identical|Unit}}',
+   'wikibase-timedetails-time' = 'Label used for the rendered version of 
a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-isotime' = 'Label used for the isotime field 
of a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-timezone' = 'Label used for the timezone field 
of a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-calendar' = 'Label used for the calendar field 
of a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-precision' = 'Label used for the precision 
field of a time value when showing a detailed representation of the time, e.g. 
in a diff.',
+   'wikibase-timedetails-before' = 'Label used for the before field of 
a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-after' = 'Label used for the after field 

[MediaWiki-commits] [Gerrit] New Wikidata Build - 06/03/2014 10:36 - change (mediawiki...Wikidata)

2014-03-06 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: New Wikidata Build - 06/03/2014 10:36
..


New Wikidata Build - 06/03/2014 10:36

Change-Id: I9f0f49603cfcbcdd17d04a12623088ad89298a8c
---
M composer.lock
M extensions/Wikibase/lib/WikibaseLib.i18n.php
A 
extensions/Wikibase/lib/includes/formatters/GlobeCoordinateDetailsFormatter.php
A extensions/Wikibase/lib/includes/formatters/TimeDetailsFormatter.php
M extensions/Wikibase/lib/includes/formatters/WikibaseValueFormatterBuilders.php
A 
extensions/Wikibase/lib/tests/phpunit/formatters/GlobeCoordinateDetailsFormatterTest.php
A extensions/Wikibase/lib/tests/phpunit/formatters/TimeDetailsFormatterTest.php
M vendor/autoload.php
M vendor/composer/autoload_classmap.php
M vendor/composer/autoload_real.php
M vendor/composer/installed.json
11 files changed, 385 insertions(+), 14 deletions(-)

Approvals:
  Tobias Gritschacher: Looks good to me, approved
  WikidataJenkins: Verified
  jenkins-bot: Verified



diff --git a/composer.lock b/composer.lock
index 7cb03c0..d80dfa1 100644
--- a/composer.lock
+++ b/composer.lock
@@ -851,12 +851,12 @@
 source: {
 type: git,
 url: 
https://github.com/wikimedia/mediawiki-extensions-Wikibase.git;,
-reference: 5efd64371d362fc7b34cb37b3b5a4321b480d11a
+reference: 3079d2258e4b17fd1e3d535695f0064662eb2a68
 },
 dist: {
 type: zip,
-url: 
https://api.github.com/repos/wikimedia/mediawiki-extensions-Wikibase/zipball/5efd64371d362fc7b34cb37b3b5a4321b480d11a;,
-reference: 5efd64371d362fc7b34cb37b3b5a4321b480d11a,
+url: 
https://api.github.com/repos/wikimedia/mediawiki-extensions-Wikibase/zipball/3079d2258e4b17fd1e3d535695f0064662eb2a68;,
+reference: 3079d2258e4b17fd1e3d535695f0064662eb2a68,
 shasum: 
 },
 require: {
@@ -915,7 +915,7 @@
 wikibaserepo,
 wikidata
 ],
-time: 2014-03-05 15:20:32
+time: 2014-03-05 21:16:30
 }
 ],
 packages-dev: [
diff --git a/extensions/Wikibase/lib/WikibaseLib.i18n.php 
b/extensions/Wikibase/lib/WikibaseLib.i18n.php
index e584eed..fa42263 100644
--- a/extensions/Wikibase/lib/WikibaseLib.i18n.php
+++ b/extensions/Wikibase/lib/WikibaseLib.i18n.php
@@ -52,6 +52,17 @@
'wikibase-quantitydetails-upperbound' = 'Upper bound',
'wikibase-quantitydetails-lowerbound' = 'Lower bound',
'wikibase-quantitydetails-unit' = 'Unit',
+   'wikibase-timedetails-time' = 'Time',
+   'wikibase-timedetails-isotime' = 'ISO Timestamp',
+   'wikibase-timedetails-timezone' = 'Timezone',
+   'wikibase-timedetails-calendar' = 'Calendar',
+   'wikibase-timedetails-precision' = 'Precision',
+   'wikibase-timedetails-before' = 'Before',
+   'wikibase-timedetails-after' = 'After',
+   'wikibase-globedetails-longitude' = 'Longitude',
+   'wikibase-globedetails-latitude' = 'Latitude',
+   'wikibase-globedetails-precision' = 'Precision',
+   'wikibase-globedetails-globe' = 'Globe',
'wikibase-replicationnote' = 'Please notice that it can take several 
minutes until the changes are visible on all wikis.',
'wikibase-sitelinks-wikipedia' = 'Wikipedia pages linked to this item',
'wikibase-sitelinks-sitename-columnheading' = 'Language',
@@ -159,6 +170,17 @@
'wikibase-quantitydetails-lowerbound' = 'Label used for the lower 
bound field of a quantity value when showing a detailed representation of the 
quantity, e.g. in a diff.',
'wikibase-quantitydetails-unit' = 'Label used for the unit field of 
a quantity value when showing a detailed representation of the quantity, e.g. 
in a diff.
 {{Identical|Unit}}',
+   'wikibase-timedetails-time' = 'Label used for the rendered version of 
a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-isotime' = 'Label used for the isotime field 
of a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-timezone' = 'Label used for the timezone field 
of a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-calendar' = 'Label used for the calendar field 
of a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-precision' = 'Label used for the precision 
field of a time value when showing a detailed representation of the time, e.g. 
in a diff.',
+   'wikibase-timedetails-before' = 'Label used for the before field of 
a time value when showing a detailed representation of the time, e.g. in a 
diff.',
+   'wikibase-timedetails-after' = 'Label used for the after field of a 
time value when