From: Jeroen De Dauw Date: Sun, 15 Aug 2010 10:02:17 +0000 (+0000) Subject: Follow up to r71107 - moved forgotten global variables X-Git-Tag: 1.31.0-rc.0~35480 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=94c6600f99b1e4a0784b1f88c208e3a18ea07bce;p=lhc%2Fweb%2Fwiklou.git Follow up to r71107 - moved forgotten global variables --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5063b4c8f6..7b6b697f0c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5088,6 +5088,37 @@ $wgUploadMaintenance = false; * Enabes or disables JavaScript-based suggestions of password strength */ $wgLivePasswordStrengthChecks = false; + +/** + * The location of the MediaWiki package repository to use. + * + * @since 1.17 + * @var string + */ +$wgRepositoryApiLocation = 'http://www.mediawiki.org/w/api.php'; + +/** + * The location of the remote web interface for the selected repository. + * + * @since 1.17 + * @var string + */ +$wgRepositoryLocation = 'http://www.mediawiki.org/wiki/Special:Repository'; + +/** + * List of package states to filter update detection and extension listing on. + * + * @since 1.17 + * @var array + */ +$wgRepositoryPackageStates = array( + //'dev', + //'alpha', + 'beta', + //'rc', + 'stable', + //'deprecated', +); /** * For really cool vim folding this needs to be at the end: