stable

Clone or download

Read-only

Import/Export Timeframe Semantic

Have a tracker with semantic timeframe defined (as of today you have to do it manually in tracker_semantic_timeframe table). You can export the XML structure of the tracker and import it. New tracker will have its semantic timeframe defined with its own start_date and duration field. Part of story #12537 configure my burndown/up & sprint with a start date & end date Change-Id: I72dad299a7296823c15cbc469be2e2ed6b54239a

Modified Files

Name
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframe.php +36 −4 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeDao.php +4 −2 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeFromXMLBuilder.php +53 −0 Go to diff View file
A plugins/tracker/include/Tracker/Semantic/Timeframe/SemanticTimeframeSaver.php +64 −0 Go to diff View file
M plugins/tracker/include/Tracker/Semantic/Tracker_SemanticFactory.class.php +7 −3 Go to diff View file
A plugins/tracker/phpunit/Tracker/Semantic/Timeframe/SemanticTimeframeSaverTest.php +121 −0 Go to diff View file
M plugins/tracker/phpunit/Tracker/Semantic/Timeframe/SemanticTimeframeTest.php +102 −0 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rnc +10 −0 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rng +15 −0 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +15 −0 Go to diff View file