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, feature/subversion-multiple-repositories-per-project has been
updated
via 40169bccb797ac884fb0c17a65af0f74d090faf8 (commit)
from 9ad1c97f1158d061c298fecf687e80b121fcd2f9 (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=40169bccb797ac884fb0c17a65af0f74d090faf8
commit 40169bccb797ac884fb0c17a65af0f74d090faf8
Author: Franck Villaume <[email protected]>
Date: Sun Feb 25 18:13:06 2018 +0100
scmsvn: fix display with multirepo support
diff --git a/src/plugins/scmsvn/common/SVNPlugin.class.php
b/src/plugins/scmsvn/common/SVNPlugin.class.php
index e16dd9e..2cf8490 100644
--- a/src/plugins/scmsvn/common/SVNPlugin.class.php
+++ b/src/plugins/scmsvn/common/SVNPlugin.class.php
@@ -1064,6 +1064,9 @@ some control over it to the project's administrator.");
}
session_require_perm('project_admin', $params['group_id']);
+ if (forge_get_config('allow_multiple_scm') &&
($params['allow_multiple_scm'] > 1)) {
+ echo html_ao('div', array('id' =>
'tabber-'.$this->name, 'class' => 'tabbertab'));
+ }
$project_name = $project->getUnixName();
@@ -1118,9 +1121,6 @@ some control over it to the project's administrator.");
echo html_e('input', array('type' => 'submit', 'name' =>
'submit', 'value' => _('Submit')));
echo $HTML->closeForm();
- if (forge_get_config('allow_multiple_scm') &&
($params['allow_multiple_scm'] > 1)) {
- echo html_ao('div', array('id' =>
'tabber-'.$this->name, 'class' => 'tabbertab'));
- }
if ($project->usesPlugin('scmhook')) {
$scmhookPlugin = plugin_get_object('scmhook');
$scmhookPlugin->displayScmHook($project->getID(),
$this->name);
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmsvn/common/SVNPlugin.class.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits