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  9ad6a52eccf2bb2d9a9d480ec3b2623e8d001fc4 (commit)
       via  d9975a9b9968fa0f5087d7972c00cc3bea1d5d2d (commit)
      from  0e742ba34d1f69bf66c48bd7ce64327e0e5ee794 (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=9ad6a52eccf2bb2d9a9d480ec3b2623e8d001fc4

commit 9ad6a52eccf2bb2d9a9d480ec3b2623e8d001fc4
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Apr 26 13:48:04 2017 +0200

    Use CSS

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 2a35e52..950d566 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -1137,7 +1137,7 @@ abstract class Layout extends FFError {
                }
                if ($widget->isAjax()) {
                        echo html_ao('div', array('id' => $element_id.'-ajax'));
-                       echo '<noscript><iframe width="99%" frameborder="0" 
src="'. $widget->getIframeUrl($owner_id, $owner_type) .'"></iframe></noscript>';
+                       echo '<noscript><iframe style="width:99%; border:none;" 
src="'. $widget->getIframeUrl($owner_id, $owner_type) .'"></iframe></noscript>';
                        echo html_ac(html_ap() -1);
                } else {
                        echo $widget->getContent();

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=d9975a9b9968fa0f5087d7972c00cc3bea1d5d2d

commit d9975a9b9968fa0f5087d7972c00cc3bea1d5d2d
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Apr 26 13:34:55 2017 +0200

    Encode square brackets in URL

diff --git a/src/common/widget/Widget.class.php 
b/src/common/widget/Widget.class.php
index bd6b4ca..5195410 100644
--- a/src/common/widget/Widget.class.php
+++ b/src/common/widget/Widget.class.php
@@ -100,7 +100,7 @@ require_once 
$gfcommon.'widget/Widget_TrackerSummary.class.php';
        }
        function getPreferencesForm($layout_id, $owner_id, $owner_type) {
                global $HTML;
-               $prefs  = $HTML->openForm(array('method' => 'post', 'action' => 
'/widgets/widget.php?owner='.$owner_type.$owner_id.'&action=update&name['.$this->id.']='.$this->getInstanceId().'&content_id='.$this->getInstanceId().'&layout_id='.$layout_id));
+               $prefs  = $HTML->openForm(array('method' => 'post', 'action' => 
'/widgets/widget.php?owner='.$owner_type.$owner_id.'&action=update&name%5B'.$this->id.'%5D='.$this->getInstanceId().'&content_id='.$this->getInstanceId().'&layout_id='.$layout_id));
                $prefs .= html_ao('fieldset').html_e('legend', array(), 
_('Preferences'));
                $prefs .= $this->getPreferences();
                $prefs .= html_e('br');

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

Summary of changes:
 src/common/widget/Widget.class.php | 2 +-
 src/www/include/Layout.class.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

Reply via email to