Jayprakash has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/405400 )
Change subject: Convert Arrays to use extension registration ...................................................................... Convert Arrays to use extension registration Bug: T185253 Change-Id: I63118c3e2f038f97f28420b7047dad5879e4a162 --- D Arrays.settings.php 1 file changed, 0 insertions(+), 46 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Arrays refs/changes/00/405400/1 diff --git a/Arrays.settings.php b/Arrays.settings.php deleted file mode 100644 index 029f7a0..0000000 --- a/Arrays.settings.php +++ /dev/null @@ -1,46 +0,0 @@ -<?php - -/** - * File defining the settings for the 'Arrays' extension. - * More info can be found at http://www.mediawiki.org/wiki/Extension:Arrays#Configuration - * - * NOTICE: - * ======= - * Changing one of these settings can be done by copying and placing - * it in LocalSettings.php, AFTER the inclusion of 'Arrays'. - * - * @file - * @ingroup Arrays - * @since 2.0 - * - * @author Daniel Werner - */ - -/** - * Set to false by default since version 2.0. - * - * @since 2.0 (as '$egArrayExtensionCompatbilityMode' in 1.4 alpha) - * - * @var boolean - */ -$egArraysCompatibilityMode = false; - -/** - * Contains a key-value pair list of characters that should be replaced by a template or parser function - * call within array values included into an '#arrayprint'. By replacing these special characters before - * including the values into the string which is being expanded afterwards, array values can't distract - * the surrounding MW code. Otherwise the array values themselves would be parsed as well. - * - * This has no effect in case $egArraysCompatibilityMode is set to false! If set to null, Arrays will - * jump to compatibility mode behavior on this, independently from $egArraysCompatibilityMode. - * - * @since 2.0 - * - * @var array|null - */ -$egArraysExpansionEscapeTemplates = array( - '=' => '{{=}}', - '|' => '{{!}}', - '{{' => '{{((}}', - '}}' => '{{))}}' -); -- To view, visit https://gerrit.wikimedia.org/r/405400 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I63118c3e2f038f97f28420b7047dad5879e4a162 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Arrays Gerrit-Branch: master Gerrit-Owner: Jayprakash <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
