stable
Clone or download
Read-only
part of: story #21362 Base artifact timeframe on a linked artifact No functional change expected in helpers displayed next to End date and Duration fields of timeframes. Change-Id: I1d7873de4d378984ea194b58286163f58199b531
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.php | +4 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.php | +2 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/ArtifactTimeframeHelper.php | +18 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/IComputeTimeframes.php | +2 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeNotConfigured.php | +5 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeWithDuration.php | +17 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeWithEndDate.php | +16 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/ArtifactTimeframeHelperTest.php | +17 | −12 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeNotConfiguredTest.php | +13 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeWithDurationTest.php | +70 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Semantic/Timeframe/TimeframeWithEndDateTest.php | +72 | −0 | Go to diff View file |