Mwalker has uploaded a new change for review. https://gerrit.wikimedia.org/r/150427
Change subject: Do not put OCG on the sidebar ...................................................................... Do not put OCG on the sidebar Change-Id: I8269d13a8e79426836b426919542d18141fba981 --- M wmf-config/InitialiseSettings.php 1 file changed, 13 insertions(+), 13 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/27/150427/1 diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 1adf61a..44602e1 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -10263,19 +10263,19 @@ ), 'wmgCollectionPortletFormats' => array( - 'default' => array( 'rl', 'rdf2latex' ), - 'tawiki' => array( 'odf', 'rdf2latex' ), // Bug 37154 - 'tawikibooks' => array( 'odf', 'rdf2latex' ), // Bug 37154 - 'tawikisource' => array( 'odf', 'rdf2latex' ), // Bug 37154 - 'tawikinews' => array( 'odf', 'rdf2latex' ), // Bug 37154 - 'guwikibooks' => array( 'odf', 'rdf2latex' ), // Bug 37384 - 'guwikisource' => array( 'odf', 'rdf2latex' ), // Bug 37384 - 'mlwikibooks' => array( 'odf', 'rdf2latex' ), // Bug 37672 - 'mlwikisource' => array( 'odf', 'rdf2latex' ), // Bug 37672 - 'newikibooks' => array( 'odf', 'rdf2latex' ), // Bug 37374 - 'newiktionary' => array( 'odf', 'rdf2latex' ), // Bug 37374 - 'urwiki' => array ( 'odf', 'rdf2latex' ), // Bug 41714 - 'urwikisource' => array ( 'odf', 'rdf2latex' ),// Bug 41714 + 'default' => array( 'rl' ), + 'tawiki' => array( 'odf' ), // Bug 37154 + 'tawikibooks' => array( 'odf' ), // Bug 37154 + 'tawikisource' => array( 'odf' ), // Bug 37154 + 'tawikinews' => array( 'odf' ), // Bug 37154 + 'guwikibooks' => array( 'odf' ), // Bug 37384 + 'guwikisource' => array( 'odf' ), // Bug 37384 + 'mlwikibooks' => array( 'odf' ), // Bug 37672 + 'mlwikisource' => array( 'odf' ), // Bug 37672 + 'newikibooks' => array( 'odf' ), // Bug 37374 + 'newiktionary' => array( 'odf' ), // Bug 37374 + 'urwiki' => array ( 'odf' ), // Bug 41714 + 'urwikisource' => array ( 'odf' ),// Bug 41714 ), 'wmgCollectionUseEpub' => array( -- To view, visit https://gerrit.wikimedia.org/r/150427 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8269d13a8e79426836b426919542d18141fba981 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Mwalker <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
