Revision: 53128
Author:   catrope
Date:     2009-07-12 00:30:09 +0000 (Sun, 12 Jul 2009)

Log Message:
-----------
Bump $wgStyleVersion for all the Vector-related fixes made in the past week or 
so.

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

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2009-07-11 23:00:48 UTC (rev 
53127)
+++ trunk/phase3/includes/DefaultSettings.php   2009-07-12 00:30:09 UTC (rev 
53128)
@@ -1531,7 +1531,7 @@
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '229';
+$wgStyleVersion = '230';
 
 
 # Server-side caching:
@@ -2014,6 +2014,7 @@
  * See Language.php for a list of namespaces.
  */
 $wgNamespacesWithSubpages = array(
+       NS_SPECIAL        => true,
        NS_TALK           => true,
        NS_USER           => true,
        NS_USER_TALK      => true,



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

Reply via email to