* Remove code duplication for UploadStash: Move all thumbName generation code to...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 11 Feb 2011 19:10:31 +0000 (19:10 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 11 Feb 2011 19:10:31 +0000 (19:10 +0000)
commitaa3462611e6db3701cce7768295a5da3d4985193
tree5cf00a6f2402e2a1245c64455a1455db848d44b6
parent31971c6eba11d564b6ddfead2b35f67dc9727b31
* Remove code duplication for UploadStash:  Move all thumbName generation code to its own function File::generateThumbName which accepts a $name parameter which can be called by File::thumbName() and any other functions that require it. The essentially duplicate function StashFile::getParamThumbName() has been removed.
* Add a small url encoding fix
includes/filerepo/File.php
includes/specials/SpecialUploadStash.php
includes/upload/UploadStash.php