FU r101117: removed cURL thumb handler code and made thumb_handler.php a thin wrapper...
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 8 Dec 2011 03:43:07 +0000 (03:43 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 8 Dec 2011 03:43:07 +0000 (03:43 +0000)
commitdcbe8e7dd3c4d54391d30add214e3c31ce381e34
tree3ff3b8c9396bab5025135475262bbda9e04f2372
parentd5f08196e18aeafc0f9baeffedbf20541d24e843
FU r101117: removed cURL thumb handler code and made thumb_handler.php a thin wrapper around thumb.php
* Moved original URL fetching code and parameter extraction code to thumb.php
* Made use of local repo URL and hash settings to avoid extra config code
* This makes it easy to add hooks for extensions/config to alter behavoir (ExtractThumbParameters hook added)
* Added FileRepo::getHashLevels()
docs/hooks.txt
includes/filerepo/FileRepo.php
thumb.config.sample [deleted file]
thumb.php
thumb_handler.php