Opened 13 years ago
Closed 4 years ago
#9265 closed enhancement (wontfix)
Use repository user names when updating tickets
Reported by: | Ben Allen | Owned by: | Mikael Relbe |
---|---|---|---|
Priority: | normal | Component: | TracTicketChangesetsPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
When this plugin adds a commit message to a ticket as a comment, the comment is listed as "Changed XX days ago by trac"
. It would be nice to have an option to use the name listed on the commit instead of 'trac' as the origin of the comment. In our particular setup, our Subversion repository uses the same set of user names as Trac. It would be much easier to follow a ticket's history if incoming commit messages were labeled with the user name of the person who made the commit.
Another option (which is probably easier to code) is to add the username into the body of the comment instead. The first line of the comment/macro could be changed from:
[2059]: Fix grammar problems in error messages
to something like:
[2059] (by AllenB): Fix grammar problems in error messages
or:
In r2059, AllenB committed: Fix grammar problems in error messages
Attachments (0)
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 4 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
This plugin is deprecated in Trac 1.2 and later.
Please use TracTicketChangelogPlugin and request any missing features as enhancements for that plugin.
Good suggestion.