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 453f8eea0ab309d410c071442014fce0f8aa6c7b (commit)
via bd64cf19f943c575cc8df33a3ff6fa461f865ed1 (commit)
via 2bf3cef47d1ba725bff4db34664db1387237d27d (commit)
from 436ec72e8a85c261b2b1d4fb8e535a5754b0dc08 (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=453f8eea0ab309d410c071442014fce0f8aa6c7b
commit 453f8eea0ab309d410c071442014fce0f8aa6c7b
Author: Franck Villaume <[email protected]>
Date: Fri Sep 16 15:14:43 2016 +0200
fix typo HMTL -> HTML
diff --git a/src/www/reporting/usercum.php b/src/www/reporting/usercum.php
index 52074f1..60096b0 100644
--- a/src/www/reporting/usercum.php
+++ b/src/www/reporting/usercum.php
@@ -67,7 +67,7 @@ echo $HTML->openForm(array('action' =>
getStringFromServer('PHP_SELF'), 'method'
<td><input type="submit" name="submit" value="<?php echo _('Refresh'); ?>"
/></td>
</tr></table>
<?php
-echo $HMTL->closeForm();
+echo $HTML->closeForm();
if ($start != $end) {
report_graph('usercumul', $SPAN, $start, $end);
}
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=bd64cf19f943c575cc8df33a3ff6fa461f865ed1
commit bd64cf19f943c575cc8df33a3ff6fa461f865ed1
Author: Franck Villaume <[email protected]>
Date: Fri Sep 16 15:09:52 2016 +0200
indent
diff --git a/src/www/projects b/src/www/projects
index b198a87..f597bdf 100644
--- a/src/www/projects
+++ b/src/www/projects
@@ -106,8 +106,8 @@ if (!isset($group_id) && !isset($project)) {
display_content_negociated_hook('content_negociated_projects_list',
$hook_params, $accepted_type, $forced_content_type);
} else {
- // '/projects' in HTML redirects to the softwaremap
- session_redirect('/softwaremap/');
+ // '/projects' in HTML redirects to the softwaremap
+ session_redirect('/softwaremap/');
}
} else {
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=2bf3cef47d1ba725bff4db34664db1387237d27d
commit 2bf3cef47d1ba725bff4db34664db1387237d27d
Author: Franck Villaume <[email protected]>
Date: Fri Sep 16 14:41:39 2016 +0200
missing require
diff --git a/src/plugins/moinmoin/www/frame.php
b/src/plugins/moinmoin/www/frame.php
index 35576b6..0817073 100644
--- a/src/plugins/moinmoin/www/frame.php
+++ b/src/plugins/moinmoin/www/frame.php
@@ -25,6 +25,7 @@
require_once '../../env.inc.php';
require_once $gfcommon.'include/pre.php';
+require_once $gfcommon.'include/plugins_utils.php';
global $HTML;
-----------------------------------------------------------------------
Summary of changes:
src/plugins/moinmoin/www/frame.php | 1 +
src/www/projects | 4 ++--
src/www/reporting/usercum.php | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits