Opened 17 years ago
Last modified 14 years ago
#5560 new enhancement
Email links on usernames in ui.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | unscheduled |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | vslavik@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Nice feature would be to generate mailto:xxx links when displaying user names ? Maybe better to make a plugin that can pop up a selection of callto: msnim: mailto:, etc. links… then again that kind of extended user information needs to be saved somewhere, is it possible to create this kind of extended user information for a plugin today ?
Attachments (0)
Change History (7)
comment:1 by , 17 years ago
follow-up: 6 comment:2 by , 17 years ago
A slew of recent tickets were all concerned with hiding the email address (to make spamming harder). This seems to be in direct conflict with that.
comment:3 by , 16 years ago
I think this is an important feature.
Roundup offers a list of users (http://bugs.python.org/user) as well.
If you're concerned about revealing email-addresses, trac could use a contact form and the trac server would send the message, just like it sends other email notifications, without revealing the email address.
By the way, the RSS feed of the timeline shows the email addresses already, so if the mails really really shall be hidden, this should be fixed.
comment:4 by , 16 years ago
Milestone: | → 0.13 |
---|---|
Owner: | removed |
This could be implemented as part of the improved user / group API scheduled for 0.13.
comment:6 by , 15 years ago
Cc: | added |
---|
Replying to sid:
A slew of recent tickets were all concerned with hiding the email address (to make spamming harder). This seems to be in direct conflict with that.
Not if the mailto:
link was added only on requests with EMAIL_VIEW
permission or if reCAPTCHA Mailhide would be used.
comment:7 by , 14 years ago
Milestone: | next-major-0.1X → unscheduled |
---|
… or a link to a view of public user settings of some kind… ?