jenkins-bot has submitted this change and it was merged.

Change subject: Just use the default MobileFrontend specified page actions
......................................................................


Just use the default MobileFrontend specified page actions

There is no upload feature in MobileFrontend so this is outdated
and not compatible with extension.json loadin

Change-Id: I7a3fddf049c55bf1ecab9db5f6e9485a2951536e
---
M wmf-config/InitialiseSettings.php
M wmf-config/mobile.php
2 files changed, 0 insertions(+), 6 deletions(-)

Approvals:
  BryanDavis: Looks good to me, but someone else must approve
  Thcipriani: Looks good to me, approved
  Bmansurov: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index c3c7730..4dea13e 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -13695,10 +13695,6 @@
        'wiktionary' => false,
        'wikidata' => false,
 ),
-'wmgMFRemovePageActions' => array(
-       'default' => array( 'upload' ),
-       'wikisource' => array( 'upload' ), // T68958
-),
 'wmgMFUploadMinEdits' => array(
        'default' => 10,
        'commonswiki' => 75, // T64598
diff --git a/wmf-config/mobile.php b/wmf-config/mobile.php
index e4114b9..7329e90 100644
--- a/wmf-config/mobile.php
+++ b/wmf-config/mobile.php
@@ -92,8 +92,6 @@
        $wgMFAppPackageId = $wmgMFAppPackageId;
        $wgMFNearbyRange = $wmgMaxGeoSearchRadius;
 
-       $wgMFPageActions = array_diff( $wgMFPageActions, 
$wmgMFRemovePageActions );
-
        // restrict access to mobile Uploads to users with minimum editcount 
T64598
        $wgMFUploadMinEdits = $wmgMFUploadMinEdits;
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7a3fddf049c55bf1ecab9db5f6e9485a2951536e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[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

Reply via email to