discourse/app
Krzysztof Kotlarek c934a0f759
FIX: don't error Topic#similar_to when prepared raw is blank (#10711)
If raw contains incorrect URL, `prepare_data` returns empty string:

https://github.com/discourse/discourse/blob/master/lib/search.rb#L91

Therefore we should not only check if the cooked post is not blank but also if prepared data is not blank.
2020-09-22 07:53:12 +10:00
..
assets DEV - write JS files to versioned subdirectories (#10707) 2020-09-21 15:06:56 -04:00
controllers FIX: use normal logo in published pages if small not available. 2020-09-21 09:20:39 +05:30
helpers PERF: Remove an unncessary query when check for dark mode. 2020-09-09 15:18:52 +08:00
jobs FEATURE: Remove user topic timers and migrate to bookmarks with reminders (#10474) 2020-09-14 11:11:55 +10:00
mailers FEATURE: Allow email image embed with secure media (#10563) 2020-09-10 09:50:16 +10:00
models FIX: don't error Topic#similar_to when prepared raw is blank (#10711) 2020-09-22 07:53:12 +10:00
serializers FIX: Do not downcase group name in current user serializer 2020-09-17 13:03:42 -04:00
services FIX: Do not downcase group name in notification payload 2020-09-21 13:33:29 -04:00
views FIX: use normal logo in published pages if small not available. 2020-09-21 09:20:39 +05:30