* Don't force rendering in File::getThumbnail(). The old code (pre-filerepo) required...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 5 Sep 2008 04:23:24 +0000 (04:23 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 5 Sep 2008 04:23:24 +0000 (04:23 +0000)
commit96d89329f39659351c388974ba0aaf485242517f
tree39235ff6fa77675aea5501452d363dda5efd331f
parentff51dc8d5a7f3aa7fd3a84685d030d3e9206d4aa
* Don't force rendering in File::getThumbnail(). The old code (pre-filerepo) required rendering to be forced all the time, the new code is much smarter about when to render and doesn't need rendering to be forced. Forcing rendering causes non-scaler servers to be used for scaling.
* Use File::transform() in the core instead of the deprecated File::getThumbnail().
includes/api/ApiQueryImageInfo.php
includes/filerepo/File.php
includes/specials/SpecialFileDuplicateSearch.php
includes/specials/SpecialSearch.php