stable

Clone or download

Read-only

XML export to archivedeleteditems plugin

this is part of story #11196 delete artifacts with REST api How to test: - remove an artifact, artifact xml should be exported into tmp dir of projet - if plugin archive delete items is enabled, the xml is copied to the defined plugin directory The new object XMLConvertor will be used in other services in a dedicated commit Change-Id: I2e39f2f640fd52af82232b10fa93aa3b50b336c8

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +59 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLExport.php +28 −12 Go to diff View file
A plugins/tracker/include/Tracker/ArtifactWithTrackerStructureExporter.php +81 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +41 −13 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +36 −5 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/include/XMLConvertor.php +39 −0 Go to diff View file