dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/40/3340/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7511: submilestones links work story #7511: Submilestone initial effort is updated when its content is updated story #7511: When an item is dropped, REST routes are called story #7511: Drop into an item without child or collapsed (don't call REST routes) story #7511: Add list of accepted item types in BacklogItemRepresentation Change-Id: Ibabdd1cb5d657e35ca66bc066bd6ee0a63611d6b

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentation.php +23 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +8 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningReference.class.php +43 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 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 +10 −1 Go to diff View file
M plugins/agiledashboard/www/js/angular/po/template.pot +8 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js +184 −18 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app.js +2 −1 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-factory.js +43 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-service.js +56 −14 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.less +34 −18 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.tpl.html +10 −6 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-tem-factory.spec.js +45 −0 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/dropped-service.js +152 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/milestone/milestone-service.js +141 −16 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/milestone/milestone.less +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/planning.tpl.html +80 −60 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/project/project-service.js +30 −0 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/project/project.js +5 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/less/main.less +1 −1 Go to diff View file
M plugins/agiledashboard/www/themes/FlamingParrot/css/style.less +0 −4 Go to diff View file
M tests/rest/MilestoneBacklogTest.php +12 −0 Go to diff View file