Enable subpages in NS_MEDIAWIKI. This does not affect the message cache, which was...
authorIlmari Karonen <vyznev@users.mediawiki.org>
Fri, 29 May 2009 16:32:10 +0000 (16:32 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Fri, 29 May 2009 16:32:10 +0000 (16:32 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index 27023a2..8691a6c 100644 (file)
@@ -35,6 +35,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 18958) $wgEnableVariants is a new boolean value to turn on or off the 
   entire variant conversion engine, and the default is set to true. Former 
   variable $wgDisableLangConversion was superseded by this variable.
+* Subpages are now enabled in the MediaWiki namespace by default.  This is
+  mainly a cosmetic change, and does not in any way affect the MessageCache,
+  which was already effectively treating the namespace as if it had subpages.
 
 === New features in 1.16 ===
 
index c3ca516..26eea35 100644 (file)
@@ -1973,6 +1973,7 @@ $wgNamespacesWithSubpages = array(
        NS_USER_TALK      => true,
        NS_PROJECT_TALK   => true,
        NS_FILE_TALK      => true,
+       NS_MEDIAWIKI      => true,
        NS_MEDIAWIKI_TALK => true,
        NS_TEMPLATE_TALK  => true,
        NS_HELP_TALK      => true,