stable
Clone or download
Read-only
Part of story #13453: finish drag'n drop images in tracker text areas How to test: - rebuild kanban and scrum planning. - No functional changes expected. Adding a follow-up comment should work as before. Change-Id: Ibe44a6629c3389e2773d8837b32be5b1dfc653c7
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/www/scripts/angular-artifact-modal/src/common/FormatSelector.spec.js | +88 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/common/FormatSelector.vue | +71 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/common/RichTextEditor.spec.js | +197 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/common/RichTextEditor.vue | +132 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/followups/FollowupEditor.spec.js | +66 | −0 | Go to diff View file |
A | plugins/tracker/www/scripts/angular-artifact-modal/src/followups/FollowupEditor.vue | +70 | −0 | Go to diff View file |
D | plugins/tracker/www/scripts/angular-artifact-modal/src/followups/new-followup-component.js | +0 | −57 | Go to diff View file |
D | plugins/tracker/www/scripts/angular-artifact-modal/src/followups/new-followup-component.spec.js | +0 | −59 | Go to diff View file |
D | plugins/tracker/www/scripts/angular-artifact-modal/src/followups/new-followup.html | +0 | −46 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/index.spec.js | +22 | −4 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-controller.js | +5 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.spec.js | +45 | −200 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.vue | +22 | −99 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal.js | +3 | −5 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal.scss | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal.tpl.html | +5 | −7 | Go to diff View file |
M | plugins/tracker/www/scripts/package-lock.json | +4 | −17 | Go to diff View file |
M | plugins/tracker/www/scripts/package.json | +2 | −2 | Go to diff View file |