r3015 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r3014‎ | r3015 | r3016 >
Date:09:14, 8 April 2004
Author:eloquence
Status:old
Tags:
Comment:
+image resizing settings
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -289,6 +289,21 @@
290290
291291 $wgAllowAnonymousMinor = false;
292292
 293+## Set $wgUseImageResize to true if you want to enable dynamic
 294+## server side image resizing ("Thumbnails")
 295+#
 296+$wgUseImageResize = false;
 297+
 298+## Resizing can be done using PHP's internal image libraries
 299+## or using ImageMagick. The later supports more file formats
 300+## than PHP, which only supports PNG, GIF, JPG, XBM and WBMP.
 301+##
 302+## Set $wgUseImageMagick to true to use Image Magick instead
 303+## of the builtin functions
 304+#
 305+$wgUseImageMagick = false;
 306+$wgImageMagickConvertCommand = "/usr/bin/convert";
 307+
293308 # Enable experimental smarty skins (put Smarty/libs in your include_path!)
294309 $wgUseSmarty = false;
295310 $wgUsePHPTal = false;

Status & tagging log