dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/75/3375/4' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #7174: On dropped event, update BacklogItem fields (auto-computed fields...) story #7174: GET OPTIONS /backlog_items/:id story #7174: Display card semantic fields

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentationFactory.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +100 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentationFactory.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/angular/bower.json +2 −1 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/template.pot +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js +61 −22 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app-planning.spec.js +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-details.tpl.html +32 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-factory.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-service.js +17 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.less +6 −5 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/card-fields-service.js +107 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/milestone/milestone-service.js +10 −7 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/milestone/milestone.less +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/planning.tpl.html +2 −0 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/assets/loader-mini.gif Binary file Go to diff View file
M tests/rest/BacklogItemsTest.php +14 −0 Go to diff View file