stable

Clone or download

Read-only

Merge 'gerrit #7969' into stable/master

* commit 'b040d79': Fix request #10084: Impossible to add a link to a User Story in a Task Change-Id: I07c027c951fa5c5ef5a60b6d5cc414a542ac3307

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetAtGivenDateCreator.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreator.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php +70 −48 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +36 −19 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php +16 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationCollection.php +8 −2 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/SourceOfAssociationCollectionBuilder.php +73 −0 Go to diff View file
M plugins/tracker/include/Tracker/Migration/MigrationManager.php +16 −4 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +14 −2 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactTest.php +11 −9 Go to diff View file