Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 2.0.1
-
Fix Version/s: None
-
Component/s: project-team
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
Even in these GMail times it would be nice to be able to hide email addresses using services such as reCAPTCHA Mailhide http://mailhide.recaptcha.net/
One way of achieving this is to tell the team-list report generator to treat the contents of <email> as HTML, making it possible to include links etc. Example:
<project>
...
<email><![CDATA[<a href="http://mailhide.recaptcha.net/d?k=01ebFB9eM2hZL-T96IpUgRmA==&c=AI-pouLFNTr5xMTBVDaj8iKeIFI5dy9Wj5cxSY0Nuhw=">Show email</a>]]></email>
...
</project>
The attached patch does this using a configuration parameter.
Defining the following in your POM is enough