* Added scriptExtension setting to $wgForeignFileRepos
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 2 Jul 2010 18:37:06 +0000 (18:37 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Fri, 2 Jul 2010 18:37:06 +0000 (18:37 +0000)
commit649e2635259364d04328390274f6fbce30001bdd
treef047ca65ed38d0a1e3ff1a2ec6186653d76fc6ed
parentd209e4f248617f67b0a3f8859a65a92560b08c56
* Added scriptExtension setting to $wgForeignFileRepos
* Added FileRepo::makeUrl() to remove code duplication
* Made ForeignApiRepo use scriptDirUrl if apiBase not set
* Factored out 'timestamp|user|comment|url|size|sha1|metadata|mime' to ForeignApiFile::getProps()
* Killed some @ error suppression
RELEASE-NOTES
includes/DefaultSettings.php
includes/filerepo/FileRepo.php
includes/filerepo/ForeignAPIFile.php
includes/filerepo/ForeignAPIRepo.php