As per my comments on bug 27038 and my comments on r75906, use a /thumb and /file...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Sun, 30 Jan 2011 16:57:19 +0000 (16:57 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Sun, 30 Jan 2011 16:57:19 +0000 (16:57 +0000)
commit586cf9a929e622816799f9b58ddc18568c1c0efc
tree37c46de393123aaed6b72c61b686b773183786e7
parent86ecb9fcd79c1433b77e78f4c6a51baa74d9b4c1
As per my comments on bug 27038 and my comments on r75906, use a /thumb and /file prefix for files fetched via Special:UploadStash. Make filenames more consistent with regular thumbs by using the /thumb/$fileName/$thumbName scheme. Now uses MediaHandler::parseParamString so that params like page are properly handled.
includes/specials/SpecialUploadStash.php
includes/upload/UploadStash.php