r87333 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87332‎ | r87333 | r87334 >
Date:16:11, 3 May 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r87266
Modified paths:
  • /branches/REL1_17/phase3 (modified) (history)
  • /branches/REL1_17/phase3/includes/ImageGallery.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/includes/ImageGallery.php
@@ -39,7 +39,8 @@
4040 */
4141 const THUMB_PADDING = 30;
4242 const GB_PADDING = 5;
43 - const GB_BORDERS = 6;
 43+ //2px borders on each side + 2px implied padding on each side
 44+ const GB_BORDERS = 8;
4445
4546 /**
4647 * Create a new image gallery object.
Property changes on: branches/REL1_17/phase3/includes/ImageGallery.php
___________________________________________________________________
Modified: svn:mergeinfo
4748 Merged /trunk/phase3/includes/ImageGallery.php:r87266
Property changes on: branches/REL1_17/phase3
___________________________________________________________________
Modified: svn:mergeinfo
4849 Merged /trunk/phase3:r87266

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87266Adjust maxwidth calculation for galleries. Bug 27577diebuche18:00, 2 May 2011

Status & tagging log