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  7476275d2166c26f57d909a1d8a8416d4e854558 (commit)
      from  74d0ca19afa41f5539d528a615602a5435814118 (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=7476275d2166c26f57d909a1d8a8416d4e854558

commit 7476275d2166c26f57d909a1d8a8416d4e854558
Author: Franck Villaume <[email protected]>
Date:   Sun Jun 26 11:00:56 2016 +0200

    fix encoding

diff --git a/src/plugins/authopenid/include/AuthOpenIDPlugin.class.php 
b/src/plugins/authopenid/include/AuthOpenIDPlugin.class.php
index 02b558e..c80e2ce 100644
--- a/src/plugins/authopenid/include/AuthOpenIDPlugin.class.php
+++ b/src/plugins/authopenid/include/AuthOpenIDPlugin.class.php
@@ -174,7 +174,7 @@ Your OpenID identifier: <input type="text" 
name="openid_identifier" />
                global $G_SESSION, $HTML;
                $text = $this->text; // this is what shows in the tab
                if ($G_SESSION->usesPlugin($this->name)) {
-                       //$param = '?type=user&id=' . $G_SESSION->getId() . 
"&pluginname=" . $this->name; // we indicate the part we�re calling is the user 
one
+                       //$param = '?type=user&id=' . $G_SESSION->getId() . 
"&pluginname=" . $this->name; // we indicate the part we're calling is the user 
one
                        echo $HTML->PrintSubMenu (array ($text), array 
('/plugins/authopenid/index.php'), array(_('coin pan')));
                }
        }
diff --git a/src/plugins/authwebid/include/AuthWebIDPlugin.class.php 
b/src/plugins/authwebid/include/AuthWebIDPlugin.class.php
index b14da4e..cd37ec6 100644
--- a/src/plugins/authwebid/include/AuthWebIDPlugin.class.php
+++ b/src/plugins/authwebid/include/AuthWebIDPlugin.class.php
@@ -391,7 +391,7 @@ class AuthWebIDPlugin extends ForgeAuthPlugin {
                global $G_SESSION, $HTML;
                $text = $this->text; // this is what shows in the tab
                if ($G_SESSION->usesPlugin($this->name)) {
-                       //$param = '?type=user&id=' . $G_SESSION->getId() . 
"&pluginname=" . $this->name; // we indicate the part we�re calling is the user 
one
+                       //$param = '?type=user&id=' . $G_SESSION->getId() . 
"&pluginname=" . $this->name; // we indicate the part we're calling is the user 
one
                        echo $HTML->PrintSubMenu (array ($text), array 
('/plugins/authwebid/index.php'), array(_('coin pan')));
                }
        }
diff --git a/src/plugins/forumml/include/forummlPlugin.class.php 
b/src/plugins/forumml/include/forummlPlugin.class.php
index bd6070f..97127a7 100644
--- a/src/plugins/forumml/include/forummlPlugin.class.php
+++ b/src/plugins/forumml/include/forummlPlugin.class.php
@@ -25,7 +25,7 @@ class ForumMLPlugin extends Plugin {
                parent::__construct($id);
                $this->name = "forumml" ;
                $this->text = "ForumML" ; // To show in the tabs, use...
-               $this->_addHook("user_personal_links");//to make a link to the 
user�s personal part of the plugin
+               $this->_addHook("user_personal_links");//to make a link to the 
user's personal part of the plugin
                $this->_addHook("usermenu") ;
                $this->_addHook("groupisactivecheckbox") ; // The "use ..." 
checkbox in editgroupinfo
                $this->_addHook("groupisactivecheckboxpost") ; //
diff --git a/src/plugins/mailman/include/mailmanPlugin.class.php 
b/src/plugins/mailman/include/mailmanPlugin.class.php
index 5298f13..873a23a 100644
--- a/src/plugins/mailman/include/mailmanPlugin.class.php
+++ b/src/plugins/mailman/include/mailmanPlugin.class.php
@@ -40,7 +40,7 @@ class mailmanPlugin extends Plugin {
                //$this->setScope(Plugin::SCOPE_PROJECT);
                $this->name = "mailman" ;
                $this->text = "Mailman" ; // To show in the tabs, use...
-               $this->_addHook("user_personal_links");//to make a link to the 
user�s personal part of the plugin
+               $this->_addHook("user_personal_links");//to make a link to the 
user's personal part of the plugin
                $this->_addHook("usermenu") ;
                $this->_addHook("groupmenu");   // To put into the project tabs
                $this->_addHook("groupisactivecheckbox") ; // The "use ..." 
checkbox in editgroupinfo

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

Summary of changes:
 src/plugins/authopenid/include/AuthOpenIDPlugin.class.php | 2 +-
 src/plugins/authwebid/include/AuthWebIDPlugin.class.php   | 2 +-
 src/plugins/forumml/include/forummlPlugin.class.php       | 2 +-
 src/plugins/mailman/include/mailmanPlugin.class.php       | 2 +-
 4 files changed, 4 insertions(+), 4 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