Kaldari has uploaded a new change for review.
https://gerrit.wikimedia.org/r/91552
Change subject: Moving MobileFrontend schema configs to MobileFrontend extension
......................................................................
Moving MobileFrontend schema configs to MobileFrontend extension
Change-Id: I5fe147e8c1026970a6bbef0d26e0cdf3e1cf1888
---
M wmf-config/mobile.php
1 file changed, 0 insertions(+), 43 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/52/91552/1
diff --git a/wmf-config/mobile.php b/wmf-config/mobile.php
index 81f61fa..7dc0833 100644
--- a/wmf-config/mobile.php
+++ b/wmf-config/mobile.php
@@ -55,49 +55,6 @@
// Enable appending of TM (text) / (R) (icon) on site name in footer.
$wgMFTrademarkSitename = $wmgMFTrademarkSitename;
-// Enable Schemas for event logging (jdlrobson; 07-Feb-2012)
-if ( $wmgUseEventLogging ) {
- $wgResourceModules['mobile.watchlist.schema'] = array(
- 'class' => 'ResourceLoaderSchemaModule',
- 'schema' => 'MobileBetaWatchlist',
- 'revision' => 5281061,
- 'targets' => 'mobile',
- );
-
- $wgResourceModules['mobile.uploads.schema'] = array(
- 'class' => 'ResourceLoaderSchemaModule',
- 'schema' => 'MobileWebUploads',
- 'revision' => 5383883,
- 'targets' => 'mobile',
- );
-
- $wgResourceModules['mobile.editing.schema'] = array(
- 'class' => 'ResourceLoaderSchemaModule',
- 'schema' => 'MobileWebEditing',
- 'targets' => 'mobile',
- 'revision' => 5644223,
- );
-
- $wgResourceModules[ 'schema.MobileWebClickTracking' ] = array(
- 'class' => 'ResourceLoaderSchemaModule',
- 'schema' => 'MobileWebClickTracking',
- 'targets' => 'mobile',
- 'revision' => 5929948,
- );
-
- $wgHooks['EnableMobileModules'][] = function( $out, $mode ) {
- $modules = array(
- 'mobile.uploads.schema',
- 'mobile.watchlist.schema',
- 'mobile.editing.schema',
- 'schema.MobileWebClickTracking',
- );
- // add regardless of mode
- $out->addModules( $modules );
- return true;
- };
-}
-
// Force HTTPS for login/account creation
$wgMFForceSecureLogin = $wmgMFForceSecureLogin;
--
To view, visit https://gerrit.wikimedia.org/r/91552
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5fe147e8c1026970a6bbef0d26e0cdf3e1cf1888
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits