jenkins-bot has submitted this change and it was merged. Change subject: Revert "Remove additions to deprecated global ..." ......................................................................
Revert "Remove additions to deprecated global ..." This causes breakages in WikibaseDataModel and Wikibase involving the WikibaseDataModel SnakTest. Reverts 7715fee51c6f7aefe23ea78cccc168f483ce3a66. Change-Id: Ic66442813528bb309d83bb61d2ea509c83421c73 --- M DataValues/DataValues.php 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: Aude: Looks good to me, approved jenkins-bot: Verified diff --git a/DataValues/DataValues.php b/DataValues/DataValues.php index 2a1e9fa..ade49c2 100644 --- a/DataValues/DataValues.php +++ b/DataValues/DataValues.php @@ -73,6 +73,13 @@ */ $wgDataValues = array(); +$wgDataValues['boolean'] = 'DataValues\BooleanValue'; $wgDataValues['globecoordinate'] = 'DataValues\GlobeCoordinateValue'; +$wgDataValues['iri'] = 'DataValues\IriValue'; +$wgDataValues['monolingualtext'] = 'DataValues\MonolingualTextValue'; +$wgDataValues['multilingualtext'] = 'DataValues\MultilingualTextValue'; +$wgDataValues['number'] = 'DataValues\NumberValue'; +$wgDataValues['quantity'] = 'DataValues\QuantityValue'; $wgDataValues['string'] = 'DataValues\StringValue'; $wgDataValues['time'] = 'DataValues\TimeValue'; +$wgDataValues['unknown'] = 'DataValues\UnknownValue'; \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/80794 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic66442813528bb309d83bb61d2ea509c83421c73 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/DataValues Gerrit-Branch: master Gerrit-Owner: Addshore <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Anja Jentzsch <[email protected]> Gerrit-Reviewer: Ataherivand <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Daniel Werner <[email protected]> Gerrit-Reviewer: Denny Vrandecic <[email protected]> Gerrit-Reviewer: Henning Snater <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: Jens Ohlig <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: John Erling Blad <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Liangent <[email protected]> Gerrit-Reviewer: Lydia Pintscher <[email protected]> Gerrit-Reviewer: Markus Kroetzsch <[email protected]> Gerrit-Reviewer: Nikola Smolenski <[email protected]> Gerrit-Reviewer: Nilesh <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
