stable
Clone or download
Read-only
request #7303: Ability to easily reference a user (@mentions)
Change-Id: Id4e1d3124c786c9a126be58079af488ae7b89083
Modified Files
Name | ||||
---|---|---|---|---|
M | .gitignore | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/View/Edit.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_String.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/templates/artifact-modal.mustache | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerArtifact.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/modal-in-place.js | +1 | −0 | Go to diff View file |
M | src/common/include/Combined.class.php | +4 | −1 | Go to diff View file |
M | src/common/layout/Layout.class.php | +1 | −0 | Go to diff View file |
M | src/www/scripts/codendi/RichTextEditor.js | +5 | −0 | Go to diff View file |
A | src/www/scripts/tuleap/tuleap-mention.js | +54 | −0 | Go to diff View file |
A | src/www/scripts/vendor/at/css/atwho.min.css | +1 | −0 | Go to diff View file |
A | src/www/scripts/vendor/at/js/atwho.min.js | +1 | −0 | Go to diff View file |
A | src/www/scripts/vendor/at/js/caret.min.js | +2 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +1 | −0 | Go to diff View file |
A | src/www/themes/common/css/utils/mention.less | +10 | −0 | Go to diff View file |
M | src/www/themes/common/css/utils/utils.less | +1 | −0 | Go to diff View file |