diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2015-06-04 07:31:04 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2015-06-04 07:58:39 +0200 |
commit | f6d65e533c62f6deb21342d4901ece24497b433e (patch) | |
tree | f28adf0362d14bcd448f7b65a7aaf38650f923aa /extensions/LocalisationUpdate/extension.json | |
parent | c27b2e832fe25651ef2410fae85b41072aae7519 (diff) |
Update to MediaWiki 1.25.1
Diffstat (limited to 'extensions/LocalisationUpdate/extension.json')
-rw-r--r-- | extensions/LocalisationUpdate/extension.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/extensions/LocalisationUpdate/extension.json b/extensions/LocalisationUpdate/extension.json new file mode 100644 index 00000000..43262f09 --- /dev/null +++ b/extensions/LocalisationUpdate/extension.json @@ -0,0 +1,55 @@ +{ + "@note": "This file must be kept in sync with LocalisationUpdate.php", + "name": "LocalisationUpdate", + "version": "1.3.0", + "author": [ + "Tom Maaswinkel", + "Niklas Laxström", + "Roan Kattouw" + ], + "url": "https://www.mediawiki.org/wiki/Extension:LocalisationUpdate", + "descriptionmsg": "localisationupdate-desc", + "type": "other", + "MessagesDirs": { + "LocalisationUpdate": [ + "i18n" + ] + }, + "AutoloadClasses": { + "LocalisationUpdate": "LocalisationUpdate.class.php", + "LU_Updater": "Updater.php", + "QuickArrayReader": "QuickArrayReader.php", + "LU_Fetcher": "fetcher/Fetcher.php", + "LU_FetcherFactory": "fetcher/FetcherFactory.php", + "LU_FileSystemFetcher": "fetcher/FileSystemFetcher.php", + "LU_GitHubFetcher": "fetcher/GitHubFetcher.php", + "LU_HttpFetcher": "fetcher/HttpFetcher.php", + "LU_Finder": "finder/Finder.php", + "LU_JSONReader": "reader/JSONReader.php", + "LU_PHPReader": "reader/PHPReader.php", + "LU_Reader": "reader/Reader.php", + "LU_ReaderFactory": "reader/ReaderFactory.php" + }, + "Hooks": { + "LocalisationCacheRecache": [ + "LocalisationUpdate::onRecache" + ], + "LocalisationCacheRecacheFallback": [ + "LocalisationUpdate::onRecacheFallback" + ], + "UnitTestsList": [ + "LocalisationUpdate::setupUnitTests" + ] + }, + "config": { + "LocalisationUpdateDirectory": false, + "LocalisationUpdateRepository": "github", + "LocalisationUpdateRepositories": { + "github": { + "mediawiki": "https://raw.github.com/wikimedia/mediawiki/master/%PATH%", + "extension": "https://raw.github.com/wikimedia/mediawiki-extensions-%NAME%/master/%PATH%", + "skin": "https://raw.github.com/wikimedia/mediawiki-skins-%NAME%/master/%PATH%" + } + } + } +} |