stable
Clone or download
Read-only
Merge commit 'refs/changes/65/4265/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7992: Use modal in kanban Change-Id: Ib64969964bdcfaf1b8e1ed4f5b78a93295ed1fd4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/Gruntfile.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/bower.json | +11 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/build.config.js | +7 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.js | +138 | −2 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/app-kanban-controller.spec.js | +270 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/app.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-service.js | +13 | −5 | Go to diff View file |
A | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item-service.spec.js | +39 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +7 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/less/main.less | +2 | −0 | Go to diff View file |