stable
Clone or download
Read-only
request #8912: Readme of plugins is not interpreted
Given I have a plugin with a readme.mkd file, it should be rendered in html instead of plain/text. For example: tracker plugin. Change-Id: I0d805d053277a3b58f7dae894a6ab5cf59599291
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/tests/GitXmlImporterTest.php | +11 | −2 | Go to diff View file |
M | plugins/pluginsadministration/include/PluginsAdministrationViews.class.php | +0 | −1 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/markdown/ContentInterpretor.php | +34 | −0 | Go to diff View file |
M | src/common/plugin/PluginManager.class.php | +34 | −24 | Go to diff View file |
M | tests/simpletest/common/plugin/PluginManagerTest.php | +57 | −8 | Go to diff View file |