discourse/app/assets/javascripts
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
..
admin FIX: Minor Admin bug with a setting when creating a new group 2015-01-23 20:31:48 +01:00
defer FIX: remove invalid hack, correct whitelist to use value returned from callback 2014-07-25 12:16:00 +10:00
discourse FIX: 🐛 upload on IE9 wasn't working :'( 2015-01-28 19:43:20 +01:00
docs
locales IE9 doesn't support console.log 2015-01-19 00:33:51 -08:00
admin.js.erb Put Ember 1.8.1 + fixes back. 2014-12-04 08:51:35 -05:00
application.js.erb When using automatic file includes (es6, hbs) from plugins, allow the 2014-12-09 15:23:14 -05:00
discourse.js A mucher saner API for updating the title of routes, even when nested. 2014-10-09 14:55:29 -04:00
ember_include.js.erb fix build? 2013-12-23 17:53:33 +11:00
env.js Many fixes for Ember 1.9.0 2014-12-17 09:31:40 -05:00
jquery_include.js.erb Bump hashes on various files 2014-05-15 15:52:09 +10:00
main_include.js Adds plugin-outlet for topic menu buttons. Also a d-button component. 2015-01-14 15:50:20 -05:00
main_include_admin.js FEATURE: download user posts archive 2014-12-24 15:13:48 +05:30
pagedown_custom.js FEATURE: work-in-progress emoji selector toolbar item 2014-12-05 17:19:17 +11:00
preload_store.js Remove deprecated Ember.Deferred 2014-09-24 14:17:29 -04:00
vendor.js Fixes many Ember 1.9.0 deprecations 2014-12-17 09:31:42 -05:00