Propagate the favicon information to getInfo() for local repos
authorGergő Tisza <tgr.huwiki@gmail.com>
Wed, 15 Jan 2014 20:38:11 +0000 (20:38 +0000)
committergilles <gdubuc@wikimedia.org>
Fri, 17 Jan 2014 10:31:16 +0000 (11:31 +0100)
commit8073d4f2267d99f241d1c35dbb02ddd0bf8d12ed
treec1194ff9d9a02e7a2d3c519945c6571f4cc8f365
parentd3a816e4b27b31d052fd230b4175327726ed1e3a
Propagate the favicon information to getInfo() for local repos

This is needed by MultimediaViewer to show a relevant icon next
to the local and foreign db repo link in the description area

The setting ends up in configuration for foreign DB, because the
favicon value is stored in the configuration of a wiki, not in its
database.

Change-Id: I3d0599c1afa13e1d8540ff3c8bc34129a55792c5
includes/filerepo/FileRepo.php
includes/filerepo/ForeignDBRepo.php
includes/filerepo/LocalRepo.php