stable

Clone or download

Read-only

Move artifact with basic information

This is part of story #11342 have a base REST route to move id, title, description The move only works with basic information: * id * subon * subby The base artifact is deleted (and archived if the plugin is enable). The deletion limit is also used. Next commits will introduce a global transaction, the global rank and the title and description semantics. Change-Id: I9a01dfc608c0525734fa130a0a54fc30e3937298

Modified Files

Name
M plugins/tracker/bin/import_artifacts_xml.php +2 −1 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +89 −3 Go to diff View file
A plugins/tracker/include/Tracker/Action/MoveArtifact.php +107 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php +36 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +25 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +23 −5 Go to diff View file
M plugins/tracker/include/Tracker/XML/Updater/ChangesetXMLUpdater.class.php +21 −3 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +2 −1 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Updater/ChangesetXMLUpdaterTest.php +10 −0 Go to diff View file
M src/common/user/XML/Import/IFindUserFromXMLReference.php +1 −1 Go to diff View file