discourse/app
Osama Sayegh 14bae6d52d Make email_excerpt method take an optional post param (#7570)
The spoiler alert plugin replaces spoiler text found in email excerpts with posts URL, which means it needs to have a reference to the post it's processing.

This change makes `email_excerpt` accepts an optional post param, which calls `PrettyText.format_for_email` which then triggers the `reduce_cooked` event that the plugin subscribes to.
2019-05-20 10:04:23 +02:00
..
assets Upload image preview needs width on desktop 2019-05-17 11:25:35 -04:00
controllers DEV: Simplify client and server side code to support removing tags. 2019-05-17 16:39:20 +08:00
helpers Make email_excerpt method take an optional post param (#7570) 2019-05-20 10:04:23 +02:00
jobs FIX: Small tweak to percentiles based on feedback 2019-05-16 13:45:36 -04:00
mailers Make email_excerpt method take an optional post param (#7570) 2019-05-20 10:04:23 +02:00
models FEATURE: Display 'last updated' on dashboard, improve release notes link (#7560) 2019-05-17 15:42:45 +10:00
serializers FIX: Customizing missing pluralized translations didn't work 2019-05-13 09:36:05 +02:00
services DEV: Fix race condition when enqueuing edit wiki-ed notification. 2019-05-16 13:48:46 +08:00
views Make email_excerpt method take an optional post param (#7570) 2019-05-20 10:04:23 +02:00