Follow-up r79867: Read out EXIF orientation in JavaScript and rotate accordingly...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 22 Jan 2011 22:34:36 +0000 (22:34 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sat, 22 Jan 2011 22:34:36 +0000 (22:34 +0000)
commitde79cb9cde213974a0c06d74596d3d43332d9d85
treecd63297c35af7d23a965e037c691af20b74b73ba
parentedfa7adc62807cbddf286fc4edff041c49c604a0
Follow-up r79867: Read out EXIF orientation in JavaScript and rotate accordingly. Added JsJpegMeta library by Ben Leslie under the MIT license.

* Added JS variabele wgFileCanRotate. If anybody knows a way to make certain variables only available to certain modules, please tell me, could not find it.
* Added JsJpegMeta as mediawiki.util.jpegmeta
* Made BitmapHandler::getScaler and BitmapHandker::canRotate static
* Bumped style version
includes/DefaultSettings.php
includes/media/Bitmap.php
includes/resourceloader/ResourceLoaderStartUpModule.php
resources/Resources.php
resources/mediawiki.special/mediawiki.special.upload.js
resources/mediawiki.util/mediawiki.util.jpegmeta.js [new file with mode: 0644]