[Fusionforge-commits] FusionForge branch Branch_5_3 updated. v5.3-rc1-2-gfe025fe

Franck VILLAUME nerville at fusionforge.org
Mon Feb 3 15:27:40 CET 2014


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, Branch_5_3 has been updated
       via  fe025fe941ced6d7b7f79ef2326d629c9f82542b (commit)
      from  8975e1658e40f8e6e46994e0d0faa3eb793a8472 (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 fe025fe941ced6d7b7f79ef2326d629c9f82542b
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Feb 3 15:25:48 2014 +0100

    FRS: fix widget when package is hidden

diff --git a/src/common/widget/Widget_ProjectLatestFileReleases.class.php b/src/common/widget/Widget_ProjectLatestFileReleases.class.php
index aab36f5..046be68 100644
--- a/src/common/widget/Widget_ProjectLatestFileReleases.class.php
+++ b/src/common/widget/Widget_ProjectLatestFileReleases.class.php
@@ -1,7 +1,7 @@
 <?php
 /**
  * Copyright (c) Xerox Corporation, Codendi Team, 2001-2009. All rights reserved
- * Copyright 2012, Franck Villaume - TrivialDev
+ * Copyright 2012-2014, Franck Villaume - TrivialDev
  *
  * This file is a part of Fusionforge.
  *
@@ -64,6 +64,7 @@ class Widget_ProjectLatestFileReleases extends Widget {
 			WHERE frs_package.package_id=frs_release.package_id
 			AND frs_package.group_id=$1
 			AND frs_release.status_id=1
+			AND frs_package.status_id=1
 			AND (frs_package.is_public=1 OR 1 != $2)
 			ORDER BY frs_package.package_id,frs_release.release_date DESC',
 			array ($group_id,

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

Summary of changes:
 src/common/widget/Widget_ProjectLatestFileReleases.class.php |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list