stable
Clone or download
Read-only
Merge commit 'refs/changes/60/3260/3' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #7571 - Do not display "Top Backlog" option if it is not relevant story #7571 - Load and save in reports story #7571 - Filter out unrelated artifacts story #7571 - Add "Top backlog" option in "in milestone" filter Conflicts: plugins/agiledashboard/include/autoload.php
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php | +36 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/FieldPriorityAugmenter.php | +11 | −14 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProvider.class.php | +38 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionProvider.class.php | +8 | −7 | Go to diff View file |
D | plugins/agiledashboard/include/AgileDashboard/Milestone/SelectedMilestoneIdProvider.class.php | +0 | −42 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Milestone/SelectedMilestoneProvider.php | +96 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php | +38 | −16 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +38 | −18 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/BacklogItem/SubBacklogItemProviderTest.php | +12 | −4 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProviderTest.php | +15 | −5 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/MilestoneReportCriterionProviderTest.php | +10 | −8 | Go to diff View file |
R | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/SelectedMilestoneIdProviderTest.php | Go to diff View file | ||
M | plugins/agiledashboard/tests/include/AgileDashboard/SequenceIdManagerTest.php | +35 | −1 | Go to diff View file |