https://bugzilla.wikimedia.org/show_bug.cgi?id=31078
Philippe Elie <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Philippe Elie <[email protected]> 2011-09-21 22:55:01 UTC --- I didn't even look Tiff.php thinking it was obsoleted by the paged one. The comment in media/Generic.php about isMultiPage() /* True if the type has multi-page capabilities */ or in filerepo/File.php /* Returns 'true' if this file is a type which supports multiple pages */ is quite clear, the base class ask for a different implementation of isMultiPage() in the paged tiff handler, meaning caller code can't handle multi page file in the same way through the generic interface for tiff file than other multipage file format. Beside that, there is other trouble in the Proofread extension, fixing this one will not make the extension working with tiff, so if Tiff.php is not obsolete nor can be obsoleted, it's not a big trouble actually for the extension, but my comment about the documented base class behavior remains correct. We will talk probably of the other trouble in another bug. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
