r107922 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107921‎ | r107922 | r107923 >
Date:18:54, 3 January 2012
Author:danwe
Status:ok
Tags:
Comment:
bad configuration value for $srfgArraySep removed which has accidentally been introduced in r102530.
Modified paths:
  • /trunk/extensions/SemanticResultFormats/SRF_Settings.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php
@@ -1,7 +1,7 @@
22 <?php
33 /**
44 * Settings file for the Semantic Result Formats extension.
5 - * http://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
 5+ * https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats
66 *
77 * NOTE: Do not use this file as entry point, use SemanticresultFormats.php instead.
88 *
@@ -9,6 +9,7 @@
1010 * @ingroup SemanticResultFormats
1111 *
1212 * @author Jeroen De Dauw < jeroendedauw@gmail.com >
 13+ * @author Daniel Werner < danweetz@web.de >
1314 */
1415
1516 if ( !defined( 'MEDIAWIKI' ) ) {
@@ -69,8 +70,8 @@
7071 $srfgArrayHeaderSep = ' ';
7172
7273 /**
73 - * used if Array|Hash result format isn't used inline and the standard config values
74 - * defined in LocalSettings.php can't be used because they are page references which
 74+ * Used if Array|Hash result format is not used inline and the standard config values
 75+ * defined in LocalSettings.php can not be used because they are page references which
7576 * can only be evaluated in inline queries
7677 *
7778 * @var Array
@@ -82,4 +83,3 @@
8384 'recordsep' => $srfgArrayRecordSep,
8485 'headersep' => $srfgArrayHeaderSep
8586 );
86 -$srfgArraySep = array( 'bla', NS_TEMPLATE );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102530Update for Array Result Format. Additional parameter support and adjusted for...danwe16:38, 9 November 2011

Status & tagging log