discourse/spec
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 Extensibility for tracking changes to a topic 2015-01-28 13:37:06 -05:00
controllers FIX: Minor Admin bug with a setting when creating a new group 2015-01-23 20:31:48 +01:00
fabricators FEATURE: remove star concept from Discourse 2015-01-07 13:43:27 +11:00
fixtures FIX: auto response email replies should not be accepted 2014-12-04 22:39:13 +05:30
helpers Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
integration update specs to remove deprecation warnings 2014-11-07 06:05:44 -08:00
integrity FIX: double periods. How did that work?? 2014-02-14 17:57:38 -05:00
jobs Disable digest emails site setting 2015-01-27 22:41:36 +05:30
mailers remove enable_email_names setting 2015-01-13 13:35:40 +05:30
models FIX: 🐛 upload on IE9 wasn't working :'( 2015-01-28 19:43:20 +01:00
phantom_js Rename "User Expansion" to the much clearer "User Card" 2014-10-20 12:11:59 -04:00
serializers Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
services FIX: Don't raise an error when trying to log nothing 2014-12-15 14:14:12 -05:00
support models with rspec3 syntax 2015-01-05 13:04:23 -03:00
views/omniauth_callbacks Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
spec_helper.rb Ruby 2.2 fixes 2014-12-29 13:31:15 +11:00