MantisBT: master 1217a06f

Author Committer Branch Timestamp Parent
elen-ayanyan dregad master 2018-02-18 23:52 master dbebf852
Affected Issues  0022509: users with dashes in their name will not work when @mentioned (example @r-frank)
Changeset

Fix @mentions for users with a dash in their name

The regex matching the username was changed as follows:
Include any word char, dash or period, must end with word char.

Fixes 0022509 (https://github.com/mantisbt/mantisbt/pull/1287)

mod - core/mention_api.php Diff File