discourse/app
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
..
assets FIX: Replace %20 with space in markdown file name for uploads (#8405) 2019-11-25 13:54:55 +10:00
controllers FEATURE: Add timezone to core user_options (#8380) 2019-11-25 10:49:27 +10:00
helpers Revert "FEATURE: Normalize the service worker route (#8359)" 2019-11-20 14:10:17 -08:00
jobs DEV: Remove new_version_emails global setting reference 2019-11-20 15:54:09 +00:00
mailers FEATURE: Add support for secure media (#7888) 2019-11-18 11:25:42 +10:00
models FEATURE: Add timezone to core user_options (#8380) 2019-11-25 10:49:27 +10:00
serializers FEATURE: Add timezone to core user_options (#8380) 2019-11-25 10:49:27 +10:00
services FEATURE: Add timezone to core user_options (#8380) 2019-11-25 10:49:27 +10:00
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00