Follow-up r79845: add function documentation; only call wfMakeDirsParent if we have...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 8 Jan 2011 11:49:09 +0000 (11:49 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 8 Jan 2011 11:49:09 +0000 (11:49 +0000)
commita00a681a5cc8dafc56e38da0472d823bb80fab65
tree975d9fe793e8dba8ecebe4b6af4f2e1293becc2d
parent117ed1ef5d7080a4778f2b3d51b9a7abbf6bff20
Follow-up r79845: add function documentation; only call wfMakeDirsParent if we have a dest path.

On r79845 I submitted a wrong commit summary, here is it for reference:

(bug 6672) Images are now autorotated according to their EXIF orientation. Following the Flickr example, this only affects thumbnails, with the source unrotated.

* Introduced BitmapHandler::canRotate() and BitmapHandler::getRotation() to check if rotation is supported and what the amount of rotation is
* Factored out scaler determination into BitmapHandler::getScalerType()
* ImageMagick uses the -auto-orientation option
* GD uses imagerotate()
* Unconditionally show the thumb size on the image page, don't know why this wasn't shown for SVGs etc.
includes/media/Bitmap.php