discourse/test/javascripts
Martin Brennan b89e634dd4
FIX: Replace %20 with space in markdown file name for uploads (#8405)
Meta: https://meta.discourse.org/t/image-name-has-20-in-file-name/134136

We were ending up with [file%20name](url) in the markdown preview, which looked weird and
affected the alt text. this is because we were calling encodeURIComponent, which has been left in place because this is a valid thing to do for some cases. (e.g. f674b9e)
2019-11-25 13:54:55 +10:00
..
acceptance FIX: Better handling of Group model state (#8356) 2019-11-18 14:59:28 +02:00
admin FEATURE: Overhaul of admin API key system (#8284) 2019-11-05 14:10:23 +00:00
components Fix Prettier using correct version (1.19.1) 2019-11-15 10:34:26 -05:00
controllers Fix Prettier using correct version (1.19.1) 2019-11-15 10:34:26 -05:00
ember DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
fixtures FEATURE: Allow scoping search to tag (#8345) 2019-11-14 10:40:26 +10:00
helpers DEV: Remove some extra Discourse.Site uses 2019-11-13 16:00:58 -05:00
initializers FEATURE: Load translation overrides without JS eval 2019-11-05 19:16:38 +01:00
lib FIX: Replace %20 with space in markdown file name for uploads (#8405) 2019-11-25 13:54:55 +10:00
mixins DEV: Import EmberObject rather than global variable (#8256) 2019-10-29 14:23:50 -05:00
models DEV: Don't allow Promise unless imported from "rsvp" 2019-11-20 15:24:59 -05:00
widgets Revert "Revert Ember.run refactors" 2019-10-30 09:48:24 -04:00
plugin_tests.js.erb
test_helper.js FIX: Failing tests 2019-11-13 15:34:30 -05:00