Modify ↓
Opened 16 years ago
Closed 15 years ago
#6266 closed enhancement (fixed)
[PATCH] Show developers full name and maintain mailto link
| Reported by: | terje | Owned by: | Vladislav Naumov |
|---|---|---|---|
| Priority: | normal | Component: | CcSelectorPlugin |
| Severity: | normal | Keywords: | username display |
| Cc: | Trac Release: | 0.11 |
Description
My team requested this, I put it up in case anyone is interested.
- Always show the developers full name if available
- Maintain the mailto: link regardless of checkbox status
- Put the username in hover title (instead of full name)
Attachments (1)
Change History (3)
Changed 16 years ago by
| Attachment: | show_fullname.diff added |
|---|
comment:1 Changed 15 years ago by
| Keywords: | username display added |
|---|
I prefer it/the patched version too. Thanks for sharing, definitely something to consider.
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [9427]) CcSelectorPlugin: Optionally show full names instead of usernames, closes #6266.
Original patch suggested by terje has been refactored to make this an option. Full name display could be activated now by adding
[cc_selector] show_fullname = true
to your trac.ini.
There are some additional, unrelated changes to improve setup.py as well.
Note: See
TracTickets for help on using
tickets.



Always show full name if available + maintain mailto link