r62058 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62057‎ | r62058 | r62059 >
Date:02:01, 6 February 2010
Author:avar
Status:ok
Tags:
Comment:
Specify multiple authors as an array. MediaWiki will automagically join them for you, it's awesome like that
Modified paths:
  • /trunk/extensions/PagedTiffHandler/PagedTiffHandler.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PagedTiffHandler/PagedTiffHandler.php
@@ -43,7 +43,13 @@
4444 $wgExtensionCredits['media'][] = array(
4545 'path' => __FILE__,
4646 'name' => 'PagedTiffHandler',
47 - 'author' => '[http://www.hallowelt.biz HalloWelt! Medienwerkstatt GmbH], Sebastian Ulbricht, Daniel Lynge, Marc Reymann, Markus Glaser for Wikimedia Deutschland',
 47+ 'author' => array(
 48+ '[http://www.hallowelt.biz HalloWelt! Medienwerkstatt GmbH]',
 49+ 'Sebastian Ulbricht',
 50+ 'Daniel Lynge',
 51+ 'Marc Reymann',
 52+ 'Markus Glaser for Wikimedia Deutschland'
 53+ ),
4854 'description' => 'Handler for viewing paged TIFF files in image mode',
4955 'descriptionmsg' => 'tiff-desc',
5056 'url' => 'http://www.mediawiki.org/wiki/Extension:PagedTiffHandler',

Status & tagging log