stable
Clone or download
Read-only
There is now a dedicated object to display the tooltip. This will ease future enhancements of the tooltip. No functional changes Part of story #26777: have artifact tooltips on roadmap Change-Id: Ic44ddd68384e7e64c93eb578d111196786e203f4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Artifact.php | +7 | −24 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tooltip/SemanticTooltip.php | +2 | −2 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Tooltip/TooltipFetcher.php | +63 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Tooltip/TooltipFields.php | +29 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Stub/Semantic/Tooltip/TooltipFieldsStub.php | +51 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/TooltipFetcherTest.php | +113 | −0 | Go to diff View file |