stable
Clone or download
Read-only
This change is part of story #12537 No functionnal change should be observed Change-Id: I8c2fd695df30d57af1d283ba27b4411326bc4602
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +2 | −1 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2019/2019080351603_add_end_date_field_id_to_semantic_timeframe.php | +41 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframe.php | +26 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeBuilder.php | +13 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDao.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicator.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeFromXMLBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeSaver.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeUpdator.php | +61 | −29 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Timeframe/TimeframeBrokenConfigurationException.php | +37 | −0 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/ChartConfigurationFieldRetriverTest.php | +11 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/SemanticTimeframeBuilderTest.php | +62 | −17 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/SemanticTimeframeDuplicatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/SemanticTimeframeSaverTest.php | +37 | −5 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/SemanticTimeframeTest.php | +97 | −28 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/SemanticTimeframeUpdatorTest.php | +80 | −8 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Semantic/Timeframe/TimeframeBuilderTest.php | +20 | −20 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_BurndownTest.php | +0 | −212 | Go to diff View file |