r34061 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34060‎ | r34061 | r34062 >
Date:20:30, 30 April 2008
Author:brion
Status:old
Tags:
Comment:
* (bug 13885) Bump default $wgSVGMaxSize from 1024 to 2048 pixels

Files marked as being larger would be horribly client-side scaled on Image: page inline display for users who set their options up to 1280 or larger. 2048 is still not insanely-huge while still encompassing common screen sizes.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1823,7 +1823,7 @@
18241824 /** If not in the executable PATH, specify */
18251825 $wgSVGConverterPath = '';
18261826 /** Don't scale a SVG larger than this */
1827 -$wgSVGMaxSize = 1024;
 1827+$wgSVGMaxSize = 2048;
18281828 /**
18291829 * Don't thumbnail an image if it will use too much working memory
18301830 * Default is 50 MB if decompressed to RGBA form, which corresponds to
Index: trunk/phase3/RELEASE-NOTES
@@ -229,6 +229,7 @@
230230 * (bug 13185) No line break after 'subpages' class in Modern skin
231231 * (bug 13583) No "poweredby" in Modern skin
232232 * (bug 13880) "Printable" link in Modern skin now formats as print mode
 233+* (bug 13885) Bump default $wgSVGMaxSize from 1024 to 2048 pixels
233234
234235
235236 === API changes in 1.13 ===

Status & tagging log