stable
Clone or download
Read-only
Merge commit 'refs/changes/49/4749/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8380: result of v1/milestones/:id is now injected to the angular init() method Change-Id: I74c09be1f89c95cf8b7d4ada0200d26c82363450
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneRepresentationBuilder.class.php | +69 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php | +10 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +7 | −24 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php | +25 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php | +8 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-planning-v2.mustache | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-config.js | +2 | −10 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/app-main-controller.js | +0 | −23 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js | +74 | −58 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js | +13 | −17 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning.spec.js | +26 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app.js | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-service.js | +18 | −18 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties-service.js | +0 | −68 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties.js | +0 | −3 | Go to diff View file |