dev

Clone or download

Read-only

Merge commit 'refs/changes/37/1937/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #6009: API REST is no longer called directly in presenter for burndown Change-Id: I53918ad53bfe247c646655e95c853c963f77292d

Modified Files

Name
M plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php +16 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/Milestone.class.php +9 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/NoMilestone.class.php +5 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +5 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneBurndownSummaryPresenter.class.php +15 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php +19 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php +1 −0 Go to diff View file
M plugins/tracker/tests/Tracker/Chart/Data/BurndownTest.php +34 −0 Go to diff View file