stable
Clone or download
Read-only
Merge commit 'refs/changes/27/3627/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7495: Manage the perm in the planning v2 Change-Id: I328b709a6a5560d54519758f5527f3c0f3ae6cfa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/TopContent/TopContentPresenterBuilder.class.php | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogRepresentation.php | +4 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php | +27 | −9 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneFactoryTest.php | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js | +17 | −9 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-factory.js | +1 | −2 | Go to diff View file |
R | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-tem-factory.spec.js | Go to diff View file | ||
R | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.tpl.html | Go to diff View file | ||
A | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-in-submilestone.tpl.html | +35 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.less | +4 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html | +9 | −5 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/project/project-service.js | +8 | −8 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/assets/milestone-empty.png | Binary file | Go to diff View file | |
M | src/common/REST/v1/MilestoneRepresentationBase.class.php | +5 | −0 | Go to diff View file |
M | src/common/REST/v2/BacklogRepresentationBase.class.php | +6 | −0 | Go to diff View file |
M | src/www/api/ChangeLog | +3 | −0 | Go to diff View file |
M | src/www/api/index.php | +2 | −1 | Go to diff View file |