stable

Clone or download

Read-only

Merge commit 'refs/changes/22/5222/11' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8833: add new set of tabs to show artifact links by nature

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactLinkInfo.class.php +8 −1 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/ArtifactInNatureTablePresenter.php +78 −0 Go to diff View file
A plugins/tracker/include/Tracker/FormElement/Field/ArtifactLink/Nature/NatureTablePresenter.php +62 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php +35 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_Value_ArtifactLinkDao.class.php +2 −2 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file
M plugins/tracker/site-content/en_US/script_locale.txt +2 −1 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +1 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/script_locale.txt +2 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +1 −0 Go to diff View file
A plugins/tracker/templates/artifactlink-nature-table.mustache +31 −0 Go to diff View file
M plugins/tracker/tests/Tracker/FormElement/Field/ArtifactLink/ProcessChildrenTriggersCommandTest.php +8 −8 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_ArtifactLinkTest.php +17 −16 Go to diff View file
M plugins/tracker/www/scripts/TrackerArtifactLink.js +111 −88 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +4 −0 Go to diff View file