* Added FSRepo configuration properties thumbUrl and thumbDir, to allow the thumbnail...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 16 Jul 2009 18:07:23 +0000 (18:07 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 16 Jul 2009 18:07:23 +0000 (18:07 +0000)
commit178239e07c3cb2769a2179467e2394798665de46
treecb3e5c34b8e9201b0965ca417b9b28d9081df5b0
parentc0c6ed738a4a2e70745f4e3981ef392fbe6b935b
* Added FSRepo configuration properties thumbUrl and thumbDir, to allow the thumbnails to be stored in a separate location to the source images. Did this by making thumbnails a separate zone instead of a subdirectory of the public zone. Tested normal transform, thumb.php.
* Removed getThumbRel(), doesn't make sense in conjunction with above options. Not used by core or hosted extensions.
RELEASE-NOTES
includes/DefaultSettings.php
includes/filerepo/FSRepo.php
includes/filerepo/File.php