stable
Clone or download
Read-only
story #8833: add new set of tabs to show artifact links by nature
Change-Id: I56687b9345eeb74438c2441b60f84bd33b06a44c
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 |