Add RepoGroup::findFiles to efficiently find many files if the repo supports it....
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 20 May 2008 17:05:57 +0000 (17:05 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Tue, 20 May 2008 17:05:57 +0000 (17:05 +0000)
commit06c09e9835292afd5fbd97e1a3094821ca86e6f1
tree3efee42b2d08b12834e7dcdc2aa8f3ce76e6474d
parent7bf7bb03c1583a4ba742d70e4d57898bd736ae4d
Add RepoGroup::findFiles to efficiently find many files if the repo supports it. Added support for this in ApiQueryImageInfo.
includes/api/ApiQueryImageInfo.php
includes/filerepo/File.php
includes/filerepo/FileRepo.php
includes/filerepo/LocalRepo.php
includes/filerepo/RepoGroup.php