This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 1cdece531b101ce2111d5f0c4a0bee7e3a4911a3 (commit)
from c77b2adead4cc8733da19aabc8fae327add05b90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1cdece531b101ce2111d5f0c4a0bee7e3a4911a3
commit 1cdece531b101ce2111d5f0c4a0bee7e3a4911a3
Author: Franck Villaume <[email protected]>
Date: Fri Aug 18 10:14:26 2017 +0000
artifact comment: use standard markdown
diff --git a/src/common/tracker/include/ArtifactHtml.class.php
b/src/common/tracker/include/ArtifactHtml.class.php
index f2bf4db..fd25234 100644
--- a/src/common/tracker/include/ArtifactHtml.class.php
+++ b/src/common/tracker/include/ArtifactHtml.class.php
@@ -130,8 +130,8 @@ function hide_edit_button(id) {
$parsertype =
forge_get_config('tracker_parser_type');
switch ($parsertype) {
case 'markdown':
- require_once
'Michelf/Markdown.inc.php';
- $text =
\Michelf\Markdown::defaultTransform($text);
+ require_once 'markdown.php';
+ $result_html = Markdown($text);
break;
default:
$text = nl2br($text);
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/include/ArtifactHtml.class.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits