Last modified: 2009-07-29 22:17:51 UTC
The visible text of e-mail addresses, i.e. properties of type Type:Email, should be rendered without the mailto: prefix, e.g. for the address a@bb.com (simplified): <a href="mailto:a@bb.com">a@bb.com</a> instead of the current <a href="mailto:a@bb.com">mailto:a@bb.com</a>
This has been changed now: full URLs (with mailto:) are stored in the database, but "mailto:" is stripped for output. It is now also possible to use "mailto:" in email inputs, if desired.