r112575 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112574‎ | r112575 | r112576 >
Date:05:00, 28 February 2012
Author:yaron
Status:ok
Tags:
Comment:
Follow-up to r112515 - restored some tabbing that got changed
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Utils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Utils.php
@@ -296,7 +296,7 @@
297297 $output = $wgOut;
298298 } else {
299299 $output = $parser->getOutput();
300 - self::addJavascriptFiles( $parser );
 300+ self::addJavascriptFiles( $parser );
301301 }
302302
303303 $output->addModules( 'ext.semanticforms.main' );
@@ -306,7 +306,7 @@
307307 $output->addModules( 'ext.semanticforms.submit' );
308308 $output->addModules( 'ext.smw.tooltips' );
309309 $output->addModules( 'ext.smw.sorttable' );
310 - }
 310+ }
311311
312312 /**
313313 * Returns an array of all form names on this wiki.
@@ -925,11 +925,11 @@
926926 }
927927
928928 static function loadScriptsForPopupForm( &$parser ) {
929 - $parser->getOutput()->addModules( 'ext.semanticforms.popupformedit' );
 929+ $parser->getOutput()->addModules( 'ext.semanticforms.popupformedit' );
930930 return true;
931931 }
932932
933 - /**
 933+ /**
934934 * array_merge_recursive merges arrays, but it converts values with duplicate
935935 * keys to arrays rather than overwriting the value in the first array with the duplicate
936936 * value in the second array, as array_merge does.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112515revert r112344, part revert r112224: SpecialPageFactory does not exist until ...foxtrott21:00, 27 February 2012

Status & tagging log