Remove the JPEG/TIFF specific metadata code from BitmapHandler and put it in JpegOrTi...
authorBrian Wolff <bawolff@users.mediawiki.org>
Wed, 20 Apr 2011 23:15:13 +0000 (23:15 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Wed, 20 Apr 2011 23:15:13 +0000 (23:15 +0000)
commit19a66a3238367af15afb04778449df0ece71850f
treefa1fd490fef0738dc2b22818a8445f8cd0f561ef
parent50070837070bbe10f995839f8164bc63f13c237d
Remove the JPEG/TIFF specific metadata code from BitmapHandler and put it in JpegOrTiff handler
to stop mostly irrelevent classes from getting it.

Also remove a method that is an exact duplicate of a base class (not sure whats with that).

This also coincidently fixes the issue with when a foreign file repo uses PagedTiffHandler
and the local one does not, and the builtin Tiff handler tries to treat the metadata as if
it was its own form.
includes/AutoLoader.php
includes/media/Bitmap.php
includes/media/Generic.php
includes/media/Jpeg.php
includes/media/JpegOrTiff.php [new file with mode: 0644]
includes/media/Tiff.php