* FU r106752: unbreak urls to ForeignAPIRepo file thumbnails. FileRepo no longer...
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 21 Dec 2011 21:29:16 +0000 (21:29 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 21 Dec 2011 21:29:16 +0000 (21:29 +0000)
commit29a6b9e7139a24b5b6ebe0b50c2df7e737078eb2
treed71a94fcfb120a7e7dc10aaf2f92ea365976fc3f
parentd7e340e88f3cc84a5efae5928c36fe8df9b19790
* FU r106752: unbreak urls to ForeignAPIRepo file thumbnails. FileRepo no longer uses bogus <public root URL>/thumb default for the thumnail URL when the public root URL wasn't even set. This was making ForeignAPIRepo not set it since it saw that it was already set.
* Cleaned up and added some missing sanity checks for scriptDirUrl member in FileRepo. Made some related documentation tweaks.
* Removed pointless getRepo() call in File.
includes/filerepo/FileRepo.php
includes/filerepo/file/File.php