stable

Clone or download

Read-only

Merge commit 'refs/changes/62/3262/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7511: Add drag'n'drop (doesn't call REST routes) and update Angular & jQuery Change-Id: I97e39c1a7f3f0c6bcbbffd240eb907f5e8f9e46b

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