jenkins-bot has submitted this change and it was merged. Change subject: Stop adding "Category:Uploaded with UploadWizard" ......................................................................
Stop adding "Category:Uploaded with UploadWizard" Wikimedia Commons has discussed and agreed that uploads performed via Special:UploadWizard should no longer contain this category anymore. There's also product sign-off to stop adding this category elsewhere. Bug: T147799 Signed-off-by: James D. Forrester <[email protected]> Change-Id: Ia8dd3c19d1e06f47ce75d1889f7300c31d29c6bd --- M wmf-config/CommonSettings.php 1 file changed, 0 insertions(+), 5 deletions(-) Approvals: Bartosz Dziewoński: Looks good to me, but someone else must approve Addshore: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index a622558..a6d245d 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -1914,11 +1914,6 @@ $wgUploadStashScalerBaseUrl = "//{$wmfHostnames['upload']}/$site/$lang/thumb/temp"; $wgUploadWizardConfig = [ # 'debug' => true, - 'autoAdd' => [ - 'categories' => [ - 'Uploaded with UploadWizard', - ], - ], // Normally we don't include API keys in CommonSettings, but this key // isn't private since it's used on the client-side, i.e. anyone can see // it in the outgoing AJAX requests to Flickr. -- To view, visit https://gerrit.wikimedia.org/r/315121 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia8dd3c19d1e06f47ce75d1889f7300c31d29c6bd Gerrit-PatchSet: 6 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: MarcoAurelio <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: Dereckson <[email protected]> Gerrit-Reviewer: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: Jforrester <[email protected]> Gerrit-Reviewer: MarcoAurelio <[email protected]> Gerrit-Reviewer: Steinsplitter <[email protected]> Gerrit-Reviewer: Zhuyifei1999 <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
