stable

Clone or download

Read-only

Docman uses new Tooltips

If you have a cross reference on a document, then the tooltip should display an icon with color matching its type + title and a description if any. Part of request #14905: Have sexier cross reference tooltip Change-Id: I186a93333e7af678443ed1b71f73d52c590f6b36

Modified Files

Name
M plugins/docman/include/docmanPlugin.php +45 −0 Go to diff View file
A plugins/docman/include/tooltip-title.mustache +82 −0 Go to diff View file
M src/common/User/Profile/tooltip-title.mustache +1 −1 Go to diff View file
A src/common/reference/ReferenceGetTooltipChain.php +53 −0 Go to diff View file
A src/common/reference/ReferenceGetTooltipChainJson.php +71 −0 Go to diff View file
A src/common/reference/ReferenceGetTooltipChainLegacy.php +55 −0 Go to diff View file
A src/common/reference/ReferenceGetTooltipChainOpenGraph.php +64 −0 Go to diff View file
A src/common/reference/ReferenceGetTooltipRepresentationEvent.php +99 −0 Go to diff View file
M src/core/goto.php +24 −12 Go to diff View file
M src/themes/BurningParrot/css/includes/_cross-ref-tooltip.scss +18 −4 Go to diff View file
M src/themes/FlamingParrot/css/utils/_cross-ref-tooltip.scss +18 −4 Go to diff View file