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  04824f9db0e59ab77dba4e212a8806eb9cb38976 (commit)
      from  86f03e2b69016e2e3c5b73fbc96a951a10d4bd0f (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 04824f9db0e59ab77dba4e212a8806eb9cb38976
Author: Sylvain Beucler <[email protected]>
Date:   Wed May 21 14:18:47 2014 +0200

    Tracker: replace 'Could Not Get ArtifactTypeFactory' with user-friendly 
error message

diff --git a/src/www/tracker/index.php b/src/www/tracker/index.php
index 5b14e93..9af5688 100644
--- a/src/www/tracker/index.php
+++ b/src/www/tracker/index.php
@@ -69,6 +69,9 @@ if ($group->isError()) {
                exit_error($group->getErrorMessage(),'tracker');
        }
 }
+if (!$group->usesTracker()) {
+       exit_project_disabled();
+}
 
 if (getStringFromRequest('rtype') == 'ajax') {
        include $gfcommon.'tracker/actions/ajax.php';

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

Summary of changes:
 src/www/tracker/index.php |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to