Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1973,6 +1973,7 @@ |
1974 | 1974 | NS_USER_TALK => true, |
1975 | 1975 | NS_PROJECT_TALK => true, |
1976 | 1976 | NS_FILE_TALK => true, |
| 1977 | + NS_MEDIAWIKI => true, |
1977 | 1978 | NS_MEDIAWIKI_TALK => true, |
1978 | 1979 | NS_TEMPLATE_TALK => true, |
1979 | 1980 | NS_HELP_TALK => true, |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -35,6 +35,9 @@ |
36 | 36 | * (bug 18958) $wgEnableVariants is a new boolean value to turn on or off the |
37 | 37 | entire variant conversion engine, and the default is set to true. Former |
38 | 38 | 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. |
39 | 42 | |
40 | 43 | === New features in 1.16 === |
41 | 44 | |