discourse/app
Neil Lalonde f73ed45de9 FIX: blank popular posts in summary emails due to lightbox images
When looking for the first paragraph with content in a post,
it was matching the lightboxed image paragraph as "<p></p>".
Fix that and other potential empty paragraphs with the
p:not(:empty) selector.
Add a new selector to find the image links in lightboxed
images as valid content for emails.
2020-02-21 16:18:38 -05:00
..
assets FIX: ensures group automatic membership dropdown works (#9022) 2020-02-21 22:14:24 +01:00
controllers FEATURE: Publish a message when reviewable claimer changes (#9019) 2020-02-21 19:11:50 +02:00
helpers FIX: blank popular posts in summary emails due to lightbox images 2020-02-21 16:18:38 -05:00
jobs FIX: Ensure web hooks are retried at most 5 times 2020-02-21 17:02:40 +02:00
mailers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
models FIX: TOTP could not be used on sites with colons in their names 2020-02-20 16:35:30 -05:00
serializers FIX: tag info misleading message saying it's not restricted 2020-02-05 15:23:39 -05:00
services FIX: Mentions updater should work regardless of .notify 2020-02-18 16:02:26 -05:00
views UX: use same styling for username and user-name 2020-02-20 17:51:37 +05:30