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

Change subject: Exclude files from Special:ShortPages on commons
......................................................................


Exclude files from Special:ShortPages on commons

Bug: T170687
Change-Id: I1183e1a1ad6bd9044dced484186ed6ee49bbc375
---
M wmf-config/InitialiseSettings.php
1 file changed, 6 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index cfe878f..896a39f 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -19370,6 +19370,12 @@
        'labtestwiki' => true,
 ],
 
+'wgShortPagesNamespaceBlacklist' => [
+       'default' => [],
+       // T170687
+       'commons' => [ NS_FILE ],
+],
+
 // Temporarily enable until 1.30.0-wmf.12 rolls out -RK
 'wgStructuredChangeFiltersEnableExperimentalViews' => [
        'default' => true,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1183e1a1ad6bd9044dced484186ed6ee49bbc375
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to