r51153 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51152‎ | r51153 | r51154 >
Date:16:32, 29 May 2009
Author:vyznev
Status:ok
Tags:
Comment:
Enable subpages in NS_MEDIAWIKI. This does not affect the message cache, which was already in effect using subpages for localized messages, but allows multi-page moves within (or into or out of) NS_MEDIAWIKI and provides convenient backlinks when viewing localized message pages.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1973,6 +1973,7 @@
19741974 NS_USER_TALK => true,
19751975 NS_PROJECT_TALK => true,
19761976 NS_FILE_TALK => true,
 1977+ NS_MEDIAWIKI => true,
19771978 NS_MEDIAWIKI_TALK => true,
19781979 NS_TEMPLATE_TALK => true,
19791980 NS_HELP_TALK => true,
Index: trunk/phase3/RELEASE-NOTES
@@ -35,6 +35,9 @@
3636 * (bug 18958) $wgEnableVariants is a new boolean value to turn on or off the
3737 entire variant conversion engine, and the default is set to true. Former
3838 variable $wgDisableLangConversion was superseded by this variable.
 39+* Subpages are now enabled in the MediaWiki namespace by default. This is
 40+ mainly a cosmetic change, and does not in any way affect the MessageCache,
 41+ which was already effectively treating the namespace as if it had subpages.
3942
4043 === New features in 1.16 ===
4144

Status & tagging log