Addshore has uploaded a new change for review.

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


Change subject: Wikidata Build from 12:00 09.OCT.2013 DNM
......................................................................

Wikidata Build from 12:00 09.OCT.2013 DNM

----> DO NOT MERGE <----

Change-Id: I5884b60c0170ec4baafd5f9bbfd14bf558d9f998
---
A Wikidata.php
A composer.json
A composer.lock
A vendor/autoload.php
A vendor/composer/ClassLoader.php
A vendor/composer/autoload_classmap.php
A vendor/composer/autoload_files.php
A vendor/composer/autoload_namespaces.php
A vendor/composer/autoload_real.php
A vendor/composer/installed.json
A vendor/data-values/data-types
A vendor/data-values/data-values
A vendor/diff/diff
A vendor/wikibase/data-model
A vendor/wikibase/wikibase
15 files changed, 861 insertions(+), 0 deletions(-)


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

diff --git a/Wikidata.php b/Wikidata.php
new file mode 100644
index 0000000..140ba76
--- /dev/null
+++ b/Wikidata.php
@@ -0,0 +1,3 @@
+<?php
+
+include_once( __DIR__ . '/vendor/autoload.php' );
\ No newline at end of file
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..79d1bd6
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,7 @@
+{
+    "require": {
+        "php": ">=5.3.0",
+               "wikibase/wikibase": "*"
+    },
+       "minimum-stability" : "dev"
+}
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 0000000..ba74f17
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,265 @@
+{
+    "_readme": [
+        "This file locks the dependencies of your project to a known state",
+        "Read more about it at 
http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file";
+    ],
+    "hash": "a80abba438d0e3f3977c3654a7c24491",
+    "packages": [
+        {
+            "name": "data-values/data-types",
+            "version": "dev-master",
+            "source": {
+                "type": "git",
+                "url": 
"https://github.com/wikimedia/mediawiki-extensions-DataTypes.git";,
+                "reference": "b9b775a20e5678e0ac8cd1f40682e21e95c10573"
+            },
+            "dist": {
+                "type": "zip",
+                "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-DataTypes/zipball/b9b775a20e5678e0ac8cd1f40682e21e95c10573";,
+                "reference": "b9b775a20e5678e0ac8cd1f40682e21e95c10573",
+                "shasum": ""
+            },
+            "require": {
+                "data-values/data-values": "dev-master",
+                "php": ">=5.3.0"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "DataTypes.php"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/";,
+            "license": [
+                "GPL-2.0+"
+            ],
+            "authors": [
+                {
+                    "name": "Jeroen De Dauw",
+                    "email": "jeroended...@gmail.com",
+                    "homepage": "http://jeroendedauw.com";,
+                    "role": "Developer"
+                },
+                {
+                    "name": "Wikidata community",
+                    "homepage": "https://wikidata.org";,
+                    "role": "Developer"
+                }
+            ],
+            "description": "PHP library defining the DataTypes\\DataType class 
of which instances represent a type of value, such as \"positive integer\" or 
\"percentage\".",
+            "homepage": "https://www.mediawiki.org/wiki/Extension:DataTypes";,
+            "keywords": [
+                "datatypes",
+                "datavalues"
+            ],
+            "time": "2013-10-08 00:52:54"
+        },
+        {
+            "name": "data-values/data-values",
+            "version": "dev-master",
+            "source": {
+                "type": "git",
+                "url": 
"https://github.com/wikimedia/mediawiki-extensions-DataValues.git";,
+                "reference": "19b64a01f58738d33ff8892ec9966536b31f7702"
+            },
+            "dist": {
+                "type": "zip",
+                "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-DataValues/zipball/19b64a01f58738d33ff8892ec9966536b31f7702";,
+                "reference": "19b64a01f58738d33ff8892ec9966536b31f7702",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.3.0"
+            },
+            "replace": {
+                "mediawiki/data-values": "*"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "DataValues.php",
+                    "ValueView/ValueView.php"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/";,
+            "license": [
+                "GPL-2.0+"
+            ],
+            "authors": [
+                {
+                    "name": "Jeroen De Dauw",
+                    "email": "jeroended...@gmail.com",
+                    "homepage": "http://jeroendedauw.com";,
+                    "role": "Developer"
+                }
+            ],
+            "description": "A library containing definitions for various 
values (ie quantities, times, coordinates, etc)",
+            "homepage": "https://www.mediawiki.org/wiki/Extension:DataValues";,
+            "keywords": [
+                "datatypes",
+                "datavalues",
+                "valueformatters",
+                "valueparsers",
+                "valuevalidators",
+                "wikidata"
+            ],
+            "time": "2013-10-08 09:27:06"
+        },
+        {
+            "name": "diff/diff",
+            "version": "dev-master",
+            "source": {
+                "type": "git",
+                "url": 
"https://github.com/wikimedia/mediawiki-extensions-Diff.git";,
+                "reference": "71ea5b4cd7aee8f3a45a273c848047ff1b9af3a7"
+            },
+            "dist": {
+                "type": "zip",
+                "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-Diff/zipball/71ea5b4cd7aee8f3a45a273c848047ff1b9af3a7";,
+                "reference": "71ea5b4cd7aee8f3a45a273c848047ff1b9af3a7",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.3.0"
+            },
+            "require-dev": {
+                "satooshi/php-coveralls": "dev-master"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "Diff.php"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/";,
+            "license": [
+                "GPL-2.0+"
+            ],
+            "authors": [
+                {
+                    "name": "Jeroen De Dauw",
+                    "email": "jeroended...@gmail.com",
+                    "homepage": "http://jeroendedauw.com";,
+                    "role": "Developer"
+                }
+            ],
+            "description": "Library for diffing, patching and representing 
differences between complex objects",
+            "homepage": 
"https://github.com/wikimedia/mediawiki-extensions-Diff";,
+            "keywords": [
+                "diff",
+                "wikidata"
+            ],
+            "time": "2013-10-04 15:16:06"
+        },
+        {
+            "name": "wikibase/data-model",
+            "version": "dev-master",
+            "source": {
+                "type": "git",
+                "url": 
"https://github.com/wikimedia/mediawiki-extensions-WikibaseDataModel.git";,
+                "reference": "6140d6641263c088814b5895b2b9e28f378307c6"
+            },
+            "dist": {
+                "type": "zip",
+                "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-WikibaseDataModel/zipball/6140d6641263c088814b5895b2b9e28f378307c6";,
+                "reference": "6140d6641263c088814b5895b2b9e28f378307c6",
+                "shasum": ""
+            },
+            "require": {
+                "data-values/data-values": "dev-master",
+                "diff/diff": "dev-master",
+                "php": ">=5.3.0"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "WikibaseDataModel.php"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/";,
+            "license": [
+                "GPL-2.0+"
+            ],
+            "authors": [
+                {
+                    "name": "Jeroen De Dauw",
+                    "email": "jeroended...@gmail.com",
+                    "homepage": "http://jeroendedauw.com";,
+                    "role": "Developer"
+                }
+            ],
+            "description": "PHP implementation of the Wikibase DataModel",
+            "homepage": 
"https://www.mediawiki.org/wiki/Extension:WikibaseDataModel";,
+            "keywords": [
+                "DataModel",
+                "wikibase",
+                "wikidata"
+            ],
+            "time": "2013-09-30 08:29:44"
+        },
+        {
+            "name": "wikibase/wikibase",
+            "version": "dev-master",
+            "source": {
+                "type": "git",
+                "url": 
"https://github.com/wikimedia/mediawiki-extensions-Wikibase.git";,
+                "reference": "fad555f3696fd16118cc1189df2decf7bf548f56"
+            },
+            "dist": {
+                "type": "zip",
+                "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-Wikibase/zipball/fad555f3696fd16118cc1189df2decf7bf548f56";,
+                "reference": "fad555f3696fd16118cc1189df2decf7bf548f56",
+                "shasum": ""
+            },
+            "require": {
+                "data-values/data-types": "*",
+                "data-values/data-values": "*",
+                "diff/diff": ">=0.6",
+                "php": ">=5.3.0",
+                "wikibase/data-model": "*"
+            },
+            "type": "mediawiki-extension",
+            "autoload": {
+                "files": [
+                    "Wikibase.composer.php"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/";,
+            "license": [
+                "GNU GPL v2+"
+            ],
+            "authors": [
+                {
+                    "name": "The Wikidata team",
+                    "role": "Developer"
+                }
+            ],
+            "description": "Structured data repository for MediaWiki",
+            "homepage": "https://www.mediawiki.org/wiki/Wikibase";,
+            "keywords": [
+                "wikibase",
+                "wikibaseclient",
+                "wikibaselib",
+                "wikibaserepo",
+                "wikidata"
+            ],
+            "time": "2013-10-09 09:36:45"
+        }
+    ],
+    "packages-dev": [
+
+    ],
+    "aliases": [
+
+    ],
+    "minimum-stability": "dev",
+    "stability-flags": [
+
+    ],
+    "platform": {
+        "php": ">=5.3.0"
+    },
+    "platform-dev": [
+
+    ]
+}
diff --git a/vendor/autoload.php b/vendor/autoload.php
new file mode 100644
index 0000000..83bdd01
--- /dev/null
+++ b/vendor/autoload.php
@@ -0,0 +1,7 @@
+<?php
+
+// autoload.php @generated by Composer
+
+require_once __DIR__ . '/composer' . '/autoload_real.php';
+
+return ComposerAutoloaderInitc8aea906517064025c2325d8668d6989::getLoader();
diff --git a/vendor/composer/ClassLoader.php b/vendor/composer/ClassLoader.php
new file mode 100644
index 0000000..1db8d9a
--- /dev/null
+++ b/vendor/composer/ClassLoader.php
@@ -0,0 +1,246 @@
+<?php
+
+/*
+ * This file is part of Composer.
+ *
+ * (c) Nils Adermann <nader...@naderman.de>
+ *     Jordi Boggiano <j.boggi...@seld.be>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+namespace Composer\Autoload;
+
+/**
+ * ClassLoader implements a PSR-0 class loader
+ *
+ * See https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
+ *
+ *     $loader = new \Composer\Autoload\ClassLoader();
+ *
+ *     // register classes with namespaces
+ *     $loader->add('Symfony\Component', __DIR__.'/component');
+ *     $loader->add('Symfony',           __DIR__.'/framework');
+ *
+ *     // activate the autoloader
+ *     $loader->register();
+ *
+ *     // to enable searching the include path (eg. for PEAR packages)
+ *     $loader->setUseIncludePath(true);
+ *
+ * In this example, if you try to use a class in the Symfony\Component
+ * namespace or one of its children (Symfony\Component\Console for instance),
+ * the autoloader will first look for the class under the component/
+ * directory, and it will then fallback to the framework/ directory if not
+ * found before giving up.
+ *
+ * This class is loosely based on the Symfony UniversalClassLoader.
+ *
+ * @author Fabien Potencier <fab...@symfony.com>
+ * @author Jordi Boggiano <j.boggi...@seld.be>
+ */
+class ClassLoader
+{
+    private $prefixes = array();
+    private $fallbackDirs = array();
+    private $useIncludePath = false;
+    private $classMap = array();
+
+    public function getPrefixes()
+    {
+        return call_user_func_array('array_merge', $this->prefixes);
+    }
+
+    public function getFallbackDirs()
+    {
+        return $this->fallbackDirs;
+    }
+
+    public function getClassMap()
+    {
+        return $this->classMap;
+    }
+
+    /**
+     * @param array $classMap Class to filename map
+     */
+    public function addClassMap(array $classMap)
+    {
+        if ($this->classMap) {
+            $this->classMap = array_merge($this->classMap, $classMap);
+        } else {
+            $this->classMap = $classMap;
+        }
+    }
+
+    /**
+     * Registers a set of classes, merging with any others previously set.
+     *
+     * @param string       $prefix  The classes prefix
+     * @param array|string $paths   The location(s) of the classes
+     * @param bool         $prepend Prepend the location(s)
+     */
+    public function add($prefix, $paths, $prepend = false)
+    {
+        if (!$prefix) {
+            if ($prepend) {
+                $this->fallbackDirs = array_merge(
+                    (array) $paths,
+                    $this->fallbackDirs
+                );
+            } else {
+                $this->fallbackDirs = array_merge(
+                    $this->fallbackDirs,
+                    (array) $paths
+                );
+            }
+
+            return;
+        }
+
+        $first = $prefix[0];
+        if (!isset($this->prefixes[$first][$prefix])) {
+            $this->prefixes[$first][$prefix] = (array) $paths;
+
+            return;
+        }
+        if ($prepend) {
+            $this->prefixes[$first][$prefix] = array_merge(
+                (array) $paths,
+                $this->prefixes[$first][$prefix]
+            );
+        } else {
+            $this->prefixes[$first][$prefix] = array_merge(
+                $this->prefixes[$first][$prefix],
+                (array) $paths
+            );
+        }
+    }
+
+    /**
+     * Registers a set of classes, replacing any others previously set.
+     *
+     * @param string       $prefix The classes prefix
+     * @param array|string $paths  The location(s) of the classes
+     */
+    public function set($prefix, $paths)
+    {
+        if (!$prefix) {
+            $this->fallbackDirs = (array) $paths;
+
+            return;
+        }
+        $this->prefixes[substr($prefix, 0, 1)][$prefix] = (array) $paths;
+    }
+
+    /**
+     * Turns on searching the include path for class files.
+     *
+     * @param bool $useIncludePath
+     */
+    public function setUseIncludePath($useIncludePath)
+    {
+        $this->useIncludePath = $useIncludePath;
+    }
+
+    /**
+     * Can be used to check if the autoloader uses the include path to check
+     * for classes.
+     *
+     * @return bool
+     */
+    public function getUseIncludePath()
+    {
+        return $this->useIncludePath;
+    }
+
+    /**
+     * Registers this instance as an autoloader.
+     *
+     * @param bool $prepend Whether to prepend the autoloader or not
+     */
+    public function register($prepend = false)
+    {
+        spl_autoload_register(array($this, 'loadClass'), true, $prepend);
+    }
+
+    /**
+     * Unregisters this instance as an autoloader.
+     */
+    public function unregister()
+    {
+        spl_autoload_unregister(array($this, 'loadClass'));
+    }
+
+    /**
+     * Loads the given class or interface.
+     *
+     * @param  string    $class The name of the class
+     * @return bool|null True if loaded, null otherwise
+     */
+    public function loadClass($class)
+    {
+        if ($file = $this->findFile($class)) {
+            include $file;
+
+            return true;
+        }
+    }
+
+    /**
+     * Finds the path to the file where the class is defined.
+     *
+     * @param string $class The name of the class
+     *
+     * @return string|false The path if found, false otherwise
+     */
+    public function findFile($class)
+    {
+        // work around for PHP 5.3.0 - 5.3.2 https://bugs.php.net/50731
+        if ('\\' == $class[0]) {
+            $class = substr($class, 1);
+        }
+
+        if (isset($this->classMap[$class])) {
+            return $this->classMap[$class];
+        }
+
+        if (false !== $pos = strrpos($class, '\\')) {
+            // namespaced class name
+            $classPath = strtr(substr($class, 0, $pos), '\\', 
DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
+            $className = substr($class, $pos + 1);
+        } else {
+            // PEAR-like class name
+            $classPath = null;
+            $className = $class;
+        }
+
+        $classPath .= strtr($className, '_', DIRECTORY_SEPARATOR) . '.php';
+
+        $first = $class[0];
+        if (isset($this->prefixes[$first])) {
+            foreach ($this->prefixes[$first] as $prefix => $dirs) {
+                if (0 === strpos($class, $prefix)) {
+                    foreach ($dirs as $dir) {
+                        if (file_exists($dir . DIRECTORY_SEPARATOR . 
$classPath)) {
+                            return $dir . DIRECTORY_SEPARATOR . $classPath;
+                        }
+                    }
+                }
+            }
+        }
+
+        foreach ($this->fallbackDirs as $dir) {
+            if (file_exists($dir . DIRECTORY_SEPARATOR . $classPath)) {
+                return $dir . DIRECTORY_SEPARATOR . $classPath;
+            }
+        }
+
+        if ($this->useIncludePath && $file = 
stream_resolve_include_path($classPath)) {
+            return $file;
+        }
+
+        return $this->classMap[$class] = false;
+    }
+}
diff --git a/vendor/composer/autoload_classmap.php 
b/vendor/composer/autoload_classmap.php
new file mode 100644
index 0000000..7a91153
--- /dev/null
+++ b/vendor/composer/autoload_classmap.php
@@ -0,0 +1,9 @@
+<?php
+
+// autoload_classmap.php @generated by Composer
+
+$vendorDir = dirname(dirname(__FILE__));
+$baseDir = dirname($vendorDir);
+
+return array(
+);
diff --git a/vendor/composer/autoload_files.php 
b/vendor/composer/autoload_files.php
new file mode 100644
index 0000000..4207f11
--- /dev/null
+++ b/vendor/composer/autoload_files.php
@@ -0,0 +1,15 @@
+<?php
+
+// autoload_files.php @generated by Composer
+
+$vendorDir = dirname(dirname(__FILE__));
+$baseDir = dirname($vendorDir);
+
+return array(
+    $vendorDir . '/data-values/data-values/DataValues.php',
+    $vendorDir . '/data-values/data-types/DataTypes.php',
+    $vendorDir . '/diff/diff/Diff.php',
+    $vendorDir . '/wikibase/data-model/WikibaseDataModel.php',
+    $vendorDir . '/wikibase/wikibase/Wikibase.composer.php',
+    $vendorDir . '/data-values/data-values/ValueView/ValueView.php',
+);
\ No newline at end of file
diff --git a/vendor/composer/autoload_namespaces.php 
b/vendor/composer/autoload_namespaces.php
new file mode 100644
index 0000000..b7fc012
--- /dev/null
+++ b/vendor/composer/autoload_namespaces.php
@@ -0,0 +1,9 @@
+<?php
+
+// autoload_namespaces.php @generated by Composer
+
+$vendorDir = dirname(dirname(__FILE__));
+$baseDir = dirname($vendorDir);
+
+return array(
+);
diff --git a/vendor/composer/autoload_real.php 
b/vendor/composer/autoload_real.php
new file mode 100644
index 0000000..43f9d57
--- /dev/null
+++ b/vendor/composer/autoload_real.php
@@ -0,0 +1,48 @@
+<?php
+
+// autoload_real.php @generated by Composer
+
+class ComposerAutoloaderInitc8aea906517064025c2325d8668d6989
+{
+    private static $loader;
+
+    public static function loadClassLoader($class)
+    {
+        if ('Composer\Autoload\ClassLoader' === $class) {
+            require __DIR__ . '/ClassLoader.php';
+        }
+    }
+
+    public static function getLoader()
+    {
+        if (null !== self::$loader) {
+            return self::$loader;
+        }
+
+        
spl_autoload_register(array('ComposerAutoloaderInitc8aea906517064025c2325d8668d6989',
 'loadClassLoader'), true, true);
+        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
+        
spl_autoload_unregister(array('ComposerAutoloaderInitc8aea906517064025c2325d8668d6989',
 'loadClassLoader'));
+
+        $vendorDir = dirname(__DIR__);
+        $baseDir = dirname($vendorDir);
+
+        $map = require __DIR__ . '/autoload_namespaces.php';
+        foreach ($map as $namespace => $path) {
+            $loader->set($namespace, $path);
+        }
+
+        $classMap = require __DIR__ . '/autoload_classmap.php';
+        if ($classMap) {
+            $loader->addClassMap($classMap);
+        }
+
+        $loader->register(true);
+
+        $includeFiles = require __DIR__ . '/autoload_files.php';
+        foreach ($includeFiles as $file) {
+            require $file;
+        }
+
+        return $loader;
+    }
+}
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
new file mode 100644
index 0000000..94597eb
--- /dev/null
+++ b/vendor/composer/installed.json
@@ -0,0 +1,252 @@
+[
+    {
+        "name": "data-values/data-values",
+        "version": "dev-master",
+        "version_normalized": "9999999-dev",
+        "source": {
+            "type": "git",
+            "url": 
"https://github.com/wikimedia/mediawiki-extensions-DataValues.git";,
+            "reference": "19b64a01f58738d33ff8892ec9966536b31f7702"
+        },
+        "dist": {
+            "type": "zip",
+            "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-DataValues/zipball/19b64a01f58738d33ff8892ec9966536b31f7702";,
+            "reference": "19b64a01f58738d33ff8892ec9966536b31f7702",
+            "shasum": ""
+        },
+        "require": {
+            "php": ">=5.3.0"
+        },
+        "replace": {
+            "mediawiki/data-values": "*"
+        },
+        "time": "2013-10-08 09:27:06",
+        "type": "library",
+        "installation-source": "source",
+        "autoload": {
+            "files": [
+                "DataValues.php",
+                "ValueView/ValueView.php"
+            ]
+        },
+        "notification-url": "https://packagist.org/downloads/";,
+        "license": [
+            "GPL-2.0+"
+        ],
+        "authors": [
+            {
+                "name": "Jeroen De Dauw",
+                "email": "jeroended...@gmail.com",
+                "homepage": "http://jeroendedauw.com";,
+                "role": "Developer"
+            }
+        ],
+        "description": "A library containing definitions for various values 
(ie quantities, times, coordinates, etc)",
+        "homepage": "https://www.mediawiki.org/wiki/Extension:DataValues";,
+        "keywords": [
+            "datatypes",
+            "datavalues",
+            "valueformatters",
+            "valueparsers",
+            "valuevalidators",
+            "wikidata"
+        ]
+    },
+    {
+        "name": "data-values/data-types",
+        "version": "dev-master",
+        "version_normalized": "9999999-dev",
+        "source": {
+            "type": "git",
+            "url": 
"https://github.com/wikimedia/mediawiki-extensions-DataTypes.git";,
+            "reference": "b9b775a20e5678e0ac8cd1f40682e21e95c10573"
+        },
+        "dist": {
+            "type": "zip",
+            "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-DataTypes/zipball/b9b775a20e5678e0ac8cd1f40682e21e95c10573";,
+            "reference": "b9b775a20e5678e0ac8cd1f40682e21e95c10573",
+            "shasum": ""
+        },
+        "require": {
+            "data-values/data-values": "dev-master",
+            "php": ">=5.3.0"
+        },
+        "time": "2013-10-08 00:52:54",
+        "type": "library",
+        "installation-source": "source",
+        "autoload": {
+            "files": [
+                "DataTypes.php"
+            ]
+        },
+        "notification-url": "https://packagist.org/downloads/";,
+        "license": [
+            "GPL-2.0+"
+        ],
+        "authors": [
+            {
+                "name": "Jeroen De Dauw",
+                "email": "jeroended...@gmail.com",
+                "homepage": "http://jeroendedauw.com";,
+                "role": "Developer"
+            },
+            {
+                "name": "Wikidata community",
+                "homepage": "https://wikidata.org";,
+                "role": "Developer"
+            }
+        ],
+        "description": "PHP library defining the DataTypes\\DataType class of 
which instances represent a type of value, such as \"positive integer\" or 
\"percentage\".",
+        "homepage": "https://www.mediawiki.org/wiki/Extension:DataTypes";,
+        "keywords": [
+            "datatypes",
+            "datavalues"
+        ]
+    },
+    {
+        "name": "diff/diff",
+        "version": "dev-master",
+        "version_normalized": "9999999-dev",
+        "source": {
+            "type": "git",
+            "url": 
"https://github.com/wikimedia/mediawiki-extensions-Diff.git";,
+            "reference": "71ea5b4cd7aee8f3a45a273c848047ff1b9af3a7"
+        },
+        "dist": {
+            "type": "zip",
+            "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-Diff/zipball/71ea5b4cd7aee8f3a45a273c848047ff1b9af3a7";,
+            "reference": "71ea5b4cd7aee8f3a45a273c848047ff1b9af3a7",
+            "shasum": ""
+        },
+        "require": {
+            "php": ">=5.3.0"
+        },
+        "require-dev": {
+            "satooshi/php-coveralls": "dev-master"
+        },
+        "time": "2013-10-04 15:16:06",
+        "type": "library",
+        "installation-source": "source",
+        "autoload": {
+            "files": [
+                "Diff.php"
+            ]
+        },
+        "notification-url": "https://packagist.org/downloads/";,
+        "license": [
+            "GPL-2.0+"
+        ],
+        "authors": [
+            {
+                "name": "Jeroen De Dauw",
+                "email": "jeroended...@gmail.com",
+                "homepage": "http://jeroendedauw.com";,
+                "role": "Developer"
+            }
+        ],
+        "description": "Library for diffing, patching and representing 
differences between complex objects",
+        "homepage": "https://github.com/wikimedia/mediawiki-extensions-Diff";,
+        "keywords": [
+            "diff",
+            "wikidata"
+        ]
+    },
+    {
+        "name": "wikibase/data-model",
+        "version": "dev-master",
+        "version_normalized": "9999999-dev",
+        "source": {
+            "type": "git",
+            "url": 
"https://github.com/wikimedia/mediawiki-extensions-WikibaseDataModel.git";,
+            "reference": "6140d6641263c088814b5895b2b9e28f378307c6"
+        },
+        "dist": {
+            "type": "zip",
+            "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-WikibaseDataModel/zipball/6140d6641263c088814b5895b2b9e28f378307c6";,
+            "reference": "6140d6641263c088814b5895b2b9e28f378307c6",
+            "shasum": ""
+        },
+        "require": {
+            "data-values/data-values": "dev-master",
+            "diff/diff": "dev-master",
+            "php": ">=5.3.0"
+        },
+        "time": "2013-09-30 08:29:44",
+        "type": "library",
+        "installation-source": "source",
+        "autoload": {
+            "files": [
+                "WikibaseDataModel.php"
+            ]
+        },
+        "notification-url": "https://packagist.org/downloads/";,
+        "license": [
+            "GPL-2.0+"
+        ],
+        "authors": [
+            {
+                "name": "Jeroen De Dauw",
+                "email": "jeroended...@gmail.com",
+                "homepage": "http://jeroendedauw.com";,
+                "role": "Developer"
+            }
+        ],
+        "description": "PHP implementation of the Wikibase DataModel",
+        "homepage": 
"https://www.mediawiki.org/wiki/Extension:WikibaseDataModel";,
+        "keywords": [
+            "DataModel",
+            "wikibase",
+            "wikidata"
+        ]
+    },
+    {
+        "name": "wikibase/wikibase",
+        "version": "dev-master",
+        "version_normalized": "9999999-dev",
+        "source": {
+            "type": "git",
+            "url": 
"https://github.com/wikimedia/mediawiki-extensions-Wikibase.git";,
+            "reference": "fad555f3696fd16118cc1189df2decf7bf548f56"
+        },
+        "dist": {
+            "type": "zip",
+            "url": 
"https://api.github.com/repos/wikimedia/mediawiki-extensions-Wikibase/zipball/fad555f3696fd16118cc1189df2decf7bf548f56";,
+            "reference": "fad555f3696fd16118cc1189df2decf7bf548f56",
+            "shasum": ""
+        },
+        "require": {
+            "data-values/data-types": "*",
+            "data-values/data-values": "*",
+            "diff/diff": ">=0.6",
+            "php": ">=5.3.0",
+            "wikibase/data-model": "*"
+        },
+        "time": "2013-10-09 09:36:45",
+        "type": "mediawiki-extension",
+        "installation-source": "source",
+        "autoload": {
+            "files": [
+                "Wikibase.composer.php"
+            ]
+        },
+        "notification-url": "https://packagist.org/downloads/";,
+        "license": [
+            "GNU GPL v2+"
+        ],
+        "authors": [
+            {
+                "name": "The Wikidata team",
+                "role": "Developer"
+            }
+        ],
+        "description": "Structured data repository for MediaWiki",
+        "homepage": "https://www.mediawiki.org/wiki/Wikibase";,
+        "keywords": [
+            "wikibase",
+            "wikibaseclient",
+            "wikibaselib",
+            "wikibaserepo",
+            "wikidata"
+        ]
+    }
+]
diff --git a/vendor/data-values/data-types b/vendor/data-values/data-types
new file mode 160000
index 0000000..b9b775a
--- /dev/null
+++ b/vendor/data-values/data-types
+Subproject commit b9b775a20e5678e0ac8cd1f40682e21e95c10573
diff --git a/vendor/data-values/data-values b/vendor/data-values/data-values
new file mode 160000
index 0000000..19b64a0
--- /dev/null
+++ b/vendor/data-values/data-values
+Subproject commit 19b64a01f58738d33ff8892ec9966536b31f7702
diff --git a/vendor/diff/diff b/vendor/diff/diff
new file mode 160000
index 0000000..71ea5b4
--- /dev/null
+++ b/vendor/diff/diff
+Subproject commit 71ea5b4cd7aee8f3a45a273c848047ff1b9af3a7
diff --git a/vendor/wikibase/data-model b/vendor/wikibase/data-model
new file mode 160000
index 0000000..6140d66
--- /dev/null
+++ b/vendor/wikibase/data-model
+Subproject commit 6140d6641263c088814b5895b2b9e28f378307c6
diff --git a/vendor/wikibase/wikibase b/vendor/wikibase/wikibase
new file mode 160000
index 0000000..fad555f
--- /dev/null
+++ b/vendor/wikibase/wikibase
+Subproject commit fad555f3696fd16118cc1189df2decf7bf548f56

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5884b60c0170ec4baafd5f9bbfd14bf558d9f998
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikidata
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to