stable
Clone or download
Read-only
This is part of story #11344 move artifact's "assigned_to" There is no functionnal changes here. The external semantics are now checked like the tracker ones. Change-Id: Ia1592cb7020575d2f3f039965b10fa6abc8ee762
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/agiledashboard/include/AgileDashboard/Semantic/MoveSemanticChecker.php | Go to diff View file | ||
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +16 | −46 | Go to diff View file |
D | plugins/agiledashboard/phpunit/AgileDashboard/Semantic/MoveSemanticCheckerTest.php | +0 | −116 | Go to diff View file |
A | plugins/agiledashboard/phpunit/AgileDashboard/Semantic/MoveSemanticInitialEffortCheckerTest.php | +121 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/BeforeMoveArtifact.php | +7 | −20 | Go to diff View file |
D | plugins/tracker/include/Tracker/Events/MoveArtifactCheckExternalSemantics.php | +0 | −118 | Go to diff View file |
A | plugins/tracker/include/Tracker/Events/MoveArtifactGetExternalSemanticCheckers.php | +48 | −0 | Go to diff View file |
D | plugins/tracker/include/Tracker/Events/MoveArtifactGetExternalSemanticTargetField.php | +0 | −80 | Go to diff View file |
M | plugins/tracker/include/Tracker/XML/Updater/MoveChangesetXMLUpdater.php | +14 | −7 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Action/BeforeMoveArtifactTest.php | +22 | −7 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/XML/Updater/MoveChangesetXMLUpdaterTest.php | +17 | −9 | Go to diff View file |