stable

Clone or download

Read-only

Use the GitPHP API to retrieve the content of the README files

No fonctionnal change is expected. This is part of story #10412: have a better integration of Readme.mkd in git repo view Change-Id: I1dfa2ef8064a19667a73611a7532590e69317371

Modified Files

Name
M plugins/git/include/GitPHP/controller/ControllerBase.php +4 −4 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Tree.php +32 −0 Go to diff View file
M plugins/git/include/GitPHP/git/Project.php +2 −0 Go to diff View file
M plugins/git/include/GitViews/ShowRepo/Content.class.php +0 −52 Go to diff View file
M plugins/git/include/Git_Exec.class.php +0 −28 Go to diff View file
D plugins/git/include/Markdown/GitMarkdownFile.class.php +0 −83 Go to diff View file
D plugins/git/include/Markdown/ReadmeMarkdownPresenter.php +0 −34 Go to diff View file
M plugins/git/templates/gitphp/tree.tpl +15 −0 Go to diff View file
M plugins/git/templates/gitphp/tuleap/tree.tpl +17 −2 Go to diff View file
D plugins/git/templates/readme_markdown.mustache +0 −12 Go to diff View file
D plugins/git/tests/GitMarkdownFileTest.php +0 −67 Go to diff View file
M plugins/git/tests/Git_ExecTest.php +1 −25 Go to diff View file