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, 6.1 has been updated
via 2746b1b800c867f625a808bf7bfc9cf47e28997e (commit)
via 57dda8917d4d4c76eb1aa0f8d4dd584a242b6db6 (commit)
from fabc7c5a700e2bb2a175fd00b9e268f41cbb98c3 (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=2746b1b800c867f625a808bf7bfc9cf47e28997e
commit 2746b1b800c867f625a808bf7bfc9cf47e28997e
Author: Franck Villaume <[email protected]>
Date: Mon Apr 5 19:46:43 2021 +0200
sync CHANGES
diff --git a/src/CHANGES b/src/CHANGES
index 333f98c..9189b42 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -4,6 +4,7 @@ FusionForge 6.1.1:
* Plugin Scmhook: fix scmhook commitTracker [#911] (Florian Bruneau)
* Plugin Scmsvn: fix <reponame>_scmsvn_paths.txt support [#906] (TrivialDev)
* Plugin Scmgit: fix wrong host for js, css inclusion [#909] (TrivialDev)
+* Plugin Scmgit: add tips on ssh [#930] (Ralf Hababacker)
* Project Admin: fix FRS notification settings [#910] (TrivialDev)
* Widget User Page: fix owner test to ensure the user is the owner of the
layout.
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=57dda8917d4d4c76eb1aa0f8d4dd584a242b6db6
commit 57dda8917d4d4c76eb1aa0f8d4dd584a242b6db6
Author: Ralf Habacker <[email protected]>
Date: Mon Apr 5 17:40:33 2021 +0200
[#930] Add hint to git overview page, that a public key is required
diff --git a/src/plugins/scmgit/common/GitPlugin.class.php
b/src/plugins/scmgit/common/GitPlugin.class.php
index 856e865..79a70ac 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -178,6 +178,7 @@ control over it to the project's administrator.");
if (forge_get_config('use_ssh', 'scmgit')) {
$b .= '<div id="tabber-gitssh"
class="tabbertab" >';
$b .= html_e('p', array(), _('SSH must be
installed on your client machine.'));
+ $b .= html_e('p', array(), _('Additionally, a
public ssh key must be available in the FusionForge settings of the respective
user.'));
$htmlRepo = '';
foreach ($repo_list as $repo_name) {
if
(forge_get_config('use_shell_limited')) {
-----------------------------------------------------------------------
Summary of changes:
src/CHANGES | 1 +
src/plugins/scmgit/common/GitPlugin.class.php | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits