jenkins-bot has submitted this change and it was merged.

Change subject: Disable Upload Wizard blacklist issues on Commons
......................................................................


Disable Upload Wizard blacklist issues on Commons

When a contributor uploads a file through the upload wizard,
a title must be chosen and the extension checks it against
https://commons.wikimedia.org/wiki/MediaWiki:Titleblacklist

If the file title is blacklisted, the user had the option to report
false positives. The initial intent was to improve the blacklist.

These reports were published on a page not actively curated, were
very redundant and wasn't false positives but titles legitimately
blocked like the original camera DSC filename.

It so has been proposed to disable this feature, and the Commons
community agreed.

Bug: T146417
Change-Id: Icfa60db0c380079f5726946bc819bc172ea02802
---
M wmf-config/CommonSettings.php
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Jforrester: Looks good to me, but someone else must approve
  Dereckson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 4a8372f..f6f5bb1 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1997,7 +1997,6 @@
        } elseif ( $wgDBname === 'commonswiki' ) {
                $wgUploadWizardConfig['feedbackPage'] = 
'Commons:Upload_Wizard_feedback'; # Set by neilk, 2011-11-01, per erik
                $wgUploadWizardConfig["missingCategoriesWikiText"] = 
"{{subst:unc}}";
-               $wgUploadWizardConfig['blacklistIssuesPage'] = 
'Commons:Upload_Wizard_blacklist_issues'; # Set by neilk, 2011-11-01, per erik
                $wgUploadWizardConfig['flickrBlacklistPage'] = 
'User:FlickreviewR/bad-authors';
        }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icfa60db0c380079f5726946bc819bc172ea02802
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <dereck...@espace-win.org>
Gerrit-Reviewer: Dereckson <dereck...@espace-win.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to