stable
Clone or download
Read-only
Merge 'gerrit #10950' into stable/master
* commit '1307b29731': request #11337 Tooltip should consume OpenGraph protocol information when available
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/docmanPlugin.class.php | +10 | −7 | Go to diff View file |
M | plugins/hudson/include/hudsonPlugin.class.php | +15 | −16 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.class.php | +19 | −16 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +10 | −12 | Go to diff View file |
M | src/common/autoload.php | +5 | −2 | Go to diff View file |
A | src/common/reference/ReferenceGetTooltipContentEvent.php | +120 | −0 | Go to diff View file |
A | src/common/reference/ReferenceOpenGraph.php | +81 | −0 | Go to diff View file |
A | src/common/reference/ReferenceOpenGraphDispatcher.php | +81 | −0 | Go to diff View file |
M | src/composer.json | +4 | −2 | Go to diff View file |
M | src/composer.lock | +113 | −3 | Go to diff View file |
M | src/www/goto.php | +8 | −12 | Go to diff View file |