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 e0abdb71df79d8b2ed0b8402a7566f7a136611bb (commit)
via ac16b2b9cbfa9affd6cee930ce58cf8f56799b15 (commit)
from fb8430bd634aa4da577a614f684ceb4504174c0c (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=e0abdb71df79d8b2ed0b8402a7566f7a136611bb
commit e0abdb71df79d8b2ed0b8402a7566f7a136611bb
Author: Franck Villaume <[email protected]>
Date: Wed Nov 16 11:35:39 2016 +0100
redirect is not permanent
diff --git a/src/www/widgets/updatelayout.php b/src/www/widgets/updatelayout.php
index 9b45b66..6362dfe 100644
--- a/src/www/widgets/updatelayout.php
+++ b/src/www/widgets/updatelayout.php
@@ -134,5 +134,5 @@ if ($owner) {
}
}
if (!$request->isAjax()) {
- session_redirect($redirect);
+ session_redirect($redirect, false);
}
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=ac16b2b9cbfa9affd6cee930ce58cf8f56799b15
commit ac16b2b9cbfa9affd6cee930ce58cf8f56799b15
Author: Franck Villaume <[email protected]>
Date: Wed Nov 16 11:35:14 2016 +0100
typo
diff --git a/src/common/include/FFObject.class.php
b/src/common/include/FFObject.class.php
index 885f671..c040318 100644
--- a/src/common/include/FFObject.class.php
+++ b/src/common/include/FFObject.class.php
@@ -360,7 +360,7 @@ class FFObject extends FFError {
if ($url !== false) {
$content .= $HTML->openForm(array('action' => $url,
'method' => 'post'));
}
- $content .= html_e('input', array('type' => 'text', 'value' =>
'', 'name' => 'newobjectsassociation', 'title' => _('Use standard reference
such #nnn, Dnnn, to add object association. Comma separeted')));
+ $content .= html_e('input', array('type' => 'text', 'value' =>
'', 'name' => 'newobjectsassociation', 'title' => _('Use standard reference
such #nnn, Dnnn, to add object association. Comma separated')));
if ($url !== false) {
$content .= html_e('input', array('type' => 'submit',
'value' => _('Add')));
$content .= $HTML->closeForm();
-----------------------------------------------------------------------
Summary of changes:
src/common/include/FFObject.class.php | 2 +-
src/www/widgets/updatelayout.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits