discourse/app/assets
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
..
images FIX: images:compress rake task 2019-03-15 15:23:57 +01:00
javascripts FIX: Image file names with dots were showing incorrectly in composer markdown (#8465) 2019-12-06 10:58:47 +10:00
stylesheets FEATURE: Tag synonyms 2019-12-04 13:33:51 -05:00