Make the UploadStash repo specific by creating FileRepo::getUploadStash(). In practic...
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 25 Jan 2011 21:26:53 +0000 (21:26 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 25 Jan 2011 21:26:53 +0000 (21:26 +0000)
commit9fff147a379cad7afef268a68f465170ece95d67
treee9ee365ae2ee501ce4fc429fe36212bb92f23ee0
parent045772c641aa6f22fbf7d305097a8578c25ce47a
Make the UploadStash repo specific by creating FileRepo::getUploadStash(). In practice this will probably not be used and makes getting an UploadStash object slightly more type work, but I think it is cleaner to have an upload stash explicitly bound to a repo.
includes/api/ApiQueryStashImageInfo.php
includes/filerepo/FileRepo.php
includes/specials/SpecialUpload.php
includes/specials/SpecialUploadStash.php
includes/upload/UploadBase.php
includes/upload/UploadStash.php