Shirayuki has uploaded a new change for review.

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


Change subject: Update comments for grep
......................................................................

Update comments for grep

Change-Id: I735000a55924dd01327180694216ee3d9709394b
---
M backend/MWOAuthUtils.php
1 file changed, 6 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OAuth 
refs/changes/68/76868/1

diff --git a/backend/MWOAuthUtils.php b/backend/MWOAuthUtils.php
index 0061623..440405a 100644
--- a/backend/MWOAuthUtils.php
+++ b/backend/MWOAuthUtils.php
@@ -149,8 +149,12 @@
         */
        public static function grantName( $grant ) {
                // Give grep a chance to find the usages:
-               // mwoauth-grant-editpage, mwoauth-grant-createeditmovepage,
-               // mwoauth-grant-uploadfile, mwoauth-grant-uploadeditmovefile
+               // mwoauth-grant-blockusers, mwoauth-grant-createeditmovepage, 
mwoauth-grant-delete,
+               // mwoauth-grant-editinterface, mwoauth-grant-editmycssjs, 
mwoauth-grant-editmywatchlist,
+               // mwoauth-grant-editpage, mwoauth-grant-editprotected, 
mwoauth-grant-highvolume,
+               // mwoauth-grant-oversight, mwoauth-grant-patrol, 
mwoauth-grant-protect, mwoauth-grant-rollback,
+               // mwoauth-grant-sendemail, mwoauth-grant-uploadeditmovefile, 
mwoauth-grant-uploadfile,
+               // mwoauth-grant-useoauth, mwoauth-grant-viewdeleted, 
mwoauth-grant-viewmywatchlist
                $msg = wfMessage( "mwoauth-grant-$grant" );
                $msg = $msg->exists() ? $msg : wfMessage( 
"mwoauth-grant-generic", $grant );
                return $msg->text();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I735000a55924dd01327180694216ee3d9709394b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: master
Gerrit-Owner: Shirayuki <[email protected]>

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

Reply via email to