Merge "Set default setting for thumbsize to 300px (index 5) not 180px"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 21 Aug 2014 16:54:20 +0000 (16:54 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 21 Aug 2014 16:54:20 +0000 (16:54 +0000)
RELEASE-NOTES-1.24
includes/DefaultSettings.php

index 0952400..37334b0 100644 (file)
@@ -60,6 +60,9 @@ production.
   specifying subprojects on the interwiki map of the target wiki, or a mix of
   the two. Existing configurations will still work.
 * Users must be able to edit through a page's protection to be able to delete it.
+* The default thumb size ($wgDefaultUserOptions['thumbsize']) is now 300px, up from
+  180px. If you have altered the number of entries in $wgThumbLimits for your wiki, you
+  may need to adjust your default user settings to compensate for the index change.
 
 === New features in 1.24 ===
 * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate
index fd26cfe..68fa0b5 100644 (file)
@@ -4248,7 +4248,7 @@ $wgDefaultUserOptions = array(
        'showtoolbar' => 1,
        'skin' => false,
        'stubthreshold' => 0,
-       'thumbsize' => 2,
+       'thumbsize' => 5,
        'underline' => 2,
        'uselivepreview' => 0,
        'usenewrc' => 0,