mediawiki-extensions-Multim.../tests/qunit/mmv
Gergő Tisza f04f5984d5 Display correct file type on download button
Works, but awkward - the extension name changes a little later than the button
text itself. This is hard to avoid since we don't know beforehand
what the thumbnail type is - we have to wait for the API request.
(We can't do thumbnail URL guessing here since we cannot catch the 404 error.)

In general the whole API handling here is not so good, with a separate API
request going out when we should just get all size options in a single request,
when the user opens the reuse panel.

Change-Id: I502b7cb4e99d8af348d7d1967eb8343ec0f926fe
Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/471
2014-04-21 23:51:15 +00:00
..
model Add more information to embed HTML 2014-03-27 19:14:06 +00:00
provider Guess thumbnail URLs without extra API call 2014-04-17 01:21:35 +00:00
routing Add routing classes 2014-04-16 12:40:17 +02:00
ui Display correct file type on download button 2014-04-21 23:51:15 +00:00
mmv.bootstrap.test.js Replace current URL generation logic with routing classes 2014-04-16 12:51:38 +02:00
mmv.EmbedFileFormatter.test.js Use mw-mmv CSS prefix consistently for all things 2014-03-31 21:33:12 +00:00
mmv.HtmlUtils.test.js Fixes various bugs in IE 2014-04-07 22:00:11 +00:00
mmv.lightboximage.test.js Fix resize issues (Part II) 2014-02-28 10:22:21 +01:00
mmv.lightboxinterface.test.js Restore article scroll after closing Media Viewer 2014-04-14 18:04:30 +00:00
mmv.logger.test.js Merge MultiLightbox into MultimediaViewer 2014-02-25 02:00:13 +00:00
mmv.performance.test.js Update MultimediaViewerNetworkPerformance schema rev. 2014-03-24 04:17:57 +00:00
mmv.test.js Use thumbnail guessing 2014-04-17 10:35:33 +02:00
mmv.testhelpers.js Add routing classes 2014-04-16 12:40:17 +02:00
mmv.ThumbnailWidthCalculator.test.js Fix resize issues (Part III, Fin) 2014-03-05 00:14:54 +00:00