Jdlrobson has uploaded a new change for review.

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

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(-)


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

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: newchange
Gerrit-Change-Id: I7a3fddf049c55bf1ecab9db5f6e9485a2951536e
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to