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

Revision: 84482
Author:   tparscal
Date:     2011-03-21 20:46:05 +0000 (Mon, 21 Mar 2011)
Log Message:
-----------
Added notice about which modules are experimental.

Modified Paths:
--------------
    trunk/extensions/Vector/Vector.php

Modified: trunk/extensions/Vector/Vector.php
===================================================================
--- trunk/extensions/Vector/Vector.php  2011-03-21 20:38:19 UTC (rev 84481)
+++ trunk/extensions/Vector/Vector.php  2011-03-21 20:46:05 UTC (rev 84482)
@@ -20,10 +20,11 @@
        'collapsiblenav' => array( 'global' => true, 'user' => true ),
        'collapsibletabs' => array( 'global' => true, 'user' => false ),
        'editwarning' => array( 'global' => false, 'user' => true ),
+       'simplesearch' => array( 'global' => false, 'user' => true ),
+       // The follwing are experimental and likely unstable - use at your own 
risk
        'expandablesearch' => array( 'global' => false, 'user' => false ),
        'footercleanup' => array( 'global' => false, 'user' => false ),
        'sectioneditlinks' => array( 'global' => false, 'user' => false ),
-       'simplesearch' => array( 'global' => false, 'user' => true ),
 );
 
 // The Vector skin has a basic version of simple search, which is a 
prerequisite for the enhanced one


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

Reply via email to