[Fusionforge-commits] FusionForge branch master updated. 0b5d3d25073417188d3fab99445461b16371d653

Alain Peyrat aljeux at fusionforge.org
Mon Oct 22 15:18:18 CEST 2012


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  0b5d3d25073417188d3fab99445461b16371d653 (commit)
      from  dae77c6f674961651449efb8ad116431d6a3193f (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 -----------------------------------------------------------------
commit 0b5d3d25073417188d3fab99445461b16371d653
Author: Alain Peyrat <alain.peyrat at alcatel-lucent.com>
Date:   Mon Oct 22 15:18:05 2012 +0200

    Add weekly hook in scmgit, depends on weekly.php cron script to be executed

diff --git a/src/plugins/scmgit/common/GitPlugin.class.php b/src/plugins/scmgit/common/GitPlugin.class.php
index 06f1b79..d80ad5d 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -39,6 +39,7 @@ class GitPlugin extends SCMPlugin {
 		$this->_addHook('widget_instance', 'myPageBox', false);
 		$this->_addHook('widgets', 'widgets', false);
 		$this->_addHook('activity');
+		$this->_addHook('weekly');
 		$this->register();
 	}
 

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

Summary of changes:
 src/plugins/scmgit/common/GitPlugin.class.php |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list