There is no getThumbRel;
authorRuss Nelson <nelson@users.mediawiki.org>
Sun, 29 May 2011 01:27:47 +0000 (01:27 +0000)
committerRuss Nelson <nelson@users.mediawiki.org>
Sun, 29 May 2011 01:27:47 +0000 (01:27 +0000)
commit95df17db7a4d0c5f186c8b06e73dfa333c290cf4
tree1d5a4ac86d0958c18fd033f128f1f2edbefe1c51
parent6a408d444c1c425e95adce307b3400550c691231
There is no getThumbRel;
$wgLocalFileRepo needs to self-identify as local;
the documentation and variable names for FileRepo->append() are correct, but they got positionally swapped at implementation time;
and I am checking in a matching fix to Extension:ResumableUpload in a sec.
includes/DefaultSettings.php
includes/filerepo/FSRepo.php
includes/filerepo/LocalFile.php