stable
Clone or download
Read-only
Merge commit 'refs/changes/85/4985/20' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: story #6789: Multiselect items in planning view Change-Id: I24b795c84b79074efd1d99158bf69d46209537aa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/planning-v2/bower.json | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/fr.po | +35 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/template.pot | +21 | −11 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js | +472 | −472 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js | +14 | −10 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection-service.js | +29 | −2 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-selected/backlog-item-select-directive.js | +84 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-selected/backlog-item-selected-bar-controller.js | +30 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-selected/backlog-item-selected-bar-directive.js | +15 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-selected/backlog-item-selected-bar.less | +29 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-selected/backlog-item-selected-bar.tpl.html | +9 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-selected/backlog-item-selected-service.js | +97 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-selected/backlog-item-selected.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-controller.js | +197 | −94 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-controller.spec.js | +94 | −47 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-factory.js | +20 | −15 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-service.js | +137 | −133 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.less | +155 | −69 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.tpl.html | +15 | −15 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.js | +92 | −28 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.spec.js | +34 | −21 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-service.js | +16 | −14 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-service.spec.js | +71 | −12 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog.tpl.html | +5 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/dropped-service.js | +36 | −26 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/dropped-service.spec.js | +40 | −8 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone-collection-service.js | +26 | −5 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/milestone-collection-service.spec.js | +169 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-controller.js | +116 | −36 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-controller.spec.js | +75 | −44 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-service.js | +47 | −39 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone.less | +0 | −13 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone.tpl.html | +35 | −34 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/project/project-service.js | +17 | −13 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/less/main.less | +5 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/themes/FlamingParrot/css/style.less | +8 | −0 | Go to diff View file |