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 9ddbf8a1d3eaba429b103e0719d076374c402a46 (commit)
via 41a66b296dbe3f6d37aa150ed452be9ab9a92856 (commit)
from 8a5ce1136457a201aea6c29f7b879366a81c4d20 (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=9ddbf8a1d3eaba429b103e0719d076374c402a46
commit 9ddbf8a1d3eaba429b103e0719d076374c402a46
Author: Franck Villaume <[email protected]>
Date: Sat Aug 27 15:03:11 2016 +0200
fix openForm to handle correctly action path
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 465f87f..588afbb 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -1490,6 +1490,8 @@ if (isset($params['group']) && $params['group']) {
* @return string html code
*/
function openForm($args) {
+ $action = $args['action'];
+ $args['action'] = util_make_uri($action);
return html_ao('form', $args);
}
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=41a66b296dbe3f6d37aa150ed452be9ab9a92856
commit 41a66b296dbe3f6d37aa150ed452be9ab9a92856
Author: Franck Villaume <[email protected]>
Date: Sat Aug 27 15:02:40 2016 +0200
tracker roadmap admin: add missing /
diff --git a/src/common/tracker/views/form-adminroadmap.php
b/src/common/tracker/views/form-adminroadmap.php
index 7520622..666d999 100644
--- a/src/common/tracker/views/form-adminroadmap.php
+++ b/src/common/tracker/views/form-adminroadmap.php
@@ -396,7 +396,7 @@ if (getIntFromRequest('manage_release') ||
<strong><?php echo sprintf(_('Set order of releases for
%s roadmap:'), $selected_roadmap->getName()) ?></strong>
</p>
<?php
- echo $HTML->openForm(array('action' =>
'/tracker/admin?group_id='.$group_id.'&admin_roadmap=1', 'method' => 'post'));
+ echo $HTML->openForm(array('action' =>
'/tracker/admin/?group_id='.$group_id.'&admin_roadmap=1', 'method' => 'post'));
?>
<input type="hidden" name="roadmap_id" value="<?php
echo $roadmap_id ?>" />
<?php
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/views/form-adminroadmap.php | 2 +-
src/www/include/Layout.class.php | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits