stable
Clone or download
Read-only
This is part of story #19253 import worklog as timetracking Tuleap timetracking content and configuration can now be exported in XML during the project XML export process. Exported content must imported without any issue. Change-Id: I205d6f63c589959db809cdea05c51e40e36b3cc1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/timetracking/include/Timetracking/Admin/TimetrackingUgroupRetriever.php | +55 | −4 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/ArtifactTimeRetriever.php | +4 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/ProjectResource.php | +3 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingReportResource.php | +8 | −2 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/TimetrackingResource.php | +3 | −1 | Go to diff View file |
M | plugins/timetracking/include/Timetracking/REST/v1/UserResource.php | +4 | −2 | Go to diff View file |
A | plugins/timetracking/include/Timetracking/XML/XMLExport.php | +172 | −0 | Go to diff View file |
M | plugins/timetracking/include/timetrackingPlugin.php | +36 | −1 | Go to diff View file |
A | plugins/timetracking/tests/unit/XML/XMLExportTest.php | +246 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/TrackerXmlExport.class.php | +12 | −10 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/Exporter/TrackerXmlExportTest.php | +6 | −0 | Go to diff View file |