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 e83dff1b81b9c53ffebd199f729045db16a6d82e (commit)
from a20c0025fbfcf83dfd26e73c72e936ba93c0c6d4 (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=e83dff1b81b9c53ffebd199f729045db16a6d82e
commit e83dff1b81b9c53ffebd199f729045db16a6d82e
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Oct 17 10:46:14 2016 +0200
No whitespace at EOL
diff --git a/src/plugins/globalactivity/INSTALL
b/src/plugins/globalactivity/INSTALL
index 4b3b059..b4e3489 100644
--- a/src/plugins/globalactivity/INSTALL
+++ b/src/plugins/globalactivity/INSTALL
@@ -1,6 +1,6 @@
0. INSTALLATION of Globalactivity Plugin
-i.e. : if the directory where the plugins are is /srv/www/gforge/plugins you
should end up
+i.e. : if the directory where the plugins are is /srv/www/gforge/plugins you
should end up
with /srv/www/gforge/plugins/globalactivity and all the files in it
1. CONFIGURATION
diff --git a/src/plugins/globalactivity/include/globalactivityPlugin.class.php
b/src/plugins/globalactivity/include/globalactivityPlugin.class.php
index f49af71f..802d952 100644
--- a/src/plugins/globalactivity/include/globalactivityPlugin.class.php
+++ b/src/plugins/globalactivity/include/globalactivityPlugin.class.php
@@ -59,7 +59,7 @@ class globalactivityPlugin extends Plugin {
array(),
array(array('ref'=>'SOAP-ENC:arrayType','wsdl:arrayType'=>'tns:GlobalActivityEntry[]')),
'tns:GlobalActivityEntry');
-
+
$server->register(
'globalactivity_getActivity',
array('session_ser'=>'xsd:string',
@@ -91,7 +91,7 @@ class globalactivityPlugin extends Plugin {
$rendered_end = $rendered_begin;
$rendered_begin = $tmp;
}
-
+
if (forge_get_config('use_forum')) {
$ids[] = 'forumpost';
$texts[] = _('Forum Post');
@@ -230,7 +230,7 @@ class globalactivityPlugin extends Plugin {
$res = db_query_params('SELECT group_id FROM groups
WHERE status=$1',
array('A'));
}
-
+
if (db_error()) {
exit_error(db_error(), 'home');
}
@@ -313,7 +313,7 @@ function
&globalactivity_getActivity($session_ser,$begin,$end,$show=array()) {
$res2 = array();
foreach ($results as $res) {
$r = array();
-
+
foreach ($keys as $k) {
$r[$k] = $res[$k];
}
@@ -355,7 +355,7 @@ function
&globalactivity_getActivityForProject($session_ser,$begin,$end,$group_i
$res2 = array();
foreach ($results as $res) {
$r = array();
-
+
foreach ($keys as $k) {
$r[$k] = $res[$k];
}
diff --git a/src/plugins/globalactivity/www/index.php
b/src/plugins/globalactivity/www/index.php
index 09203f0..adfcd4a 100644
--- a/src/plugins/globalactivity/www/index.php
+++ b/src/plugins/globalactivity/www/index.php
@@ -89,7 +89,6 @@ if (!forge_get_config('use_activity')) {
if (!$plugin) {
exit_disabled();
}
-
site_header(array('title'=>_('Global activity')));
-----------------------------------------------------------------------
Summary of changes:
src/plugins/globalactivity/INSTALL | 2 +-
.../globalactivity/include/globalactivityPlugin.class.php | 10 +++++-----
src/plugins/globalactivity/www/index.php | 1 -
3 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