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 6131528e92d2f225be2a2752929801873b751c15 (commit)
from 93ea1a45907a80bab5447f84745f638a97825ce3 (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=6131528e92d2f225be2a2752929801873b751c15
commit 6131528e92d2f225be2a2752929801873b751c15
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Sep 26 18:46:56 2016 +0200
No & needed with openForm
diff --git a/src/common/tracker/actions/taskmgr.php
b/src/common/tracker/actions/taskmgr.php
index f9e5942..c7f0fb6 100644
--- a/src/common/tracker/actions/taskmgr.php
+++ b/src/common/tracker/actions/taskmgr.php
@@ -104,7 +104,7 @@ if (getStringFromRequest('add_to_task')) {
'title'=>_('Build Relationship Between Tracker Items and
Tasks'),
'modal'=>1));
- echo $HTML->openForm(array('name' => 'foo', 'action' =>
'/tracker/?func=taskmgr&group_id='.$group_id.'&atid='.$atid.'&aid='.$aid,
'method' => 'post'));
+ echo $HTML->openForm(array('name' => 'foo', 'action' =>
'/tracker/?func=taskmgr&group_id='.$group_id.'&atid='.$atid.'&aid='.$aid,
'method' => 'post'));
echo '
<p><strong>'._('Tracker Item')._(':').'</strong>
[#'.$a->getID().'] '.$a->getSummary().'</p>
<p><strong>'._('Tasks Project')._(':').'</strong><br />';
@@ -160,7 +160,7 @@ if (getStringFromRequest('add_to_task')) {
'title'=>_('Build Relationship Between Tracker Items and
Tasks'),
'modal'=>1));
- echo $HTML->openForm(array('name' => 'foo', 'action' =>
'/tracker/?func=taskmgr&group_id='.$group_id.'&atid='.$atid.'&aid='.$aid,
'method' => 'post'));
+ echo $HTML->openForm(array('name' => 'foo', 'action' =>
'/tracker/?func=taskmgr&group_id='.$group_id.'&atid='.$atid.'&aid='.$aid,
'method' => 'post'));
echo '
<p><strong>'._('Tracker Item')._(':').'</strong>
[#'.$a->getID().'] '.$a->getSummary().'</p>
<p><strong>'._('Tasks Project')._(':').'</strong></p>
diff --git a/src/plugins/mailman/www/admin/deletelist.php
b/src/plugins/mailman/www/admin/deletelist.php
index ffb518e..0e5c029 100644
--- a/src/plugins/mailman/www/admin/deletelist.php
+++ b/src/plugins/mailman/www/admin/deletelist.php
@@ -68,7 +68,7 @@ mailman_header(array(
?>
<h3><?php echo $ml->getName(); ?></h3>
-<?php echo $HTML->openForm(array('method' => 'post', 'action' =>
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&id='.$ml->getID()));
?>
+<?php echo $HTML->openForm(array('method' => 'post', 'action' =>
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&id='.$ml->getID())); ?>
<p>
<input id="sure" type="checkbox" name="sure" value="1">
<label for="sure">
diff --git a/src/plugins/mailman/www/admin/index.php
b/src/plugins/mailman/www/admin/index.php
index 3e7c33a..454cdc8 100644
--- a/src/plugins/mailman/www/admin/index.php
+++ b/src/plugins/mailman/www/admin/index.php
@@ -187,7 +187,7 @@ if ($group_id) {
'admin' => 1));
?>
<h3><?php echo $mailingList->getName(); ?></h3>
- <?php echo $HTML->openForm(array('method' => 'post', 'action'
=>
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&group_list_id='.$mailingList->getID()));
?>
+ <?php echo $HTML->openForm(array('method' => 'post', 'action'
=>
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&group_list_id='.$mailingList->getID()));
?>
<input type="hidden" name="post_changes" value="y" />
<input type="hidden" name="change_status" value="y" />
<p>
diff --git a/src/www/mail/admin/deletelist.php
b/src/www/mail/admin/deletelist.php
index e33b91f..6d73640 100644
--- a/src/www/mail/admin/deletelist.php
+++ b/src/www/mail/admin/deletelist.php
@@ -66,7 +66,7 @@ mail_header(array('title' => _('Permanently Delete Mailing
List ') . $ml->getNam
?>
<fieldset>
<legend><?php echo _('Confirm Delete'); ?></legend>
-<?php echo $HTML->openForm(array('method' => 'post', 'action' =>
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&group_list_id='.$ml->getID()));
?>
+<?php echo $HTML->openForm(array('method' => 'post', 'action' =>
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&group_list_id='.$ml->getID()));
?>
<p><?php printf(_("Do you really want to delete mailing list %s?"),
$ml->getName()); ?></p>
<p>
<input id="sure" type="checkbox" name="sure" value="1" />
diff --git a/src/www/project/admin/roledelete.php
b/src/www/project/admin/roledelete.php
index dacc74e..5764580 100644
--- a/src/www/project/admin/roledelete.php
+++ b/src/www/project/admin/roledelete.php
@@ -85,7 +85,7 @@ printf(_('You are about to permanently delete role %s'),
$role->getName()); ?>
<td>
<fieldset>
<legend><?php echo _('Confirm Delete') ?></legend>
-<?php echo $HTML-> openForm(array('action' =>
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&role_id='.$role_id,
'method' => 'post')); ?>
+<?php echo $HTML-> openForm(array('action' =>
getStringFromServer('PHP_SELF').'?group_id='.$group_id.'&role_id='.$role_id,
'method' => 'post')); ?>
<p>
<input id="sure" type="checkbox" value="1" name="sure" />
<label for="sure">
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/taskmgr.php | 4 ++--
src/plugins/mailman/www/admin/deletelist.php | 2 +-
src/plugins/mailman/www/admin/index.php | 2 +-
src/www/mail/admin/deletelist.php | 2 +-
src/www/project/admin/roledelete.php | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits