r111994 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111993‎ | r111994 | r111995 >
Date:09:26, 21 February 2012
Author:siebrand
Status:ok
Tags:
Comment:
Partial revert of r111866: utils\TranslationHelpers.php change was based on an incorrect comment.
Modified paths:
  • /trunk/extensions/Translate/utils/TranslationHelpers.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/TranslationHelpers.php
@@ -1376,6 +1376,11 @@
13771377
13781378 public static function addModules( OutputPage $out ) {
13791379 $out->addModules( 'ext.translate.quickedit' );
 1380+
 1381+ // Might be needed, but ajax doesn't load it
 1382+ // Globals :(
 1383+ $diff = new DifferenceEngine;
 1384+ $diff->showDiffStyle();
13801385 }
13811386
13821387 /// @since 2012-01-04

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111866Remove 1.17 compatibility code.siebrand15:16, 19 February 2012

Status & tagging log