Opened 9 years ago
Last modified 9 years ago
#11699 closed enhancement
Use Chrome.authorinfo in render_ticket_action_controller — at Version 1
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.3 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
In #11689 / [13000] Chrome(self.env).format_author
was utilized so that anonymous
is translated. The changes were committed to 1.0-stable. However, on the trunk we can utilize Chrome(self.end).authorinfo
so that the author is wrapped in a span with class trac-author
(#11145).
See also #11474 in which fine-grained permission checks will be properly implemented for format_author
and authorinfo
.
Note:
See TracTickets
for help on using tickets.