stable
Clone or download
Read-only
Merge commit 'refs/changes/71/5071/9' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #5894 update the artifact link data model Change-Id: I02a31c174498b59efd563b1731f6ad953d321dc7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +1 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2016/201601271554_add_nature_in_artifactlink.php | +43 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2016/201602081457_add_is_child_into_existing_data.php | +52 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php | +12 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ArtifactLinkDao.class.php | +5 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/Controller.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/Dao.class.php | +169 | −30 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Hierarchy/ControllerTest.php | +9 | −4 | Go to diff View file |
M | plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php | +61 | −17 | Go to diff View file |