stable
Clone or download
Read-only
This is part of story #11344 move artifact's "assigned_to" The contributor semantic is now moved. Users value are moved "as much as possible". If a user is not part of the target group, he is silently ignored. Change-Id: I4f319a37acfee955048a17ccd770ca0160d19a0a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +18 | −12 | Go to diff View file |
A | plugins/tracker/include/Tracker/Action/MoveContributorSemanticChecker.php | +69 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Field/ListFields/FieldValueMatcher.php | +19 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Contributor.class.php | +8 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLUpdater.php | +56 | −9 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Action/BeforeMoveArtifactTest.php | +111 | −4 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Action/MoveContributorSemanticCheckerTest.php | +102 | −0 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/FormElement/Field/ListFields/FieldValueMatcherTest.php | +47 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php | +154 | −4 | Go to diff View file |
M | plugins/tracker/tests/rest/ArtifactsActions/ArtifactsActionsTest.php | +4 | −1 | Go to diff View file |
M | plugins/tracker/tests/rest/_fixtures/MoveArtifact/project.xml | +24 | −23 | Go to diff View file |
M | plugins/tracker/tests/rest/_fixtures/MoveArtifact/users.xml | +7 | −0 | Go to diff View file |
M | tests/phpunit/phpunit.xml | +1 | −0 | Go to diff View file |