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  b339dc22bdbd1edd3148bffdf97bbbdd32bf6aee (commit)
       via  4b89f9728c0633d5584d99e8decd0accc8431f7d (commit)
      from  8cc879117e4fa5eee123f85ca038f92716ccfd46 (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=b339dc22bdbd1edd3148bffdf97bbbdd32bf6aee

commit b339dc22bdbd1edd3148bffdf97bbbdd32bf6aee
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Jun 27 13:51:08 2016 +0200

    Use id instead of name for anchor

diff --git a/src/common/include/forge_events.php 
b/src/common/include/forge_events.php
index 573d4fd..ed25447 100644
--- a/src/common/include/forge_events.php
+++ b/src/common/include/forge_events.php
@@ -23,7 +23,7 @@ abstract class ForgeEvent extends Plugin {
 
        function site_admin_option_hook($params) {
                $action = getStringFromRequest('action');
-               echo '<li><a 
name="jobs"></a>'.util_make_link('/admin/?action=listjobs#jobs', 
_('Jobs'))."\n";
+               echo '<li><a 
id="jobs"></a>'.util_make_link('/admin/?action=listjobs#jobs', _('Jobs'))."\n";
                if ($action == 'listjobs') {
                        echo '<ul>';
                        echo 
'<li>'.util_make_link('/admin/?action=runjobs&job=create_scm_repos#jobs', 
_('Create SCM Repositories')).'</li>'."\n";

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

commit 4b89f9728c0633d5584d99e8decd0accc8431f7d
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Jun 27 13:50:03 2016 +0200

    Encode square brackets in URL

diff --git a/src/common/widget/Widget.class.php 
b/src/common/widget/Widget.class.php
index 1f811ee..8ccb2e0 100644
--- a/src/common/widget/Widget.class.php
+++ b/src/common/widget/Widget.class.php
@@ -121,7 +121,7 @@ require_once 
$gfcommon.'widget/Widget_HomeVersion.class.php';
        }
        function getRssUrl($owner_id, $owner_type) {
                if ($this->hasRss()) {
-                       return 
'/widgets/widget.php?owner='.$owner_type.$owner_id.'&amp;action=rss&amp;name['. 
$this->id .']='. $this->getInstanceId();
+                       return 
'/widgets/widget.php?owner='.$owner_type.$owner_id.'&amp;action=rss&amp;name%5B'.
 $this->id .'%5D='. $this->getInstanceId();
                } else {
                        return false;
                }

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

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