stable
Clone or download
Read-only
In an artifact that is referenced by other items (git commit, other artifacts, wiki, …), the various cross references is not anymore displayed as a comma separated difficult-to-read list, but as cards. Part of story #17180 take into account gitlab commits Change-Id: I5c1bf1d52343d4a2adca9ff14d83e9e6df52a94a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Reference/CrossReferenceByNaturePresenterBuilder.php | +2 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Reference/CrossReferenceLinkListPresenter.php | +1 | −20 | Go to diff View file |
D | plugins/tracker/include/Tracker/FormElement/View/Reference/CrossReferenceLinkListPresenterBuilder.php | +0 | −47 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Reference/CrossReferenceLinkPresenter.php | +1 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/View/Reference/CrossReferenceLinkPresenterCollectionBuilder.php | +0 | −9 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +0 | −6 | Go to diff View file |
M | plugins/tracker/templates/form-element/reference/cross_reference.mustache | +24 | −38 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/View/Reference/CrossReferenceByNaturePresenterBuilderTest.php | +31 | −63 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/View/Reference/CrossReferenceLinkPresenterCollectionBuilderTest.php | +0 | −4 | Go to diff View file |
M | plugins/tracker/themes/FlamingParrot/css/style.scss | +23 | −7 | Go to diff View file |
M | plugins/tracker/themes/default/css/includes/_cross-references-fields.scss | +7 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-blue.scss | +1 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-bluegrey.scss | +1 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-green.scss | +1 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-orange.scss | +1 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-purple.scss | +1 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_variables-red.scss | +1 | −0 | Go to diff View file |
M | src/themes/tlp/src/scss/components/_cards.scss | +19 | −1 | Go to diff View file |