stable
Clone or download
Read-only
this is part of story #10673 see BurnUp chart in agile dashboard Inconsistent should be displayed like in mockup. Change-Id: I0493798eddc92da93e5802464b6132b2077dd60c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/BacklogItemPresenter.class.php | +14 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItem.class.php | +22 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemBuilder.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollection.class.php | +5 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php | +78 | −24 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemPresenterBuilder.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBacklogItem.class.php | +5 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBacklogItemCollection.class.php | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBuildBacklogItemAndBacklogItemCollection.class.php | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Content/ContentPresenter.class.php | +10 | −12 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Content/ContentPresenterBuilder.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/site-content/en_US/agiledashboard.tab | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/site-content/tuleap-agiledashboard.pot | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-content-inconsistentitems.mustache | +8 | −30 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-content-items-list.mustache | +44 | −37 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-content.mustache | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php | +3 | −5 | Go to diff View file |
M | plugins/cardwall/include/Pane.class.php | +1 | −1 | Go to diff View file |