stable

Clone or download

Read-only

story #8571 import the trackers: artifact links

Change-Id: I0bca6b4bf931c4a0a96302121f4c422871c2da82

Modified Files

Name
M plugins/tracker/include/Tracker/Action/CopyArtifact.class.php +71 −30 Go to diff View file
D plugins/tracker/include/Tracker/Artifact/Exception/CannotCreateInitialChangeset.class.php +0 −25 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php +82 −11 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +214 −94 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php +6 −6 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/XMLImport/Exception/ArtifactLinksAreIgnoredException.php Go to diff View file
A plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyArtifactLink.class.php +53 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +2 −7 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporter.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/XML/Importer/ArtifactImportedMapping.php +4 −0 Go to diff View file
D plugins/tracker/include/Tracker/XML/Importer/ChildrenXMLImporter.php +0 −154 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +78 −38 Go to diff View file
M plugins/tracker/include/autoload.php +4 −5 Go to diff View file
A plugins/tracker/tests/Artifact/XMLImport/XMLImportFieldStrategyArtifactLinkTest.php +56 −0 Go to diff View file
M plugins/tracker/tests/Artifact/XMLImportTest.php +239 −180 Go to diff View file
M plugins/tracker/tests/Tracker/Action/CopyArtifactTest.php +98 −42 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Importer/ChildrenXMLImporterTest.php +14 −15 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +2 −1 Go to diff View file