Changes between Initial Version and Version 1 of Ticket #6592, comment 92
- Timestamp:
- 02/04/2016 07:54:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6592, comment 92
initial v1 1 1 I ran into some issues with tokens including backslashes and plain-text content not being HTML entity-decoded. 2 2 3 `decode.patch` is an attempt to fix this. I haven't looked too much into the filter firing yet, but I'm not sure why the `'bp_email_set_content_plaintext'` and `'bp_email_set_content_html'` filters do not cover tokens.3 `decode.patch` is an attempt to fix this. ~~I haven't looked too much into the filter firing yet, but I'm not sure why the `'bp_email_set_content_plaintext'` and `'bp_email_set_content_html'` filters do not cover tokens.~~ After talking things over with Paul, I was wrong about the filters I was using before ;) 4 4 5 5 The patch also includes a better "Go to the discussion link" for private messages.