stable
Clone or download
Read-only
Merge commit 'refs/changes/75/4075/16' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #7584: filter the cards on kanban Change-Id: I1c3f450087849b1d6bd2212cfc532333cf7b2f47
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/po/fr.po | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-config.js | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +41 | −13 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/highlight/highlight-filter.js | +42 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/highlight/highlight-filter.spec.js | +69 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/highlight/highlight.less | +7 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.js | +87 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/in-properties-filter/in-properties-filter.spec.js | +136 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/card-fields-service.js | +21 | −15 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +10 | −10 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.less | +30 | −8 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +19 | −10 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/less/main.less | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_UsersValue.class.php | +23 | −16 | Go to diff View file |
M | tests/rest/ArtifactsTest.php | +2 | −1 | Go to diff View file |