r52527 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52526‎ | r52527 | r52528 >
Date:19:24, 28 June 2009
Author:shinjiman
Status:reverted
Tags:
Comment:
fix up, link to r52525 for CodeReview if any comments are added.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -210,7 +210,7 @@
211211 'latex' => 'LaTeX',
212212 'imagemagick' => 'ImageMagick',
213213 );
214 - $swMathNURL = Array(
 214+ $swMathURL = Array(
215215 'ocaml' => 'http://caml.inria.fr/',
216216 'gs' => 'http://www.ghostscript.com/',
217217 'dvips' => 'http://www.radicaleye.com/dvips.html',
@@ -246,7 +246,7 @@
247247 list( $swMathVerInfo ) = explode('http://www.imagemagick.org', $tail );
248248 }
249249 $swMathVer[$swMath] = $swMathVerInfo;
250 - $software["[$swMathURL $swMathName]"] = $swMathVer[$swMath];
 250+ $software["[$swMathURL[$swMath] $swMathName[$swMath]]"] = $swMathVer[$swMath];
251251 }
252252 }
253253 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r52547fix up to add the local bin path, link to r52527 and r52525 for CodeReview if...shinjiman15:35, 29 June 2009
r52624added whereis path support instead of the hardcoded local binary path to get ...shinjiman13:48, 1 July 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52525* (bug 14611) Added support showing the version of the Math rendering engine.shinjiman18:42, 28 June 2009

Status & tagging log