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 52e1d7761e5fcc6556d71fc1f9ac1aa7d18ac552 (commit)
via ea0fc0f492dd256f308b6719471e115b10413490 (commit)
from 28c6af88c44a104165a930850799c406a5890374 (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=52e1d7761e5fcc6556d71fc1f9ac1aa7d18ac552
commit 52e1d7761e5fcc6556d71fc1f9ac1aa7d18ac552
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Jun 28 16:58:06 2016 +0200
Whitespace
diff --git a/src/plugins/scmhg/common/HgPlugin.class.php
b/src/plugins/scmhg/common/HgPlugin.class.php
index f99aedb..d6f656f 100644
--- a/src/plugins/scmhg/common/HgPlugin.class.php
+++ b/src/plugins/scmhg/common/HgPlugin.class.php
@@ -644,9 +644,9 @@ Offer DAV or SSH access.");
function scm_add_repo(&$params) {
$project = $this->checkParams($params);
if (!$project) {
- return false ;
+ return false;
}
- if (! $project->usesPlugin ($this->name)) {
+ if (!$project->usesPlugin($this->name)) {
return false;
}
@@ -668,7 +668,7 @@ Offer DAV or SSH access.");
array($params['group_id'],
$params['repo_name'],
$this->getID()));
- if (! $result) {
+ if (!$result) {
$params['error_msg'] = db_error();
return false;
}
@@ -732,9 +732,9 @@ Offer DAV or SSH access.");
global $HTML;
$project = $this->checkParams($params);
if (!$project) {
- return false ;
+ return false;
}
- if (! $project->usesPlugin ($this->name)) {
+ if (!$project->usesPlugin($this->name)) {
return false;
}
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=ea0fc0f492dd256f308b6719471e115b10413490
commit ea0fc0f492dd256f308b6719471e115b10413490
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Jun 28 16:57:28 2016 +0200
No empty <p>
diff --git a/src/plugins/scmhook/common/scmhookPlugin.class.php
b/src/plugins/scmhook/common/scmhookPlugin.class.php
index dbf02b2..3675a20 100644
--- a/src/plugins/scmhook/common/scmhookPlugin.class.php
+++ b/src/plugins/scmhook/common/scmhookPlugin.class.php
@@ -218,7 +218,7 @@ project independently.");
break;
}
}
- echo '</div><p />';
+ echo '</div>'."\n";
} else {
echo $HTML->information(_('No hooks available'));
}
@@ -228,7 +228,6 @@ project independently.");
$res = db_query_params('SELECT need_update FROM plugin_scmhook
WHERE id_group = $1', array($group_id));
if (!$res)
return 1;
-
$row = db_fetch_array($res);
return $row['need_update'];
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmhg/common/HgPlugin.class.php | 10 +++++-----
src/plugins/scmhook/common/scmhookPlugin.class.php | 3 +--
2 files changed, 6 insertions(+), 7 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits