[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2015-g1ac1776

Franck Villaume nerville at libremir.placard.fr.eu.org
Fri Jul 14 12:44:24 CEST 2017


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  1ac177618f3eb036ff3381a8f9f38a6ce0c7efc1 (commit)
      from  313f78a32126bfaa7d21a2951788d8b812d15f72 (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=1ac177618f3eb036ff3381a8f9f38a6ce0c7efc1

commit 1ac177618f3eb036ff3381a8f9f38a6ce0c7efc1
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Fri Jul 14 12:44:08 2017 +0200

    add missing description

diff --git a/src/common/widget/Widget_HomeTagCloud.class.php b/src/common/widget/Widget_HomeTagCloud.class.php
index f4a206f..0a23d74 100644
--- a/src/common/widget/Widget_HomeTagCloud.class.php
+++ b/src/common/widget/Widget_HomeTagCloud.class.php
@@ -39,4 +39,8 @@ class Widget_HomeTagCloud extends Widget {
 	function isAvailable() {
 		return isset($this->content['title']);
 	}
+
+	function getDescription() {
+		return _('Display tags used by projects to define themself. Tags are classified by frequency of usage.');
+	}
 }
diff --git a/src/common/widget/Widget_HomeVersion.class.php b/src/common/widget/Widget_HomeVersion.class.php
index 08b1957..aa5b2e2 100644
--- a/src/common/widget/Widget_HomeVersion.class.php
+++ b/src/common/widget/Widget_HomeVersion.class.php
@@ -32,4 +32,8 @@ class Widget_HomeVersion extends Widget {
 		$ff = FusionForge::getInstance();
 		return sprintf(_('%s is running %s version %s'), forge_get_config('forge_name'), $ff->software_name, $ff->software_version);
 	}
+
+	function getDescription() {
+		return _('Display version of Fusionforge used.');
+	}
 }

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

Summary of changes:
 src/common/widget/Widget_HomeTagCloud.class.php | 4 ++++
 src/common/widget/Widget_HomeVersion.class.php  | 4 ++++
 2 files changed, 8 insertions(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list