jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/313769 )

Change subject: Add NS_TEMPLATE to wgNamespacesWithSubpages in 
DefaultSettings.php
......................................................................


Add NS_TEMPLATE to wgNamespacesWithSubpages in DefaultSettings.php

Bug: T147160
Change-Id: I504de3332bbc4b39d8d69fa324949988d56d0b67
---
M RELEASE-NOTES-1.29
M includes/DefaultSettings.php
2 files changed, 3 insertions(+), 0 deletions(-)

Approvals:
  TTO: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/RELEASE-NOTES-1.29 b/RELEASE-NOTES-1.29
index 4e6396b..5e211ba 100644
--- a/RELEASE-NOTES-1.29
+++ b/RELEASE-NOTES-1.29
@@ -23,6 +23,8 @@
 * ApiBase::$messageMap is no longer public. Code attempting to access it will
   result in a PHP fatal error.
 * $wgUserEmailUseReplyTo is now true by default to work around restrictive 
DMARC policies.
+* Subpages are now enabled by default in the Template namespace. Set
+  $wgNamespacesWithSubpages[NS_TEMPLATE] to false to keep the old behavior.
 
 === New features in 1.29 ===
 * (T5233) A cookie can now be set when a user is autoblocked, to track that 
user if
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index e908a16..09ea958 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -4016,6 +4016,7 @@
        NS_FILE_TALK => true,
        NS_MEDIAWIKI => true,
        NS_MEDIAWIKI_TALK => true,
+       NS_TEMPLATE => true,
        NS_TEMPLATE_TALK => true,
        NS_HELP => true,
        NS_HELP_TALK => true,

-- 
To view, visit https://gerrit.wikimedia.org/r/313769
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I504de3332bbc4b39d8d69fa324949988d56d0b67
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Tjlsangria <[email protected]>
Gerrit-Reviewer: Huji <[email protected]>
Gerrit-Reviewer: TTO <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to