Revision: 43551
Author:   ialex
Date:     2008-11-15 11:33:51 +0000 (Sat, 15 Nov 2008)

Log Message:
-----------
Re-remove $wgNamespacesToBeSearchedProject

Modified Paths:
--------------
    trunk/extensions/Configure/CHANGELOG
    trunk/extensions/Configure/Configure.settings-core.php

Modified: trunk/extensions/Configure/CHANGELOG
===================================================================
--- trunk/extensions/Configure/CHANGELOG        2008-11-15 11:26:37 UTC (rev 
43550)
+++ trunk/extensions/Configure/CHANGELOG        2008-11-15 11:33:51 UTC (rev 
43551)
@@ -6,6 +6,7 @@
     database handler)
   * Added description for each setting.
   * API module can now be disabled with $wgConfigureAPI.
+  * Removed $wgNamespacesToBeSearchedProject.
 
 0.9.7 - 14 November 2008
   * Added SocialProfile, SpamRegex and UserMerge extensions.

Modified: trunk/extensions/Configure/Configure.settings-core.php
===================================================================
--- trunk/extensions/Configure/Configure.settings-core.php      2008-11-15 
11:26:37 UTC (rev 43550)
+++ trunk/extensions/Configure/Configure.settings-core.php      2008-11-15 
11:33:51 UTC (rev 43551)
@@ -235,7 +235,6 @@
                        'wgNamespaceProtection' => 'array',
                        'wgNamespaceRobotPolicies' => 'array',
                        'wgNamespacesToBeSearchedDefault' => 'array',
-                       'wgNamespacesToBeSearchedProject' => 'array',
                        'wgNamespacesWithSubpages' => 'array',
                        'wgNoFollowNsExceptions' => 'array',
                        'wgNonincludableNamespaces' => 'array',
@@ -744,7 +743,6 @@
        'wgNamespaceProtection' => 'ns-array',
        'wgNamespaceRobotPolicies' => 'ns-text',
        'wgNamespacesToBeSearchedDefault' => 'ns-bool',
-       'wgNamespacesToBeSearchedProject' => 'ns-bool',
        'wgNamespacesWithSubpages' => 'ns-bool',
        'wgNoFollowNsExceptions' => 'ns-simple',
        'wgNonincludableNamespaces' => 'ns-simple',
@@ -1090,7 +1088,6 @@
        'wgDebugLogPrefix' => array( array( '1.14alpha', '>=' ) ),
        'wgEnotifUseRealName' => array( array( '1.14alpha', '>=' ) ),
        'wgImageMagickTempDir' => array( array( '1.14alpha', '>=' ) ),
-       'wgNamespacesToBeSearchedProject' => array( array( '1.14alpha', '>=' ) 
),
 # Obsolete
        'wgAjaxSearch' => array( array( '1.14alpha', '<' ) ),
 );



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to