r90919 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90918‎ | r90919 | r90920 >
Date:23:01, 27 June 2011
Author:neilk
Status:ok
Tags:
Comment:
adding standard location of exiv2 under Ubuntu Linux as default. This is used by tests/phpunit/includes/api/RandomImageGenerator.php and the same binary is also used in the PagedTiffHandler extension
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -619,6 +619,11 @@
620620 $wgCustomConvertCommand = false;
621621
622622 /**
 623+ * Some tests and extensions use exiv2 to manipulate the EXIF metadata in some image formats.
 624+ */
 625+$wgExiv2Command = '/usr/bin/exiv2';
 626+
 627+/**
623628 * Scalable Vector Graphics (SVG) may be uploaded as images.
624629 * Since SVG support is not yet standard in browsers, it is
625630 * necessary to rasterize SVGs to PNG as a fallback format.

Status & tagging log