stable
Clone or download
Read-only
Merge commit 'refs/changes/01/2901/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #7347: Tv3 export to Tv5: migration is to restrictive, should not stop creating when something cannot be imported Change-Id: I8ba097cdf294a43a08755c34eaec2225d9b749e4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Exception/CannotCreateNewChangeset.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php | +1 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport.class.php | +18 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php | +28 | −1 | Go to diff View file |
R | plugins/tracker/include/Tracker/Artifact/XMLImport/Exception/FileNotFound.class.php | Go to diff View file | ||
A | plugins/tracker/include/Tracker/Artifact/XMLImport/Exception/NoAttachementsException.class.php | +25 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyAttachment.class.php | +7 | −2 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/tests/Artifact/XMLImportTest.php | +226 | −42 | Go to diff View file |
M | src/common/include/Response.class.php | +6 | −0 | Go to diff View file |