stable
Clone or download
Read-only
Merge commit 'refs/changes/13/5013/41' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #8571 import the trackers: artifact links Conflicts: plugins/tracker/include/TrackerXmlImport.class.php Change-Id: Ia22a1f0d824bc399c86b7af937d8046c1914abda
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 |