stable
Clone or download
Read-only
request #9722 JPGraph error when burndown is in the futur
Given a start date of a burndown greater than today, an empty burndown should be displayed Change-Id: I65ea49363771bf65fb5d29f36e99b0d9ff5980dc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Chart/Data/Burndown.class.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php | +42 | −24 | Go to diff View file |
M | src/common/date/TimePeriod.class.php | +24 | −0 | Go to diff View file |
M | src/common/date/TimePeriodWithWeekEnd.class.php | +4 | −2 | Go to diff View file |
M | src/common/date/TimePeriodWithoutWeekEnd.class.php | +0 | −25 | Go to diff View file |
M | tests/simpletest/common/date/TimePeriodTest.php | +21 | −0 | Go to diff View file |