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 649a314a9f6952eb53e266edc6b5c0bf9399aaa8 (commit)
from 2310618504da85cb8710cdd424f5a790a8d49cad (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=649a314a9f6952eb53e266edc6b5c0bf9399aaa8
commit 649a314a9f6952eb53e266edc6b5c0bf9399aaa8
Author: Marc-Etienne Vargenau <[email protected]>
Date: Wed Sep 14 11:47:29 2016 +0200
Add getPluginDescription
diff --git a/src/plugins/headermenu/common/headermenuPlugin.class.php
b/src/plugins/headermenu/common/headermenuPlugin.class.php
index 0b4a912..0b4c79e 100644
--- a/src/plugins/headermenu/common/headermenuPlugin.class.php
+++ b/src/plugins/headermenu/common/headermenuPlugin.class.php
@@ -466,4 +466,13 @@ in the main menu (outermenu) or in the project menu
(groupmenu).");
include
$gfplugins.$this->name.'/view/admin/viewProjectConfiguration.php';
return true;
}
+
+ /**
+ * getPluginDescription - display the description of this plugin in
pluginman admin page
+ *
+ * @return string the description
+ */
+ function getPluginDescription() {
+ return _('Get the ability to set new links next to the login
menu (headermenu), in the main menu (outermenu) or in the project menu
(groupmenu).');
+ }
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/headermenu/common/headermenuPlugin.class.php | 9 +++++++++
1 file changed, 9 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits