wiki.techinc.nl/resources
Brion Vibber 8b73ea5f8e (bug 35870) Fix pre-upload preview on IE 10 for Special:Upload
When loading thumbnails, we fetch the actual file data so we can find EXIF data in JPEGs
and do suitable rotation fixes.

This currently uses binary strings via FileReader.readAsBinaryString, but that's not
implemented in IE 10.

Workaround uses FileReader.readAsArrayBuffer and converts to a binary string in case
FileReader.readAsBinaryString is missing but readAsArrayBuffer is there.

Patchset 2: fixed bug number, expanded details
Patchset 3: cleaned up
Patchset 4: summary fix
Patchset 5: whitespace clean-up

Change-Id: Ia0258f5f400a2a52a484f33fbffed7d848245d22
2012-04-20 18:43:59 -07:00
..
jquery (bug 35705) QUnit upgraded from 1.2.0 to 1.5.0 2012-04-04 21:37:03 +02:00
jquery.effects Bug 35681 - Upgrade jQuery UI to 1.8.18 2012-04-03 22:49:36 +01:00
jquery.tipsy adding note about local modifications 2012-02-03 21:34:59 +00:00
jquery.ui Removing button-float-right rule from jquery.ui/vector theme 2012-04-12 00:01:32 +02:00
mediawiki (bug 34669) Disable CSS concatenation, breaks @import 2012-04-16 10:34:41 -07:00
mediawiki.action [mediawiki.action.watch] clean up 2012-03-23 15:43:38 +01:00
mediawiki.api [mediawiki.action.watch] Move re-used logic into local function 2012-03-23 15:43:38 +01:00
mediawiki.language (bug 33658) support for {{GRAMMAR:}} in jqueryMsg 2012-04-10 11:47:39 +02:00
mediawiki.libs linted jpegmeta - commas cause IE errors. Not that this library is useful on IE, but it can cause errors just by being loaded 2011-06-24 01:08:24 +00:00
mediawiki.page Enqueue mw.util.init in document-ready even handler earlier 2012-02-02 00:47:53 +00:00
mediawiki.special (bug 35870) Fix pre-upload preview on IE 10 for Special:Upload 2012-04-20 18:43:59 -07:00
Resources.php (bug 33658) support for {{GRAMMAR:}} in jqueryMsg 2012-04-10 11:47:39 +02:00
startup.js Update jQuery requirements in resources/startup.js per jQuery 1.7.x release 2012-04-14 03:53:25 +02:00