stable

Clone or download

Read-only

Merge commit 'refs/changes/50/3150/11' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #7508: Fetch all planned items of a milestone & glossification story #7508: fetch all milestones on planning view

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 +43 −2 Go to diff View file
M plugins/agiledashboard/www/js/angular/po/template.pot +33 −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 +68 −21 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 +4 −1 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
A plugins/agiledashboard/www/js/angular/src/app/milestone/milestone-service.js +135 −0 Go to diff View file
A plugins/agiledashboard/www/js/angular/src/app/milestone/milestone.js +5 −0 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 +59 −23 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