Log errors in thumb.php
authorGergő Tisza <tgr.huwiki@gmail.com>
Sun, 30 Aug 2015 00:13:04 +0000 (17:13 -0700)
committerBryanDavis <bdavis@wikimedia.org>
Fri, 6 Nov 2015 19:08:24 +0000 (19:08 +0000)
commitc2306755852e9206c7b85221209138d586e8c0ee
treec820a19456c2edbdcf1e972cb447f93e2aef12ca
parent91ac643c61f94f5ead39ab3323c6f9b60731f03b
Log errors in thumb.php

Add new streamFileWithStatus() methods to FileRepo and
MediaTransformOutput that can be used to get more detailed error
information on failure. The historic streamFile() methods become sinple
wrappers to the new methods. Thumb.php is changed to use the
streamFileWithStatus() methods so that failure reasons can be logged.

Change-Id: I3088cde2044a7ff00841e53ca252d0b222c8b518
includes/filerepo/FileRepo.php
includes/media/MediaTransformOutput.php
thumb.php