Modify ↓
Opened 15 years ago
Closed 15 years ago
#5898 closed enhancement (fixed)
Patch with enhancements
Reported by: | Sebastián Zaffarano | Owned by: | Vladislav Naumov |
---|---|---|---|
Priority: | normal | Component: | CcSelectorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Adding a attachment with the following changes:
- Display in the user list the name and e-mail (if they exist).
- It also changes the way you get the list of users (env.get_known_users()).
- Minor style changes
- Minor HTML structure changes
I attached the patch file and a tgz file with the SVN tag 0.11 (rev 6307) patched.
Attachments (2)
Change History (4)
Changed 15 years ago by
Attachment: | ccselector_r6307.patch added |
---|
Changed 15 years ago by
Attachment: | ccselector_r6307_patched.tgz added |
---|
comment:1 Changed 15 years ago by
Summary: | Patch with improvements → Patch with enhancements |
---|---|
Type: | defect → enhancement |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Partially accepted (revision 6631).
Showing email/name: great idea!
HTML/style changes: not so great. Style doesn't fit trac's (we should probably use trac's styles), and showing additional info on separate lines takes too much space. Changed it to show as a mailto: link and title (visible on mouse-over).
Thanks a lot for this patch!