r59810 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59809‎ | r59810 | r59811 >
Date:00:07, 8 December 2009
Author:tstarling
Status:ok
Tags:
Comment:
Clarified documentation of File::isMultipage() to avoid further mistakes like bug 21523.
Modified paths:
  • /trunk/phase3/includes/filerepo/File.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/File.php
@@ -1013,8 +1013,9 @@
10141014 }
10151015
10161016 /**
1017 - * Returns 'true' if this image is a multipage document, e.g. a DJVU
1018 - * document.
 1017+ * Returns 'true' if this file is a type which supports multiple pages,
 1018+ * e.g. DJVU or PDF. Note that this may be true even if the file in
 1019+ * question only has a single page.
10191020 *
10201021 * @return Bool
10211022 */

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r59727* (bug 21523) File that can have multiple pages (djvu, pdf, ...) no longer ha...ialex11:33, 4 December 2009

Status & tagging log