stable
Clone or download
Read-only
Merge commit 'refs/changes/34/8134/15' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #10135 Burndown error when configuration fields are not numerical fields Change-Id: Ic4af7d01aad922c4b91d6d02e759d67e1e82f82f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneFactoryTest.php | +23 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/BurndownConfigurationFieldRetriever.php | +37 | −20 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/BurndownConfigurationValueRetriever.php | +9 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +47 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +7 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/BurndownConfigurationFieldRetriverTest.php | +137 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker/FormElement/BurndownConfigurationValueRetrieverTest.php | +4 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php | +136 | −63 | Go to diff View file |