Follow up to r71107 - moved forgotten global variables
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Sun, 15 Aug 2010 10:02:17 +0000 (10:02 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Sun, 15 Aug 2010 10:02:17 +0000 (10:02 +0000)
includes/DefaultSettings.php

index 5063b4c..7b6b697 100644 (file)
@@ -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: