stable
Clone or download
Read-only
This is part of story #12537 configure my burndown/up & sprint with a start date & end date There are no functionnal changes expected. Change-Id: I812f734bf054ccccb0c208fa1208fd3666035a58
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +6 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php | +7 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +6 | −2 | 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/AgileDashboard/REST/v2/ProjectBacklogResource.class.php | +6 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Milestone.class.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +17 | −28 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Planning/ArtifactMilestoneTest.php | +24 | −0 | Go to diff View file |
D | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneFactoryTest.php | +0 | −187 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneFactoryTest.php | +90 | −19 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeBuilder.php | +97 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/TimeframeBuilderTest.php | +200 | −0 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/TimeframeCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/velocity/include/velocityPlugin.class.php | +4 | −0 | Go to diff View file |