Posted by Andrew Schulman on October 15, 2009 at 10:12am
Jump to:
| Project: | Invisimail |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
With "Encode email addresses" included in one of my input formats, the system-generated Formatting guidelines for that format don't currently include any statement about what invisimail will do, e.g. "Email addresses will be obfuscated in the page source."
Invisimail does include a filter tip, but it's never shown because it's wrapped in if ($long) { ... }. The attached patch fixes this, and also provides a shorter filter tip text. You could use my text not, but the main thing is to return a filter tip whether or not $long is set.
Thanks,
Andrew.
| Attachment | Size |
|---|---|
| invisimail_filter_tips.patch | 396 bytes |
Comments
#1
Use my text or not, I meant to say :)
#2
I decided that we should improve the text for both versions, so I committed a modified version of this patch that has better text shown for both short and long versions. Thanks!
#3
Automatically closed -- issue fixed for 2 weeks with no activity.