Repair getDescriptionUrl() and getDescriptionText() Follow up to r69907 and r69908
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 1 Aug 2010 22:07:52 +0000 (22:07 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 1 Aug 2010 22:07:52 +0000 (22:07 +0000)
commit410ac75304d8b3f43f1dc1b6aa01b28c1dfea004
treea9a6b19fd49b7f1d2f02dc58edd38d9e8904fbe5
parent63933977690e07de92617575d78e8c3b5f475e82
Repair getDescriptionUrl() and getDescriptionText() Follow up to r69907 and r69908

All this functionality is now moved to File.php. for getDescriptionUrl there was no
real need to subclass this method, for getDescriptionText() there was, but
duplicating the code or changing the inheritence model of LocalFile and ForeignDBFile
seems too much work if an isLocal in File.php suffices.
includes/filerepo/File.php
includes/filerepo/ForeignDBFile.php
includes/filerepo/LocalFile.php