stable
Clone or download
Read-only
story #7511: Add drag'n'drop (doesn't call REST routes) and update Angular & jQuery
Change-Id: Iffd092c22b2435938b7a60f26a06dea1518e528d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/angular/bower.json | +5 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/build.config.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/po/fr.mo | Binary file | Go to diff View file | |
M | plugins/agiledashboard/www/js/angular/po/fr.po | +3 | −16 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/po/template.pot | +0 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js | +26 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/app.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-details.tpl.html | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-service.js | +13 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.less | +38 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.tpl.html | +18 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/milestone/milestone-service.js | +7 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/milestone/milestone.less | +3 | −15 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/planning.tpl.html | +23 | −14 | Go to diff View file |
A | plugins/agiledashboard/www/js/angular/src/assets/milestone-empty.png | Binary file | Go to diff View file | |
M | plugins/agiledashboard/www/js/angular/src/less/main.less | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/themes/FlamingParrot/css/style.less | +4 | −0 | Go to diff View file |
M | src/common/layout/Layout.class.php | +1 | −1 | Go to diff View file |
A | src/www/scripts/jquery/jquery-2.1.1.min.js | +4 | −0 | Go to diff View file |