stable
Clone or download
Read-only
Like it is done in Roadmap, the timeframe semantic is now displayed in every tooltips of an artifact. If no semantic, or if no timeframe (no start & no end), then the semantic is not displayed. Part of story #26777: have artifact tooltips on roadmap Change-Id: Ibcf791a9c62ef783e7236ca9bcde7d69092950b4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Artifact.php | +5 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/Semantic/Tooltip/OtherSemantic/TimeframeTooltipEntry.php | +103 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +13 | −1 | Go to diff View file |
M | plugins/tracker/site-content/pt_BR/LC_MESSAGES/tuleap-tracker.po | +12 | −0 | Go to diff View file |
A | plugins/tracker/templates/tooltip/other-semantic/timeframe-tooltip-entry.mustache | +40 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Stub/Semantic/Timeframe/IComputeTimeframesStub.php | +135 | −0 | Go to diff View file |
A | plugins/tracker/tests/unit/Tracker/Semantic/Tooltip/OtherSemantic/TimeframeTooltipEntryTest.php | +338 | −0 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_cross-ref-tooltip.scss | +9 | −0 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_cross-ref-tooltip.scss | +5 | −0 | Go to diff View file |