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 77c3ada8a4e81f593ef352d11de948bf900b2b3e (commit)
via 9739f33bd7deb82b3c88a10db7a6e6a073347e0b (commit)
from 2cd94664f52b4dd7b2d30a5cb8c4eb4c1b7bcc60 (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=77c3ada8a4e81f593ef352d11de948bf900b2b3e
commit 77c3ada8a4e81f593ef352d11de948bf900b2b3e
Author: Franck Villaume <[email protected]>
Date: Tue Dec 24 12:39:24 2019 +0100
headline news: add missing crossref
diff --git a/src/www/news/news_utils.php b/src/www/news/news_utils.php
index edd4ef7..3c9e61f 100644
--- a/src/www/news/news_utils.php
+++ b/src/www/news/news_utils.php
@@ -140,6 +140,7 @@ function news_show_latest($group_id = 0, $limit = 10,
$show_summaries = true, $a
$arr=explode("\n",db_result($result,$i,'details'));
}
$summ_txt=util_make_links( $arr[0] );
+ $summ_txt = util_gen_cross_ref($summ_txt);
$proj_name=util_make_link_g
(strtolower(db_result($result,$i,'unix_group_name')),db_result($result,$i,'group_id'),db_result($result,$i,'group_name'));
} else {
$proj_name='';
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=9739f33bd7deb82b3c88a10db7a6e6a073347e0b
commit 9739f33bd7deb82b3c88a10db7a6e6a073347e0b
Author: Franck Villaume <[email protected]>
Date: Tue Dec 24 12:25:17 2019 +0100
Diary Note Abstract: add missing crossref support
diff --git a/src/common/diary/DiaryNote.class.php
b/src/common/diary/DiaryNote.class.php
index 007d912..0440fdb 100644
--- a/src/common/diary/DiaryNote.class.php
+++ b/src/common/diary/DiaryNote.class.php
@@ -189,7 +189,7 @@ class DiaryNote extends FFObject {
} else {
$arr = explode("\n", $this->data_array['details']);
}
- $abstract = $arr[0];
+ $abstract = util_gen_cross_ref($arr[0]);
$parsertype = forge_get_config('diary_parser_type');
switch ($parsertype) {
case 'markdown':
-----------------------------------------------------------------------
Summary of changes:
src/common/diary/DiaryNote.class.php | 2 +-
src/www/news/news_utils.php | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits