stable
Clone or download
Read-only
Merge commit 'refs/changes/88/23588/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #22595: league/commonmark: 1.6.5 -> 2.0.1 Change-Id: I519554aac2a985e76c5078e6eb1f0505c47c8369
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/composer.json | +2 | −1 | Go to diff View file |
M | plugins/git/include/CommonMarkExtension/LinkToGitFileExtension.php | +3 | −6 | Go to diff View file |
M | plugins/git/include/CommonMarkExtension/LinkToGitFileProcessor.php | +3 | −6 | Go to diff View file |
M | plugins/git/tests/unit/CommonMarkExtension/LinkToGitFileExtensionTest.php | +5 | −6 | Go to diff View file |
M | plugins/testmanagement/composer.json | +4 | −0 | Go to diff View file |
M | plugins/tracker/composer.json | +2 | −1 | Go to diff View file |
M | src/common/Markdown/AutolinkExtension.php | +4 | −5 | Go to diff View file |
M | src/common/Markdown/BlockRenderer/EnhancedCodeBlockRenderer.php | +16 | −25 | Go to diff View file |
M | src/common/Markdown/CommonMarkInterpreter.php | +9 | −14 | Go to diff View file |
M | src/common/Markdown/EnhancedCodeBlockExtension.php | +6 | −9 | Go to diff View file |
M | src/common/Markdown/StyleTableForTlpProcessor.php | +1 | −1 | Go to diff View file |
M | src/common/Markdown/TableTLPExtension.php | +2 | −2 | Go to diff View file |
M | src/composer.json | +5 | −7 | Go to diff View file |
M | src/composer.lock | +343 | −29 | Go to diff View file |
M | tests/unit/Tuleap/Markdown/AutolinkExtensionTest.php | +5 | −6 | Go to diff View file |
M | tests/unit/Tuleap/Markdown/BlockRenderer/EnhancedCodeBlockRendererTest.php | +12 | −13 | Go to diff View file |
M | tests/unit/Tuleap/Markdown/TableTLPExtensionTest.php | +5 | −6 | Go to diff View file |
M | tests/unit/common/Markdown/EnhancedCodeBlockExtensionTest.php | +9 | −7 | Go to diff View file |