stable

Clone or download

Read-only

request #14127: Render any Markdown file in the Git repo web UI

Before this contribution, only the READMEs were rendered in the tree view. Now, when you a open Markdown in the Git repo web UI you see the rendered file instead of the source. It is however still possible to see the source of a Markdown file if you really want to. Change-Id: I7dca29b6296939740aabc42c826d0505a7dc2e2c

Modified Files

Name
M plugins/git/include/CommonMarkExtension/LinkToGitFileBlobFinder.php +1 −1 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blob.php +23 −3 Go to diff View file
M plugins/git/phpunit/CommonMarkExtension/LinkToGitFileBlobFinderTest.php +2 −2 Go to diff View file
M plugins/git/site-content-gitphp/fr_FR/LC_MESSAGES/gitphp.po +6 −0 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob-header.tpl +19 −0 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob.tpl +7 −0 Go to diff View file
M plugins/git/themes/BurningParrot/repository/gitphp/_blob.scss +9 −4 Go to diff View file