r107355 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107354‎ | r107355 | r107356 >
Date:02:05, 27 December 2011
Author:mah
Status:ok (Comments)
Tags:
Comment:
r107351: forgot to commit the changes to AutoLoader ... also update a comment
Modified paths:
  • /trunk/phase3/includes/AutoLoader.php (modified) (history)
  • /trunk/phase3/includes/media/XCF.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/media/XCF.php
@@ -1,13 +1,13 @@
22 <?php
33 /**
4 - * Handler for Microsoft's bitmap format
 4+ * Handler for the Gimp's native file format
55 *
66 * @file
77 * @ingroup Media
88 */
99
1010 /**
11 - * Handler for Microsoft's bitmap format; getimagesize() doesn't
 11+ * Handler for the Gimp's native file format; getimagesize() doesn't
1212 * support these files
1313 *
1414 * @ingroup Media
Index: trunk/phase3/includes/AutoLoader.php
@@ -601,6 +601,7 @@
602602 'FormatMetadata' => 'includes/media/FormatMetadata.php',
603603 'GIFHandler' => 'includes/media/GIF.php',
604604 'GIFMetadataExtractor' => 'includes/media/GIFMetadataExtractor.php',
 605+ 'XCFHandler' => 'includes/media/XCF.php',
605606 'ImageHandler' => 'includes/media/Generic.php',
606607 'IPTC' => 'includes/media/IPTC.php',
607608 'JpegHandler' => 'includes/media/Jpeg.php',

Follow-up revisions

RevisionCommit summaryAuthorDate
r107379alphabetize includes/media autoloaders + some whitespacemah13:34, 27 December 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107351* First simple XCF thumbnailing. Convert from ImageMagick has buggy...mah00:46, 27 December 2011

Comments

#Comment by Nikerabbit (talk | contribs)   07:57, 27 December 2011

It's not in alphabetical order.

#Comment by Brion VIBBER (talk | contribs)   22:50, 3 January 2012

this was done in r107379

Status & tagging log