discourse/app
Martin Brennan e4881290be
FIX: Image file names with dots were showing incorrectly in composer markdown (#8465)
When uploading an image file with dots in the filename we were splitting the string on dots and getting the last of the split items as the extension-less filename. However this did not work with filenames that have dots. We now  just remove the extension using substr.
2019-12-06 10:58:47 +10:00
..
assets FIX: Image file names with dots were showing incorrectly in composer markdown (#8465) 2019-12-06 10:58:47 +10:00
controllers FIX: Redirect to /login-preferences didn't work for subfolders 2019-12-05 22:34:44 +01:00
helpers DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
jobs DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
mailers DEV: s/\$redis/Discourse\.redis (#8431) 2019-12-03 10:05:53 +01:00
models Fix the build - take 3. 2019-12-05 20:35:39 +05:30
serializers FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00
services DEV: handle all notification consolidations in new 'NotificationConsolidator' class. 2019-12-05 14:36:06 +05:30
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00