stable
Clone or download
Read-only
Merge commit 'refs/changes/40/2940/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #7388 Cardwalls don't take field dependencies into account on drag 'n' drop Conflicts: plugins/tracker/include/autoload.php Change-Id: I1f0dc20d2463e198d80fb2f5bad76b6a387f7a3c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetCreatorBase.class.php | +4 | −44 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetDataInitializator.class.php | +66 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +4 | −3 | Go to diff View file |
A | plugins/tracker/tests/Artifact/Changeset/ChangesetDataInitializatorTest.php | +172 | −0 | Go to diff View file |