stable

Clone or download

Read-only

Display nature changeset in followup

this is part of story #8833 show, import and manipulate links When you on into an artifact, in record comments you can see the nature (custom or not) of an artifact link Change-Id: If049d4c0092e0ea2dbc59cac93d778e20d742fb2

Modified Files

Name
A plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/AddedLinkByNatureCollection.php +78 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/CollectionOfLinksFormatter.php +52 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/ICollectChangeOfLinksBetweenTwoChangesets.php +32 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/RemovedLinkCollection.php +64 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/ChangesetValue/ArtifactLink/UpdatedNatureLinkCollection.php +91 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLink.class.php +24 −31 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_ArtifactLinkDiff.class.php +104 −107 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommand.class.php +1 −1 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/autoload.php +7 −2 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +6 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +6 −0 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommandTest.php +55 −43 Go to diff View file
D plugins/tracker/tests/Tracker_Artifact_ChangesetValue_ArtifactLinkDiffTest.php +0 −92 Go to diff View file
M plugins/tracker/tests/Tracker_Artifact_ChangesetValue_ArtifactLinkTest.php +23 −96 Go to diff View file