discourse/test
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
..
javascripts FIX: Replace %20 with space in markdown file name for uploads (#8405) 2019-11-25 13:54:55 +10:00
stylesheets Manage qunit via yarn. 2018-09-11 15:07:28 +08:00
run-qunit.js DEV: removes memory profiling from qunit tests (#8120) 2019-10-01 22:17:53 +02:00
smoke_test.js DEV: Add option to login at beginning of smoke tests 2019-11-14 18:28:15 +01:00