Aude has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/121086

Change subject: Update Wikidata OAuth grants
......................................................................

Update Wikidata OAuth grants

Change-Id: I186e3ade7634a20341d21ab88174b686ebdd8eef
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/86/121086/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index b8f6e69..4268384 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2572,18 +2572,10 @@
 
        // Rights needed to interact with wikibase
        $wgMWOAuthGrantPermissions['createeditmovepage']['item-create'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['item-override'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['item-remove'] = true;
+       $wgMWOAuthGrantPermissions['createeditmovepage']['property-create'] = 
true;
+       $wgMWOAuthGrantPermissions['editpage']['item-term'] = true;
        $wgMWOAuthGrantPermissions['editpage']['item-merge'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['alias-update'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['alias-remove'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['sitelink-update'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['sitelink-remove'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['linktitles-update'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['label-remove'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['label-update'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['description-remove'] = true;
-       $wgMWOAuthGrantPermissions['editpage']['description-update'] = true;
+       $wgMWOAuthGrantPermissions['editpage']['property-term'] = true;
 }
 
 ### End (roughly) of general extensions ########################

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I186e3ade7634a20341d21ab88174b686ebdd8eef
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>

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

Reply via email to