dev

Clone or download

Read-only

Merge commit 'refs/changes/07/1907/7' of http://gerrit.tuleap.net/tuleap into HEAD

* http://gerrit.tuleap.net/tuleap: request #6023 - Days remaining off by one day in the Stand-Up View Change-Id: I426f20c4241ea9fd1769fda5eb6e4b0b7d0d45d9

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