discourse/app/assets/javascripts/discourse
Régis Hanol cd2c9edb46 FIX: 🐛 upload on IE9 wasn't working :'(
- FIX: make sure we set a default name to a pasted image only on Chrome (the only browser that supports it)
- FIX: use ".json" extension to uploads endpoints since IE9 doesn't pass the correct header
- FIX: pass the CSRF token in a query parameter since IE9 doesn't pass it in the headers
- FIX: display error messages comming from the server when there is one over the default error message
- FIX: HACK around IE9 security issue when clicking a file input via JavaScript (use a label and set `visibility:hidden` on the input)
- FIX: hide the "cancel" upload on IE9 since it's not supported
- FIX: return "text/plain" content-type when uploading a file for IE9 in order to prevent it from displaying the save dialog
- FIX: check the maximum file size on the server 💥
- update jQuery File Upload Plugin to v. 5.42.2
- update JQuery IFram Transport Plugin to v. 1.8.5
- update jQuery UI Widget to v. 1.11.1
2015-01-28 19:43:20 +01:00
..
components More refactoring to support extensibility of history 2015-01-28 13:37:06 -05:00
controllers More refactoring to support extensibility of history 2015-01-28 13:37:06 -05:00
dialects FIX: Markdown bug when a heading preceeded a code block. 2014-12-29 15:59:39 -05:00
ember Fix resolve errors 2014-12-17 09:31:41 -05:00
helpers More refactoring to support extensibility of history 2015-01-28 13:37:06 -05:00
initializers FIX: (for IE9) if console.log doesn't exist, make it an noop. 2015-01-21 11:53:41 -05:00
lib FIX: 🐛 upload on IE9 wasn't working :'( 2015-01-28 19:43:20 +01:00
mixins FIX: 🐛 upload on IE9 wasn't working :'( 2015-01-28 19:43:20 +01:00
models More refactoring to support extensibility of history 2015-01-28 13:37:06 -05:00
routes FIX: Posts weren't highlighting on initial load 2015-01-23 10:46:44 -05:00
templates FIX: 🐛 upload on IE9 wasn't working :'( 2015-01-28 19:43:20 +01:00
views FIX: 🐛 upload on IE9 wasn't working :'( 2015-01-28 19:43:20 +01:00