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 b1ac66d77359f394795b9305208e413020414be9 (commit)
via 4b0b71fcd73da1e1ced208f87f8e5557dde71f6a (commit)
from c55669d9cb8af0de4e9ffe46d8c86189f67cd902 (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=b1ac66d77359f394795b9305208e413020414be9
commit b1ac66d77359f394795b9305208e413020414be9
Author: Franck Villaume <[email protected]>
Date: Mon May 6 16:44:53 2019 +0200
be explicit. private projects cannot have frontpage news.
diff --git a/src/www/news/admin/index.php b/src/www/news/admin/index.php
index bb992ff..0ee8890 100644
--- a/src/www/news/admin/index.php
+++ b/src/www/news/admin/index.php
@@ -158,7 +158,7 @@ if ($group_id && $group_id != GROUP_IS_NEWS) {
<p>
<strong>'.sprintf(_('If this item is on the %s home page and
you edit it, it will be removed from the home page.'),
forge_get_config('forge_name')).'</strong></p>';
echo '<p>';
- echo '<label for="ask_frontpage">'._('Check this box if you
request frontpage publication:').'</label>';
+ echo '<label for="ask_frontpage">'._('Check this box if you
request frontpage publication. Only public project can be published to
frontpage')._(':').'</label>';
echo '<input type="checkbox" id="ask_frontpage"
name="ask_frontpage" value="1" checked="checked" />';
echo '</p>';
echo '<p>
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=4b0b71fcd73da1e1ced208f87f8e5557dde71f6a
commit 4b0b71fcd73da1e1ced208f87f8e5557dde71f6a
Author: Franck Villaume <[email protected]>
Date: Mon May 6 16:44:24 2019 +0200
avoid double link about news archive
diff --git a/src/common/widget/Widget_HomeLatestNews.class.php
b/src/common/widget/Widget_HomeLatestNews.class.php
index c2551b9..772223a 100644
--- a/src/common/widget/Widget_HomeLatestNews.class.php
+++ b/src/common/widget/Widget_HomeLatestNews.class.php
@@ -28,7 +28,6 @@ class Widget_HomeLatestNews extends Widget {
}
function getContent() {
$content = news_show_latest(GROUP_IS_NEWS, 5, true, false,
false, 5);
- $content .= util_make_link('/news/', _('Browse all news'));
return $content;
}
-----------------------------------------------------------------------
Summary of changes:
src/common/widget/Widget_HomeLatestNews.class.php | 1 -
src/www/news/admin/index.php | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits