stable
Clone or download
Read-only
Merge commit 'refs/changes/66/6866/3' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: request #9630: Text card fields on Kanban should allow basic formatting
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/bower.json | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/build.config.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-fields-service.js | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-fields.js | +1 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-text-field/card-text-field-directive.js | +34 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/card-fields/card-text-field/card-text-field.tpl.html | +7 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/card-fields/tuleap-simple-field-directive.js | +29 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-controller.js | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +15 | −9 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/strip-tags/strip-tags-filter.js | +11 | −0 | Go to diff View file |