dev

Forked from tuleap/dev

Clone or download

Read-only

story #7508: Fetch all planned items of a milestone & glossification

Change-Id: I95d0b35e656d948a4418ed780402cee03007c419

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +12 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php +6 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +8 −6 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/templates/pane-content-closeditems.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/templates/pane-content-inconsistentitems.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/templates/pane-content-openitems.mustache +1 −1 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +2 −2 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 +4 −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 +40 −3 Go to diff View file
M plugins/agiledashboard/www/js/angular/po/template.pot +29 −1 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app-config.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js +30 −19 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/app-planning.spec.js +71 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/app.js +2 −0 Go to diff View file
D plugins/agiledashboard/www/js/angular/src/app/app.spec.js +0 −15 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.less +1 −3 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.tpl.html +12 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/milestone/milestone-service.js +76 −2 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/milestone/milestone.less +150 −0 Go to diff View file
M plugins/agiledashboard/www/js/angular/src/app/planning.tpl.html +57 −34 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/assets/planning-divider.png Binary file Go to diff View file
M plugins/agiledashboard/www/js/angular/src/less/main.less +29 −8 Go to diff View file
A plugins/agiledashboard/www/themes/FlamingParrot/css/style.less +82 −0 Go to diff View file
A plugins/agiledashboard/www/themes/FlamingParrot/images +1 −0 Go to diff View file
M plugins/agiledashboard/www/themes/default/css/style.less +9 −0 Go to diff View file
M src/common/event/Event.class.php +1 −0 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +8 −6 Go to diff View file