jenkins-bot has submitted this change and it was merged. Change subject: Remove unused/no longer existing item-create oauth grant ......................................................................
Remove unused/no longer existing item-create oauth grant this was removed from wikibase back in 2014. (Ibec11b1) Change-Id: If7b9e58812234620964efb8749a1cbed1729f423 --- M wmf-config/CommonSettings.php 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Hoo man: Looks good to me, but someone else must approve Thcipriani: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index 31e4ae3..802e227 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -557,7 +557,6 @@ $wgGrantPermissionGroups['checkuser'] = 'administration'; // Rights needed to interact with wikibase -$wgGrantPermissions['createeditmovepage']['item-create'] = true; $wgGrantPermissions['createeditmovepage']['property-create'] = true; $wgGrantPermissions['editpage']['item-term'] = true; $wgGrantPermissions['editpage']['item-merge'] = true; -- To view, visit https://gerrit.wikimedia.org/r/265447 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If7b9e58812234620964efb8749a1cbed1729f423 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Aude <[email protected]> Gerrit-Reviewer: CSteipp <[email protected]> Gerrit-Reviewer: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: Thcipriani <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
