Closed (fixed)
Project:
Invisimail
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 10:12 UTC
Updated:
1 Dec 2010 at 23:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| invisimail_filter_tips.patch | 396 bytes | Andrew Schulman |
Comments
Comment #1
Andrew Schulman commentedUse my text or not, I meant to say :)
Comment #2
Crell commentedI 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!