discourse/app
Neil Lalonde 565a967192 FIX: email excerpts for posts starting with a quote were displaying a username
If a post starts with a post quote and has no other text content,
then the email excerpt was the name of the person quoted and
nothing else. The intention was to show the contents of the
first paragraph or div after the quote.

With this change, a quote followed by an image will use the
image as the excerpt. A quote followed by a onebox will use the
onebox.
2019-11-19 12:35:23 -05:00
..
assets UX: Allow enter key to submit test email in admin panel 2019-11-18 15:36:06 +00:00
controllers FIX: unable to remove required tag group from a category 2019-11-18 15:54:00 -05:00
helpers FIX: email excerpts for posts starting with a quote were displaying a username 2019-11-19 12:35:23 -05:00
jobs FIX: Don't error CleanUpInactiveUserJob when user is missing (#8362) 2019-11-18 16:14:15 +11:00
mailers FEATURE: Add support for secure media (#7888) 2019-11-18 11:25:42 +10:00
models DEV: Use enum instead of id for topic timer query 2019-11-19 10:10:14 -07:00
serializers FEATURE: remove support for 'suppress_from_latest' category setting. (#8308) 2019-11-18 12:28:35 +05:30
services DEV: Apply Rubocop redundant return style 2019-11-14 15:10:51 -05:00
views FIX: Confirm new email with backup codes enabled 2019-11-14 16:27:42 -07:00