stable
Clone or download
Read-only
Merge commit 'refs/changes/66/17766/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #14545: Artifact export is broken when an attachment is deleted Change-Id: Ica5a41eeef092a2902dc1c8dcb455cf1566b71ba
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/XMLExport.php | +3 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporter.php | +15 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporterBuilder.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueComputedXMLExporter.php | +20 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporter.class.php | +8 | −30 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueXMLExporter.class.php | +0 | −20 | Go to diff View file |
A | plugins/tracker/include/Tracker/XML/Exporter/FileInfoXMLExporter.php | +88 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/XML/Exporter/ChangesetValue/Tracker_XML_Exporter_ChangesetValue_ChangesetValueFileXMLExporterTest.php | +123 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/XML/Exporter/Tracker_XML_Exporter_ArtifactXMLExporterTest.php | +97 | −0 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/XML/Exporter/Tracker_XML_Exporter_ChildrenXMLExporterTest.php | +174 | −0 | Go to diff View file |
D | plugins/tracker/tests/Tracker/XML/Exporter/ArtifactXMLExporterTest.php | +0 | −86 | Go to diff View file |
D | plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueFileXMLExporterTest.php | +0 | −211 | Go to diff View file |
D | plugins/tracker/tests/Tracker/XML/Exporter/ChildrenXMLExporterTest.php | +0 | −141 | Go to diff View file |
A | tests/phpunit/common/Tracker/XML/Exporter/FileInfoXMLExporterTest.php | +109 | −0 | Go to diff View file |