http://www.mediawiki.org/wiki/Special:Code/MediaWiki/71111

Revision: 71111
Author:   jeroendedauw
Date:     2010-08-15 10:02:17 +0000 (Sun, 15 Aug 2010)

Log Message:
-----------
Follow up to r71107 - moved forgotten global variables

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-08-15 09:49:22 UTC (rev 
71110)
+++ trunk/phase3/includes/DefaultSettings.php   2010-08-15 10:02:17 UTC (rev 
71111)
@@ -5088,6 +5088,37 @@
  * 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:



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

Reply via email to