TTO has uploaded a new change for review.

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


Change subject: Adjust reupload-own permissions for ckbwiki
......................................................................

Adjust reupload-own permissions for ckbwiki

Not including the upload_by_url right, since it is not of
great use to anyone other than Commons (as it is currently
configured).

Bug: 52725
Change-Id: Ib2e3fbd5e34289ae103212b2a3a90f52ceedbc1d
---
M wmf-config/InitialiseSettings.php
1 file changed, 6 insertions(+), 1 deletion(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index db2e16a..452015f 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6783,15 +6783,20 @@
                'user' => array(
                        'upload' => false,
                        'reupload' => false,
+                       'reupload-own' => false, // bug 52725
                ), // bug 51232
                'autoconfirmed' => array(
                        'upload' => false,
                        'reupload' => false,
                ), // bug 51232
-               'sysop' => array( 'importupload' => true ), // bug 52633
+               'sysop' => array( 
+                       'importupload' => true, // bug 52633
+                       'reupload-own' => true, // bug 52725
+               ),
                'uploader' => array(
                        'upload' => true,
                        'reupload' => true,
+                       'reupload-own' => true, // bug 52725
                        'movefile' => true,
                ), // bug 51232
                'eliminator' => array(

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

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

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

Reply via email to