In SpecialUploadStash:
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 5 Jan 2012 01:58:05 +0000 (01:58 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 5 Jan 2012 01:58:05 +0000 (01:58 +0000)
commit5fdac785a3e0b19d70b6f2ab31ae7960133a29c4
treeeea559b88617594a52027f1be695eb55cd3f3c7e
parent60baad48ed44869dc874618440bd3e5bca364b9f
In SpecialUploadStash:
* Updated outputLocallyScaledThumb() and outputLocalFile() to handle changes in r106752.
In MediaTransformOutput:
* Added a storage path field to the transformation output object and set it in  File::maybeDoTransform().
In File:
* Fixed maybeDoTransform() handling if repo member is not set and made it fully respect $wgIgnoreImageErrors.
In BitmapHandler:
* Don't set bogus path if TRANSFORM_LATER in doTransform() for deffered renderings.
includes/filerepo/file/File.php
includes/media/Bitmap.php
includes/media/MediaTransformOutput.php
includes/specials/SpecialUploadStash.php