Actions
Feature #36699
closedChange the text of the user link when converting @user notation to html
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
#13919 added the Mention feature to Redmine.
There are three types of notations that can be converted to user links: @user
, user#1
, and user:user
. With this change, only @user
will have the Mention feature.
I propose to change this to the following:
- Plan 1. john wilson Smith
- Plan 2. @jsmith(John Smith)
- Plan 3. @jsmith
- The functions are different from those of other
user#1
anduser:user
notations and should be separated. - I think it's important to have @ in front of the name so that people who don't know much about Redmine realize that they can use the Mention feature.
Concerns:
Since @jsmith has always been assumed to be converted to "John Smith", changing it may break the display of wiki pages and issues.
Please let me know what you think.
Files
Related issues
Actions