stable
Clone or download
Read-only
request #6023 - Days remaining off by one day in the Stand-Up View
Logic is, given a sprint that starts on monday and last for 10 days: * On monday: 10 days to go * On next monday: 5 days to go * On last friday: 1 day to go * After the date, it's over Change-Id: Ifd93341f3bb5ed8331060dd5946b98cb8be31136
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php | +14 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php | +12 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Milestone.class.php | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/NoMilestone.class.php | +8 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php | +8 | −0 | Go to diff View file |
M | plugins/cardwall/include/PaneContentPresenter.class.php | +2 | −33 | Go to diff View file |
M | src/common/date/TimePeriodWithoutWeekEnd.class.php | +28 | −18 | Go to diff View file |
M | tests/simpletest/common/date/TimePeriodTest.php | +103 | −52 | Go to diff View file |