stable
Clone or download
Read-only
story #8741: Move to top/bottom in backlog of the planning view
Change-Id: Iac8304e415bdf7cceb72f89e3cece066d0b1703b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-planning-v2.mustache | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/fr.po | +24 | −11 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/template.pot | +16 | −9 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-main-controller.js | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js | +17 | −211 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js | +4 | −426 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app.js | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-controller.js | +10 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details-controller.js | +45 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details-directive.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details.tpl.html | +38 | −24 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-factory.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.less | +88 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.tpl.html | +6 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.js | +263 | −24 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.spec.js | +681 | −9 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-directive.js | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-service.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog.tpl.html | +66 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/dropped-service.js | +38 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/dropped-service.spec.js | +47 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone-collection-service.js | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-controller.js | +32 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-service.js | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone.tpl.html | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html | +3 | −83 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties-service.js | +0 | −11 | Go to diff View file |
M | plugins/agiledashboard/www/themes/FlamingParrot/css/style.less | +11 | −5 | Go to diff View file |