stable
Clone or download
Read-only
Merge commit 'refs/changes/64/4064/7' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #8266: Have a compact view of kanban cards
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/templates/kanban.mustache | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/fr.po | +9 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/po/template.pot | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +27 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.spec.js | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-main-controller.js | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.less | +27 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.less | +34 | −36 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +19 | −12 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/shared-properties/shared-properties-service.js | +28 | −6 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/user-preferences/user-preferences-service.js | +26 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/user-preferences/user-preferences.js | +1 | −0 | Go to diff View file |