wiki.techinc.nl/resources/mediawiki.special
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
..
images Squishing resources/ images 2012-03-01 20:04:42 +00:00
mediawiki.special.block.js Fixed case of ID in selector 2011-10-01 06:16:08 +00:00
mediawiki.special.changeemail.css (bug 34302) Add CSS classes to email fields in user preferences 2012-03-07 09:56:24 +00:00
mediawiki.special.changeemail.js Bug 34538 again. Bug reproduced and fix tested. 2012-02-20 23:47:47 +00:00
mediawiki.special.changeslist.css [mediawik.special.changeslist] Remove ugly arrow swapping hack 2012-02-27 00:03:14 +00:00
mediawiki.special.css Revert r101091 per CR: the rule was removed intentionally in r98185. 2011-12-12 02:10:00 +00:00
mediawiki.special.javaScriptTest.js JSTesting: javascripttest-pagetext-skin msg 2012-01-04 10:51:57 +00:00
mediawiki.special.js mw.special.recentchanges fixes: 2011-06-28 17:40:06 +00:00
mediawiki.special.movePage.js [Special:MovePage] Split new title input, fix bug 29454 (byteLimit), namespaceSelector 2012-01-28 16:26:12 +00:00
mediawiki.special.preferences.css (bug 34302) Add CSS classes to email fields in user preferences 2012-03-07 09:56:24 +00:00
mediawiki.special.preferences.js follow-up to r111802, we dont need internal document.ready trigger since the entire js file is inside a document.ready trigger now 2012-02-18 00:08:06 +00:00
mediawiki.special.recentchanges.js Applying whitespace conventions in core JS files. 2011-08-12 21:48:10 +00:00
mediawiki.special.search.css Applying whitespace conventions in core JS files. 2011-08-12 21:48:10 +00:00
mediawiki.special.search.js Use attr() instead of this.href, to make sure that we don't absolutify the URI. 2011-10-23 08:17:19 +00:00
mediawiki.special.undelete.js Follow-up r90359: modify code per Krinkle's comments 2011-06-22 14:51:25 +00:00
mediawiki.special.upload.js (bug 35870) Fix pre-upload preview on IE 10 for Special:Upload 2012-04-20 18:43:59 -07:00