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, 6.0 has been updated
       via  374878c765e85f1c0509ea0309da875476a0b564 (commit)
      from  47f7c9bf97f911694600a320c5596af8a3979549 (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 -----------------------------------------------------------------
commit 374878c765e85f1c0509ea0309da875476a0b564
Author: Sylvain Beucler <[email protected]>
Date:   Tue Jun 2 16:05:16 2015 +0200

    Fix html helper

diff --git a/src/www/project/request.php b/src/www/project/request.php
index ce8d7a9..3b01557 100644
--- a/src/www/project/request.php
+++ b/src/www/project/request.php
@@ -61,7 +61,7 @@ $nbadmins = count($group->getAdmins());
 echo html_e('p', array(), ngettext('You can request to join a project by 
clicking the submit button. The administrator will be emailed to approve or 
deny your request.', 'You can request to join a project by clicking the submit 
button. The administrators will be emailed to approve or deny your request.', 
$nbadmins));
 echo $HTML->openForm(array('action' => 
getStringFromServer('PHP_SELF').'?group_id='.$group_id, 'method' => 'post'));
 echo html_e('p', array(), ngettext('You must send a comment to the 
administrator:', 'You must send a comment to the 
administrators:',$nbadmins).utils_requiredField());
-echo html_e('textarea', array('name' => 'comments', 'required' => 'required', 
'rows' => 15, 'cols' => 60), $comments);
+echo html_e('textarea', array('name' => 'comments', 'required' => 'required', 
'rows' => 15, 'cols' => 60), $comments, false);
 echo html_e('p', array(), html_e('input', array('type' => 'submit', 'name' => 
'submit', 'value' => _('Submit'))));
 echo $HTML->closeForm();
 echo $HTML->addRequiredFieldsInfoBox();

-----------------------------------------------------------------------

Summary of changes:
 src/www/project/request.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/www/project/request.php b/src/www/project/request.php
index ce8d7a9..3b01557 100644
--- a/src/www/project/request.php
+++ b/src/www/project/request.php
@@ -61,7 +61,7 @@ $nbadmins = count($group->getAdmins());
 echo html_e('p', array(), ngettext('You can request to join a project by 
clicking the submit button. The administrator will be emailed to approve or 
deny your request.', 'You can request to join a project by clicking the submit 
button. The administrators will be emailed to approve or deny your request.', 
$nbadmins));
 echo $HTML->openForm(array('action' => 
getStringFromServer('PHP_SELF').'?group_id='.$group_id, 'method' => 'post'));
 echo html_e('p', array(), ngettext('You must send a comment to the 
administrator:', 'You must send a comment to the 
administrators:',$nbadmins).utils_requiredField());
-echo html_e('textarea', array('name' => 'comments', 'required' => 'required', 
'rows' => 15, 'cols' => 60), $comments);
+echo html_e('textarea', array('name' => 'comments', 'required' => 'required', 
'rows' => 15, 'cols' => 60), $comments, false);
 echo html_e('p', array(), html_e('input', array('type' => 'submit', 'name' => 
'submit', 'value' => _('Submit'))));
 echo $HTML->closeForm();
 echo $HTML->addRequiredFieldsInfoBox();


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to