<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>plugins/CommentPlugin/config/doctrine/schema.yml</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/config/routing.yml</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/config/settings.yml</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/lib/filter/doctrine/PluginfdCommentFormFilter.class.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/lib/form/doctrine/PluginfdCommentForm.class.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/lib/helper/AutoLinkHelper.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/lib/model/doctrine/PluginfdComment.class.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/lib/model/doctrine/PluginfdCommentTable.class.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/modules/fd_comment/actions/actions.class.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/modules/fd_comment/actions/components.class.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/modules/fd_comment/templates/_ajax_comment_form.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/modules/fd_comment/templates/_ajax_comments_list.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/modules/fd_comment/templates/_comment_form.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/modules/fd_comment/templates/_comments.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/modules/fd_comment/templates/_comments_list.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/modules/fd_comment/templates/_form.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/modules/fd_comment/templates/_listByModel.php</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/web/images/loading.gif</filename>
    </added>
    <added>
      <filename>plugins/CommentPlugin/web/js/jquery-1.3.2.min.js</filename>
    </added>
    <added>
      <filename>plugins/fdEventsListenersPlugin/config/config.php</filename>
    </added>
    <added>
      <filename>plugins/fdEventsListenersPlugin/config/ell.yml</filename>
    </added>
    <added>
      <filename>plugins/idEstimatedTimePlugin/lib/Template/EstimateTime.php</filename>
    </added>
    <added>
      <filename>plugins/idEstimatedTimePlugin/lib/Template/listener/EstimateTime.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginMessageFormFilter.class.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/lib/form/doctrine/PluginMessageForm.class.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginMessage.class.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginMessageTable.class.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idLogtime/templates/reportAllUsersForProjectSuccess.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idMessage/actions/actions.class.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idMessage/config/permissions.yml</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idMessage/config/security.yml</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idMessage/config/view.yml</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idMessage/templates/_create_message_menu.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idMessage/templates/_form.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idMessage/templates/editSuccess.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idMessage/templates/indexSuccess.php</filename>
    </added>
    <added>
      <filename>plugins/idProjectManagmentPlugin/modules/idMessage/templates/showSuccess.php</filename>
    </added>
    <added>
      <filename>plugins/idUtilPlugin/lib/task/idTestCoverageTask.class.php</filename>
    </added>
    <added>
      <filename>web/CommentPlugin</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -46,7 +46,7 @@ all:
     jquery_sortable:      jquery-ui-sortable-1.6rc2.min.js
     jquery_autocomplete:  jquery.autocomplete-1.0.2.min.js
     # enabling repository plugin module
-    enabled_modules:  			[default, idGantt, idLogtime, idTracker, idProfile, idDashboard, idRepository, idProject, idIssue, sfGuardAuth, sfGuardGroup, sfGuardUser, sfGuardPermission, idStatus, idPriority, idMilestone, idComment]
+    enabled_modules:  			[default, fd_comment, idMessage, idGantt, idLogtime, idTracker, idProfile, idDashboard, idRepository, idProject, idIssue, sfGuardAuth, sfGuardGroup, sfGuardUser, sfGuardPermission, idStatus, idPriority, idMilestone]
     # Form security secret (CSRF protection)
     csrf_secret:       false     # Unique secret to enable CSRF protection or false to disable
 </diff>
      <filename>apps/fe/config/settings.yml</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@
     &lt;?php if ($form-&gt;hasGlobalErrors()): ?&gt;
       &lt;div class=&quot;flash&quot;&gt;
         &lt;div class=&quot;message error&quot;&gt;
-          &lt;p&gt;&lt;?php echo $form-&gt;getGlobalErrors() ?&gt;&lt;/p&gt;
+          &lt;p&gt;&lt;?php echo $form-&gt;renderGlobalErrors() ?&gt;&lt;/p&gt;
         &lt;/div&gt;
       &lt;/div&gt;
     &lt;?php endif;?&gt;</diff>
      <filename>apps/fe/modules/sfGuardAuth/templates/signinSuccess.php</filename>
    </modified>
    <modified>
      <diff>@@ -16,10 +16,8 @@
   &lt;h2 class=&quot;title&quot;&gt;&lt;?php echo __('Users list') ?&gt;&lt;/h2&gt;
     &lt;div class=&quot;inner&quot;&gt;
 
-        &lt;?php if (!$pager-&gt;getNbResults()): ?&gt;
-          &lt;p&gt;&lt;?php echo __('No result', array(), 'sf_admin') ?&gt;&lt;/p&gt;
-        &lt;?php else: ?&gt;
-
+        &lt;?php if ($pager-&gt;getNbResults() &gt; 0): ?&gt;
+          
         &lt;table class=&quot;table&quot;&gt;
           &lt;tr&gt;
             &lt;th class=&quot;first&quot;&gt;&amp;nbsp;&lt;/th&gt;</diff>
      <filename>apps/fe/modules/sfGuardUser/templates/indexSuccess.php</filename>
    </modified>
    <modified>
      <diff>@@ -18,10 +18,10 @@
         &lt;div id=&quot;user-navigation&quot;&gt;
           &lt;ul&gt;
             &lt;?php if ($sf_user-&gt;isAuthenticated()) : ?&gt;
-              &lt;li&gt;&lt;?php echo link_to(__('Logout'), '@sf_guard_signout'); ?&gt;&lt;/li&gt;
-              &lt;li&gt;&lt;?php echo link_to(__('Edit my profile'), '@edit_profile') ?&gt;&lt;/li&gt;
+            &lt;li&gt;&lt;?php echo link_to(__('Logout'), '@sf_guard_signout'); ?&gt;&lt;/li&gt;
+            &lt;li&gt;&lt;?php echo link_to(__('Edit my profile'), '@edit_profile') ?&gt;&lt;/li&gt;
             &lt;?php else: ?&gt;
-              &lt;li&gt;&lt;?php echo link_to(__('Signin'), '@sf_guard_signin'); ?&gt;&lt;/li&gt;
+            &lt;li&gt;&lt;?php echo link_to(__('Signin'), '@sf_guard_signin'); ?&gt;&lt;/li&gt;
             &lt;?php endif; ?&gt;
           &lt;/ul&gt;
           &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
@@ -46,7 +46,7 @@
           &lt;/div&gt;
         &lt;/div&gt;
 
-        
+
         &lt;?php include_component_slot('sidebar') ?&gt;
 
 
@@ -56,3 +56,20 @@
 
   &lt;/body&gt;
 &lt;/html&gt;
+&lt;!--
+&lt;?php //if ($sf_user-&gt;hasFlash('notice')) : ?&gt;
+  &lt;div class=&quot;message notice&quot;&gt;
+    &lt;p&gt;&lt;?php //echo $sf_user-&gt;getFlash('notice');  ?&gt;&lt;/p&gt;
+  &lt;/div&gt;
+&lt;?php //endif; ?&gt;
+&lt;?php //if ($sf_user-&gt;hasFlash('warning')) : ?&gt;
+  &lt;div class=&quot;message warning&quot;&gt;
+    &lt;p&gt;&lt;?php //echo $sf_user-&gt;getFlash('warning');  ?&gt;&lt;/p&gt;
+  &lt;/div&gt;
+&lt;?php //endif; ?&gt;
+&lt;?php //if ($sf_user-&gt;hasFlash('error')) : ?&gt;
+  &lt;div class=&quot;message error&quot;&gt;
+    &lt;p&gt;&lt;?php //echo $sf_user-&gt;getFlash('error');  ?&gt;&lt;/p&gt;
+  &lt;/div&gt;
+&lt;?php //endif; ?&gt;
+--&gt;
\ No newline at end of file</diff>
      <filename>apps/fe/templates/layout.php</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,10 @@ class ProjectConfiguration extends sfProjectConfiguration
                                'idProjectManagmentPlugin',
                                'sfDoctrineGuardPlugin',
                                'sfJqueryReloadedPlugin',
-                                'idUtilPlugin'));
+                               'fdEventsListenersPlugin',
+                               'idEstimatedTimePlugin',
+                               'CommentPlugin',
+                               'idUtilPlugin'));
     $this-&gt;disablePlugins(array('sfPropelPlugin'));
   }
 }</diff>
      <filename>config/ProjectConfiguration.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -34,6 +34,7 @@ test:
   doctrine:
     class: sfDoctrineDatabase
     param:
+#      dsn: 'sqlite://:memory:'
       dsn: 'sqlite:%SF_DATA_DIR%/phpcollab.db'
 #      dsn: 'mysql:host=localhost;dbname=phpcollab'
 #      username: root</diff>
      <filename>config/databases.yml</filename>
    </modified>
    <modified>
      <diff>@@ -27,3 +27,9 @@
     port=22
     user=filo
     dir=/users/filo/github_collab_version/phpcollab3/
+
+  [lpt]
+    host=localhost
+    port=22
+    user=filippo
+    dir=/var/www/lpt/</diff>
      <filename>config/properties.ini</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>data/phpcollab_unit_test.db</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,13 @@
 ##  Yaml schema for project
 Project:
+  actAs:
+    Timestampable:
+      created:
+        name: created_at
+        type: timestamp
+      updated:
+        name: updated_at
+        type: timestamp
   options:
     charset: utf8
   columns:
@@ -13,13 +21,11 @@ Project:
       notnull: true
     description:
       type: string(512)
+    starting_date:
+      type: timestamp
     is_public:
       type: boolean
       default: false
-    created_at:
-      type: timestamp
-    updated_at:
-      type: timestamp
     end_date:
       type: timestamp
   relations:
@@ -33,6 +39,11 @@ Project:
       foreignAlias: projects
 
 Milestone:
+  actAs:
+    EstimateTime:
+      estimatedtime:
+        name: estimated_time
+        type: float
   options:
     charset: utf8
   columns:
@@ -64,6 +75,11 @@ Milestone:
       onDelete: CASCADE
 
 Issue:
+  actAs:
+    EstimateTime:
+      estimatedtime:
+        name: estimated_time
+        type: float
   options:
     charset: utf8
   columns:
@@ -92,8 +108,6 @@ Issue:
       type: timestamp
     ending_date:
       type: timestamp
-    estimated_time:
-      type: float
   relations:
     project:
       class: Project
@@ -209,42 +223,14 @@ Profile:
       refClass: IssueUser
       foreignAlias: Profiles
 
-Comment:
-  options:
-    charset: utf8
-  columns:
-    id:
-      type: integer
-      notnull: true
-      primary: true
-      autoincrement: true
-    issue_id:
-      type: integer
-    profile_id:
-      type: integer
-    body:
-      type: string(1000)
-    created_at:
-      type: timestamp
-  relations:
-    Issue:
-      class: Issue
-      foreignAlias: Comments
-      local: issue_id
-      foreign: id
-      type: one
-      foreignType: many
-      onDelete: CASCADE
-    UserProfile:
-      class: Profile
-      foreignAlias: Comments
-      local: profile_id
-      foreign: id
-      type: one
-      foreignType: many
-      onDelete: SET NULL
-
 LogTime:
+  actAs:
+    Timestampable:
+      created:
+        name: created_at
+        type: timestamp
+      updated:
+        disabled: true
   options:
     charset: utf8
   columns:
@@ -253,8 +239,6 @@ LogTime:
       notnull: true
       primary: true
       autoincrement: true
-    created_at:
-      type: timestamp
     issue_id:
       type: integer
     profile_id:
@@ -367,3 +351,45 @@ ProjectsTrackers:
     Tracker:
       foreignAlias: ProjectTrackers
       onDelete: CASCADE
+
+Message:
+  actAs:
+    Timestampable:
+      created:
+        name: created_at
+        type: timestamp
+      updated:
+        disabled: true
+  options:
+    charset: utf8
+  columns:
+    id:
+      type: integer
+      notnull: true
+      primary: true
+      autoincrement: true
+    title:
+      type: string(512)
+    body:
+      type: string(3000)
+    profile_id:
+      type: integer
+    project_id:
+      type: integer
+  relations:
+    UserProfile:
+      class: Profile
+      foreignAlias: Messages
+      local: profile_id
+      foreign: id
+      type: one
+      foreignType: many
+      onDelete: SET NULL
+    project:
+      class: Project
+      foreignAlias: Messages
+      local: project_id
+      foreign: id
+      type: one
+      foreignType: many
+      onDelete: CASCADE</diff>
      <filename>plugins/idProjectManagmentPlugin/config/doctrine/schema.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,45 @@
+index_messages:
+  url:   /:sf_culture/idProject/:project_id/idMessages
+  param: { module: idMessage, action: index}
+  requirements:
+    sf_culture: (?:en|it)
+
+show_message:
+  url:   /:sf_culture/idProject/:project_id/idMessage/show/:message_id
+  param: { module: idMessage, action: show}
+  requirements:
+    sf_culture: (?:en|it)
+
+new_message:
+  url:   /:sf_culture/idProject/:project_id/idMessage/new
+  param: { module: idMessage, action: new}
+  requirements:
+    sf_culture: (?:en|it)
+
+create_message:
+  url:   /:sf_culture/idProject/:project_id/idMessage/create
+  param: { module: idMessage, action: create}
+  requirements:
+    sf_culture: (?:en|it)
+
+edit_message:
+  url:   /:sf_culture/idProject/:project_id/idMessage/edit/:message_id
+  param: { module: idMessage, action: edit}
+  requirements:
+    sf_culture: (?:en|it)
+
+update_message:
+  url:   /:sf_culture/idProject/:project_id/idMessage/update/:message_id
+  param: { module: idMessage, action: update}
+  requirements:
+    sf_culture: (?:en|it)
+
+delete_message:
+  url:   /:sf_culture/idProject/:project_id/idMessage/delete/:message_id
+  param: { module: idMessage, action: delete}
+  requirements:
+    sf_culture: (?:en|it)
+
 dashboard:
   url:   /:sf_culture/idDashboard
   param: { module: idDashboard, action: index}
@@ -64,6 +106,12 @@ log_time_report_issue_all_users:
   requirements:
     sf_culture: (?:en|it)
 
+log_time_report_project_all_users:
+  url:    /:sf_culture/idLogtime/reportalluserforproject/:project_id
+  param:  { module: idLogtime, action: reportAllUsersForProject }
+  requirements:
+    sf_culture: (?:en|it)
+
 update_profile:
   url:    /:sf_culture/idProfile/update
   param:  { module: idProfile, action: update }</diff>
      <filename>plugins/idProjectManagmentPlugin/config/routing.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginIssueFormFilter.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
- */
 
 /**
  * PluginIssue form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
+ * @package    filters
+ * @subpackage Issue *
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginIssueFormFilter extends BaseIssueFormFilter</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginIssueFormFilter.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginIssueUserFormFilter.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
- */
 
 /**
  * PluginIssueUser form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
+ * @package    filters
+ * @subpackage IssueUser *
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginIssueUserFormFilter extends BaseIssueUserFormFilter</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginIssueUserFormFilter.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginMilestoneFormFilter.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
- */
 
 /**
- * PluginMilestoneFormFilter form.
+ * PluginMilestone form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
+ * @package    filters
+ * @subpackage Milestone *
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginMilestoneFormFilter extends BaseMilestoneFormFilter</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginMilestoneFormFilter.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginPriorityFormFilter.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
- */
 
 /**
  * PluginPriority form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
+ * @package    filters
+ * @subpackage Priority *
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginPriorityFormFilter extends BasePriorityFormFilter</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginPriorityFormFilter.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginProfileFormFilter.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
- */
 
 /**
  * PluginProfile form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
+ * @package    filters
+ * @subpackage Profile *
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginProfileFormFilter extends BaseProfileFormFilter</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginProfileFormFilter.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginProjectUserFormFilter.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
- */
 
 /**
  * PluginProjectUser form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
+ * @package    filters
+ * @subpackage ProjectUser *
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginProjectUserFormFilter extends BaseProjectUserFormFilter</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginProjectUserFormFilter.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginStatusFormFilter.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
- */
 
 /**
  * PluginStatus form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Filters
+ * @package    filters
+ * @subpackage Status *
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginStatusFormFilter extends BaseStatusFormFilter</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginStatusFormFilter.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -37,6 +37,7 @@ class idProjectForm extends ProjectForm
   public function configure()
   {
     $this-&gt;widgetSchema['users_list'] = new sfWidgetFormDoctrineChoiceMany(array('model' =&gt; 'Profile', 'query' =&gt; $this-&gt;retriveAllButSuperAdmin()));
+    $this-&gt;widgetSchema['created_at'] = new sfWidgetFormInputHidden();
 
     $this-&gt;validatorSchema['name'] = new sfValidatorString(
                                             array('max_length' =&gt; 64, 'min_length' =&gt; 3,'required' =&gt; true),</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/form/IdProjectForm.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginAssociatedIssueForm.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Forms
- */
 
 /**
- * PluginAssociatedIssueForm form.
+ * PluginAssociatedIssue form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Forms
+ * @package    form
+ * @subpackage AssociatedIssue
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginAssociatedIssueForm extends BaseAssociatedIssueForm</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/form/doctrine/PluginAssociatedIssueForm.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginIssueUserForm.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Forms
- */
 
 /**
  * PluginIssueUser form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Forms
+ * @package    form
+ * @subpackage IssueUser
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginIssueUserForm extends BaseIssueUserForm</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/form/doctrine/PluginIssueUserForm.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -28,12 +28,13 @@ abstract class PluginMilestoneForm extends BaseMilestoneForm
     $parameters = $this-&gt;isNew() ? array('default' =&gt; $today) : array();
 
     $this-&gt;setWidgets(array(
-      'id'            =&gt; new sfWidgetFormInputHidden(),
-      'title'         =&gt; new sfWidgetFormInput(),
-      'description'   =&gt; new sfWidgetFormTextarea(),
-      'starting_date' =&gt; new sfWidgetFormDate($parameters),
-      'ending_date'   =&gt; new sfWidgetFormDate(),
-      'project_id'    =&gt; new sfWidgetFormInputHidden(),
+      'id'              =&gt; new sfWidgetFormInputHidden(),
+      'title'           =&gt; new sfWidgetFormInput(),
+      'estimated_time'  =&gt; new sfWidgetFormInput(),
+      'description'     =&gt; new sfWidgetFormTextarea(),
+      'starting_date'   =&gt; new sfWidgetFormDate($parameters),
+      'ending_date'     =&gt; new sfWidgetFormDate(),
+      'project_id'      =&gt; new sfWidgetFormInputHidden(),
     ));
 
     $this-&gt;setValidators(array(
@@ -44,6 +45,7 @@ abstract class PluginMilestoneForm extends BaseMilestoneForm
       'starting_date' =&gt; new sfValidatorDate(array('required' =&gt; false)),
       'ending_date'   =&gt; new sfValidatorDate(array('required' =&gt; false)),
       'project_id'    =&gt; new sfValidatorDoctrineChoice(array('model' =&gt; 'Project')),
+      'estimated_time' =&gt; new sfValidatorNumber(array('required' =&gt; false)),
     ));
 
     $this-&gt;widgetSchema-&gt;setNameFormat('milestone[%s]');</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/form/doctrine/PluginMilestoneForm.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,22 +1,10 @@
 &lt;?php
-/**
- * This file is part of the phpCollab3 package.
- * (c) 2009 Ideato s.r.l. &lt;phpcollab@ideato.it&gt;
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- *
- * PluginProjectUserForm.class.php
- *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Forms
- */
 
 /**
  * PluginProjectUser form.
  *
- * @package    phpCollab3
- * @subpackage idProjectManagmentPlugin Forms
+ * @package    form
+ * @subpackage ProjectUser
  * @version    SVN: $Id: sfDoctrineFormTemplate.php 6174 2007-11-27 06:22:40Z fabien $
  */
 abstract class PluginProjectUserForm extends BaseProjectUserForm</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/form/doctrine/PluginProjectUserForm.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -30,10 +30,6 @@ class idProfileForm extends sfGuardUserAdminForm
     $this-&gt;widgetSchema['username'] = new sfWidgetFormInputHidden();
     $this-&gt;validatorSchema['username'] = new sfValidatorChoice(array('choices' =&gt; array($username)));
 
-    unset($this['groups_list'],
-          $this['permissions_list'],
-          $this['is_active'],
-          $this['is_super_admin']
-    );
+    unset($this['groups_list'], $this['permissions_list'], $this['is_active'], $this['is_super_admin']);
   }
 }
\ No newline at end of file</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/form/idProfileForm.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -55,3 +55,45 @@ function pager_navigation($pager, $uri)
 
   return $navigation;
 }
+
+function ajax_pager_navigation($pager, $uri)
+{
+  $navigation = '';
+
+  if ($pager-&gt;haveToPaginate())
+  {
+    $uri .= (preg_match('/\?/', $uri) ? '&amp;' : '?').'page=';
+
+    // First and previous page
+    if ($pager-&gt;getPage() != 1)
+    {
+      $navigation .= link_to(image_tag('/sf/sf_admin/images/first.png', 'align=absmiddle'), $uri.'1', array('onclick' =&gt; 'loadAjaxCommentList(\''.$uri.'1\'); return false;'));
+      $navigation .= link_to(image_tag('/sf/sf_admin/images/previous.png', 'align=absmiddle'), $uri.$pager-&gt;getPreviousPage(), array('onclick' =&gt; 'loadAjaxCommentList(\''. $uri.$pager-&gt;getPreviousPage().'\'); return false;')).' ';
+    }
+
+    // Pages one by one
+    $links = array();
+    foreach ($pager-&gt;getLinks() as $page)
+    {
+      if ($page == $pager-&gt;getPage())
+      {
+        $links[] = '&lt;span&gt;'.$pager-&gt;getPage().'&lt;/span&gt;';
+        continue;
+      }
+
+      $links[] = link_to($page, $uri.$page, array('onclick' =&gt; 'loadAjaxCommentList(\''.$uri.$page.'\'); return false;'));
+    }
+    
+    $navigation .= join('  ', $links);
+
+    // Next and last page
+    if ($pager-&gt;getPage() != $pager-&gt;getLastPage())
+    {
+      $navigation .= ' '.link_to(image_tag('/sf/sf_admin/images/next.png', 'align=absmiddle'), $uri.$pager-&gt;getNextPage(), array('onclick' =&gt; 'loadAjaxCommentList(\''.$uri.$page.'\'); return false;'));
+      $navigation .= link_to(image_tag('/sf/sf_admin/images/last.png', 'align=absmiddle'), $uri.$pager-&gt;getLastPage(), array('onclick' =&gt; 'loadAjaxCommentList(\''.$uri.$page.'\'); return false;'));
+    }
+
+  }
+
+  return $navigation;
+}</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/helper/idPaginationHelper.php</filename>
    </modified>
    <modified>
      <diff>@@ -38,6 +38,6 @@ abstract class PluginIssue extends BaseIssue
    */
   public function hasComments()
   {
-    return (count($this-&gt;getComments()) &gt; 0);
+    return (Doctrine::getTable('fdComment')-&gt;getQueryForListByModelAndFieldAndValue(get_class($this), 'id', $this-&gt;id)-&gt;count() &gt; 0);
   }
 }
\ No newline at end of file</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginIssue.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -37,7 +37,6 @@ class PluginIssueTable extends Doctrine_Table
       -&gt;leftJoin('i.related_issue ri')
       -&gt;leftJoin('i.status s')
       -&gt;leftJoin('i.priority pr')
-      -&gt;leftJoin('i.Comments c')
       -&gt;leftJoin('i.tracker t')
       -&gt;Where('i.id = ? ', $issue_id);
 
@@ -125,6 +124,7 @@ class PluginIssueTable extends Doctrine_Table
     {
       return $q-&gt;select('COUNT(*) as issues')
                -&gt;addWhere('i.estimated_time IS NOT NULL')
+               -&gt;addWhere('i.estimated_time &gt; 0')
                -&gt;fetchOne(array(), Doctrine::HYDRATE_ARRAY);
     }
   }
@@ -146,6 +146,7 @@ class PluginIssueTable extends Doctrine_Table
     {
       $results = $q-&gt;select('t.name as tracker, COUNT(i.id) as issues')
                    -&gt;addWhere('i.estimated_time IS NOT NULL')
+                   -&gt;addWhere('i.estimated_time &gt; 0')
                    -&gt;groupBy('tracker')
                    -&gt;execute(array(), Doctrine::HYDRATE_NONE);
 
@@ -159,7 +160,7 @@ class PluginIssueTable extends Doctrine_Table
     if (!is_null($q = $this-&gt;getQueryForProjectIssues($project_id)))
     {
       $results = $q-&gt;select('t.name as tracker, COUNT(i.id) as issues')
-                   -&gt;addWhere('i.estimated_time IS NULL')
+                   -&gt;addWhere('(i.estimated_time IS NULL OR i.estimated_time = 0)')
                    -&gt;groupBy('t.name')
                    -&gt;execute(array(), Doctrine::HYDRATE_NONE);
 
@@ -186,4 +187,14 @@ class PluginIssueTable extends Doctrine_Table
     }
   }
 
+  public function retrieveEstimatedTimeForProjectMilestone($project_id, $milestone_id)
+  {
+    if (!is_null($q = $this-&gt;getQueryForProjectIssues($project_id)))
+    {
+      return $q-&gt;select('SUM(i.estimated_time) as estimated_time')
+               -&gt;addWhere('i.milestone_id = ?', $milestone_id)
+               -&gt;fetchOne(array(), Doctrine::HYDRATE_ARRAY);
+    }
+  }
+
 }
\ No newline at end of file</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginIssueTable.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -14,4 +14,15 @@ class PluginLogTimeTable extends Doctrine_Table
             -&gt;addWhere('lt.issue_id = ? ',$issue_id)
             -&gt;execute();
   }
+
+  public function getLogtimeForProjectByUser($project_id)
+  {
+    return Doctrine_Query::create()
+            -&gt;from('LogTime lt')
+            -&gt;leftJoin('lt.issue i')
+            -&gt;leftJoin('lt.profile p')
+            -&gt;orderBy('lt.created_at')
+            -&gt;where('i.project_id = ? ', $project_id)
+            -&gt;execute();
+  }
 }
\ No newline at end of file</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginLogTimeTable.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,7 @@ class PluginPriorityTable extends Doctrine_Table
                       -&gt;orderBy('pr.position DESC')
                       -&gt;fetchOne();
 
-    if (!is_null($priority))
+    if ($priority)
     {
       return $priority-&gt;getPosition();
     }</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginPriorityTable.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,7 @@ abstract class PluginProfile extends BaseProfile
   public function getName()
   {
     $user = $this-&gt;getUser();
-    return $this-&gt;getFirstName().' ('.$user-&gt;getUsername().') '.$this-&gt;getLastName().' &lt;'.$this-&gt;getEmail().'&gt;';
+    return $this-&gt;getFirstName().' ('.$user-&gt;getUsername().') '.$this-&gt;getLastName().' ['.$this-&gt;getEmail().']';
   }
-  
+
 }
\ No newline at end of file</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginProfile.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -34,7 +34,7 @@ class PluginStatusTable extends Doctrine_Table
                       -&gt;orderBy('s.position DESC')
                       -&gt;fetchOne();
 
-    if (!is_null($priority))
+    if ($priority)
     {
       return $priority-&gt;getPosition();
     }</diff>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginStatusTable.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -126,13 +126,13 @@ class idGanttActions extends sfActions
 
     $this-&gt;resources = $request-&gt;getParameter('resources');
 
-    $this-&gt;gantt_starting_date =  $this-&gt;getStartingDate($project-&gt;getCreatedAt(), 3);
-    $this-&gt;project_starting_date = $this-&gt;getStartingDate($project-&gt;getCreatedAt());
+    $this-&gt;gantt_starting_date =  $this-&gt;getStartingDate($project-&gt;getstarting_date(), 3);
+    $this-&gt;project_starting_date = $this-&gt;getStartingDate($project-&gt;getstarting_date());
 
-    $this-&gt;gantt_ending_date = $this-&gt;getEndingDate($project-&gt;getCreatedAt(), $project-&gt;getEndDate(), $estimated_time_for_project, 3);
-    $this-&gt;project_ending_date = $this-&gt;getEndingDate($project-&gt;getCreatedAt(), $project-&gt;getEndDate(), $estimated_time_for_project);
+    $this-&gt;gantt_ending_date = $this-&gt;getEndingDate($project-&gt;getstarting_date(), $project-&gt;getEndDate(), $estimated_time_for_project, 3);
+    $this-&gt;project_ending_date = $this-&gt;getEndingDate($project-&gt;getstarting_date(), $project-&gt;getEndDate(), $estimated_time_for_project);
 
-    $this-&gt;estimated_ending_date = $this-&gt;getEstimatedEndingDate($project-&gt;getCreatedAt(), $estimated_time_for_project, $this-&gt;resources);
+    $this-&gt;estimated_ending_date = $this-&gt;getEstimatedEndingDate($project-&gt;getstarting_date(), $estimated_time_for_project, $this-&gt;resources);
 
     $this-&gt;days = $this-&gt;getDaysFromWorkingHours($estimated_time_for_project);
 </diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/actions/actions.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -46,7 +46,6 @@ class idIssueActions extends sfActions
     $this-&gt;forwardUnless($this-&gt;getUser()-&gt;hasCredential('idIssue-Read'), sfConfig::get('sf_secure_module'), sfConfig::get('sf_secure_action'));
     
     $this-&gt;issue = Doctrine::getTable('Issue')-&gt;getIssueById($request-&gt;getParameter('issue_id'));
-    
     $this-&gt;forward404Unless($this-&gt;issue &amp;&amp; $this-&gt;issue-&gt;project_id == $request-&gt;getParameter('project_id'));
 
     $this-&gt;pager = new idPager('Issue',10);
@@ -54,10 +53,10 @@ class idIssueActions extends sfActions
     $this-&gt;pager-&gt;setPage($this-&gt;getRequestParameter('page',1));
     $this-&gt;pager-&gt;init();
 
-    $this-&gt;comment_form = new CommentForm();
-    $this-&gt;comment_form-&gt;setDefault('issue_id', $request-&gt;getParameter('issue_id'));
-    $this-&gt;comment_form-&gt;setDefault('profile_id', $this-&gt;getUser()-&gt;getProfile()-&gt;getId());
-    $this-&gt;comment_form-&gt;setDefault('created_at', date('Y-m-d H:i:s', time()));
+//    $this-&gt;comment_form = new CommentForm();
+//    $this-&gt;comment_form-&gt;setDefault('issue_id', $request-&gt;getParameter('issue_id'));
+//    $this-&gt;comment_form-&gt;setDefault('profile_id', $this-&gt;getUser()-&gt;getProfile()-&gt;getId());
+//    $this-&gt;comment_form-&gt;setDefault('created_at', date('Y-m-d H:i:s', time()));
 
     $this-&gt;estimated_time_form = new idEstimatedTimeForm($this-&gt;issue-&gt;getProjectId(), $this-&gt;issue);
 
@@ -65,6 +64,9 @@ class idIssueActions extends sfActions
     $this-&gt;logtime_form-&gt;setDefault('issue_id', $request-&gt;getParameter('issue_id'));
     $this-&gt;logtime_form-&gt;setDefault('profile_id', $this-&gt;getUser()-&gt;getGuardUser()-&gt;getProfile()-&gt;getId());
     $this-&gt;logtime_form-&gt;setDefault('created_at', date('Y-m-d H:i:s', time()));
+
+    $this-&gt;commentForm = new fdCommentForm($this-&gt;issue, 'id', $request-&gt;getParameter('issue_id'));
+    $this-&gt;commentForm-&gt;setDefault('profile_id', $this-&gt;getUser()-&gt;getGuardUser()-&gt;getProfile()-&gt;getId());
   }
 
   /**
@@ -113,6 +115,9 @@ class idIssueActions extends sfActions
 
     $this-&gt;forward404Unless(!is_null(Doctrine::getTable('Project')-&gt;find(array($request-&gt;getParameter('project_id')))));
     $this-&gt;forward404Unless($issue = Doctrine::getTable('Issue')-&gt;find(array($request-&gt;getParameter('issue_id'))), sprintf('Object issue does not exist (%s).', array($request-&gt;getParameter('issue_id'))));
+
+    $this-&gt;forward404Unless($issue-&gt;project_id == $request-&gt;getParameter('project_id'));
+    
     $this-&gt;form = new idIssueForm($request-&gt;getParameter('project_id'), $issue);
   }
 
@@ -152,6 +157,10 @@ class idIssueActions extends sfActions
     $project_id = $request-&gt;getParameter('project_id');
 
     $issue-&gt;delete();
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'issue.delete',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'issue_id' =&gt; $issue-&gt;id
+                                                         )));
 
     $this-&gt;redirect('@index_issue?project_id='.$project_id);
   }
@@ -168,9 +177,19 @@ class idIssueActions extends sfActions
     if ($form-&gt;isValid())
     {
       $issue = $form-&gt;save();
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'issue.set_estimated_time_success',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'issue_id' =&gt; $issue-&gt;id,
+                                                          'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                         )));
       $this-&gt;redirect('@show_issue?project_id='.$issue-&gt;project_id.'&amp;issue_id='.$issue-&gt;id);
     }
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'issue.set_estimated_time_failed',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'issue_id' =&gt; $issue-&gt;id,
+                                                          'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                         )));
     $this-&gt;getUser()-&gt;setFlash('error', $form['estimated_time']-&gt;renderError());
     $this-&gt;redirect('@show_issue?project_id='.$issue-&gt;project_id.'&amp;issue_id='.$issue-&gt;id);
   }
@@ -187,7 +206,14 @@ class idIssueActions extends sfActions
     $form-&gt;bind($request-&gt;getParameter($form-&gt;getName()));
     if ($form-&gt;isValid())
     {
+      $operation = $form-&gt;getObject()-&gt;isNew() ? 'creation' : 'update';
       $issue = $form-&gt;save();
+      
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'issue.'.$operation.'_success',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'issue_id' =&gt; $issue-&gt;id,
+                                                          'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                         )));
 
       $this-&gt;redirect('@index_issue?project_id='.$issue-&gt;project_id);
     }</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idIssue/actions/actions.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 default:
   components:
     sidebar:  [idProject, sidebar]
-
+  javascripts:    [../CommentPlugin/js/jquery-1.3.2.min.js]</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idIssue/config/view.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,3 @@
-&lt;?php use_helper('Javascript') ?&gt;
 &lt;?php slot('title', __('Issue details')) ?&gt;
 
 &lt;div class=&quot;block&quot; id=&quot;issue-table&quot;&gt;
@@ -103,12 +102,16 @@
           &lt;/tr&gt;
 
         &lt;/table&gt;
+
+      &lt;?php include_partial('fd_comment/comment_form', array('commentForm' =&gt; $commentForm)); ?&gt;
+      &lt;?php include_component('fd_comment', 'listByModel', array('model' =&gt; $commentForm-&gt;getModel(), 'model_field' =&gt;$commentForm-&gt;getModelField(), 'model_field_value' =&gt;$issue-&gt;getId())) ?&gt;
+
     &lt;/div&gt;
   &lt;/div&gt;
 &lt;/div&gt;
 
 &lt;div class=&quot;block&quot; id=&quot;comment-form&quot;&gt;
-  &lt;?php include_partial('idComment/comment_form', array('comment_form' =&gt; $comment_form, 'issue' =&gt; $issue)) ?&gt;
+  &lt;?php /*include_partial('idComment/comment_form', array('comment_form' =&gt; $comment_form, 'issue' =&gt; $issue))*/ ?&gt;
 &lt;/div&gt;
 
 &lt;div class=&quot;block&quot; id=&quot;related-issue&quot;&gt;</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idIssue/templates/showSuccess.php</filename>
    </modified>
    <modified>
      <diff>@@ -12,6 +12,7 @@ class idLogtimeActions extends sfActions
 {
   public function executeIndex(sfWebRequest $request)
   {
+    $this-&gt;forwardUnless($this-&gt;getUser()-&gt;hasCredential('idLogotime-Read'), sfConfig::get('sf_secure_module'), sfConfig::get('sf_secure_action'));
     $this-&gt;pager = new sfDoctrinePager('LogTime',10);
     $this-&gt;pager-&gt;setQuery(Doctrine::getTable('LogTime')-&gt;createQuery('a'));
     $this-&gt;pager-&gt;setMaxPerPage(sfConfig::get('mod_maxperpage_logtime', 10));
@@ -34,6 +35,13 @@ class idLogtimeActions extends sfActions
       $log_time = $form-&gt;save();
 
       $this-&gt;getUser()-&gt;setFlash('success', 'Log time added');
+
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'log_time.add_to_issue',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'logtime_id' =&gt; $log_time-&gt;id,
+                                                          'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                         )));
+
       $this-&gt;redirect('@show_issue?project_id='.$issue-&gt;project_id.'&amp;issue_id='.$issue-&gt;id);
     }
 
@@ -64,6 +72,13 @@ class idLogtimeActions extends sfActions
     $this-&gt;issue = $this-&gt;checkUserAgainstIssueAndProject($request);
     $this-&gt;logtime_report = $this-&gt;issue-&gt;logtimes;
   }
+  
+  public function executeReportAllUsersForProject(sfWebRequest $request)
+  {
+    $this-&gt;forwardUnless($this-&gt;getUser()-&gt;hasCredential('idLogotime-ReadReportForAllUsers'), sfConfig::get('sf_secure_module'), sfConfig::get('sf_secure_action'));
+    $this-&gt;forward404Unless($this-&gt;getUser()-&gt;isMyProject($request-&gt;getParameter('project_id')));
+    $this-&gt;logtime_report = Doctrine::getTable('LogTime')-&gt;getLogtimeForProjectByUser($request-&gt;getParameter('project_id'));
+  }
 
   public function executeNew(sfWebRequest $request)
   {
@@ -112,6 +127,11 @@ class idLogtimeActions extends sfActions
     $this-&gt;forward404Unless($log_time = Doctrine::getTable('LogTime')-&gt;find(array($request-&gt;getParameter('id'))), sprintf('Object log_time does not exist (%s).', array($request-&gt;getParameter('id'))));
     $log_time-&gt;delete();
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'log_time.delete',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'logtime_id' =&gt; $log_time-&gt;id
+                                                         )));
+
     $this-&gt;redirect('idLogtime/index');
   }
 
@@ -120,7 +140,14 @@ class idLogtimeActions extends sfActions
     $form-&gt;bind($request-&gt;getParameter($form-&gt;getName()));
     if ($form-&gt;isValid())
     {
+      $operation = $form-&gt;getObject()-&gt;isNew() ? 'creation' : 'update';
       $log_time = $form-&gt;save();
+      
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'log_time.'.$operation.'_success',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'logtime_id' =&gt; $log_time-&gt;id,
+                                                          'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                         )));
 
       $this-&gt;redirect('idLogtime/edit?id='.$log_time-&gt;getId());
     }</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idLogtime/actions/actions.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -46,7 +46,7 @@
           &lt;?php endif; ?&gt;
           &lt;tr&gt;
             &lt;td&gt;&lt;/td&gt;
-            &lt;td&gt;&lt;?php  echo pager_navigation($pager, '@index_trackers') ?&gt;&lt;/td&gt;
+            &lt;td&gt;&lt;?php  echo pager_navigation($pager, '@index_logtime') ?&gt;&lt;/td&gt;
             &lt;td&gt;&lt;/td&gt;
           &lt;/tr&gt;
         &lt;/table&gt;</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idLogtime/templates/indexSuccess.php</filename>
    </modified>
    <modified>
      <diff>@@ -39,6 +39,8 @@ class idMilestoneActions extends sfActions
     $this-&gt;pager-&gt;setQuery(Doctrine::getTable('Issue')-&gt;getQueryForMilstoneIssues($this-&gt;project-&gt;getId(), $this-&gt;milestone-&gt;getId()));
     $this-&gt;pager-&gt;setPage($this-&gt;getRequestParameter('page',1));
     $this-&gt;pager-&gt;init();
+
+    $this-&gt;issues_estimated_time = Doctrine::getTable('Issue')-&gt;retrieveEstimatedTimeForProjectMilestone($this-&gt;milestone-&gt;getProjectId(), $this-&gt;milestone-&gt;getId());
   }
 
   /**
@@ -143,6 +145,11 @@ class idMilestoneActions extends sfActions
 
     $milestone-&gt;delete();
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'milestone.delete',
+                                          array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                'milestone_id' =&gt; $milestone-&gt;id
+                                               )));
+
     $this-&gt;redirect('@show_project?id='.$milestone-&gt;getProjectId());
   }
 
@@ -157,7 +164,15 @@ class idMilestoneActions extends sfActions
     $form-&gt;bind($request-&gt;getParameter($form-&gt;getName()));
     if ($form-&gt;isValid())
     {
+      $operation = $form-&gt;getObject()-&gt;isNew() ? 'creation' : 'update';
       $milestone = $form-&gt;save();
+
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'milestone.'.$operation.'_success',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'milestone_id' =&gt; $milestone-&gt;id,
+                                                          'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                         )));
+
       $this-&gt;redirect('@show_project?id='.$milestone-&gt;getProjectId());
     }
   }</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idMilestone/actions/actions.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -19,6 +19,7 @@
         &lt;th&gt;&lt;?php echo __('Description') ?&gt;&lt;/th&gt;
         &lt;th&gt;&lt;?php echo __('Starting date') ?&gt;&lt;/th&gt;
         &lt;th&gt;&lt;?php echo __('Ending date') ?&gt;&lt;/th&gt;
+        &lt;th&gt;&lt;?php echo __('Estimated time') ?&gt;&lt;/th&gt;
         &lt;th class=&quot;last&quot;&gt;&amp;nbsp;&lt;/th&gt;
       &lt;/tr&gt;
     &lt;/tr&gt;
@@ -29,6 +30,7 @@
       &lt;td&gt;&lt;?php echo $form['description']-&gt;renderError('&lt;/br&gt;') ?&gt;&lt;?php echo $form['description'] ?&gt;&lt;/td&gt;
       &lt;td&gt;&lt;?php echo $form['starting_date']-&gt;renderError('&lt;/br&gt;') ?&gt;&lt;?php echo $form['starting_date'] ?&gt;&lt;/td&gt;
       &lt;td&gt;&lt;?php echo $form['ending_date']-&gt;renderError('&lt;/br&gt;') ?&gt;&lt;?php echo $form['ending_date'] ?&gt;&lt;/td&gt;
+      &lt;td&gt;&lt;?php echo $form['estimated_time']-&gt;renderError('&lt;/br&gt;') ?&gt;&lt;?php echo $form['estimated_time'] ?&gt;&lt;/td&gt;
       &lt;td&gt;&amp;nbsp;&lt;/td&gt;
     &lt;/tr&gt;
 </diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idMilestone/templates/_form.php</filename>
    </modified>
    <modified>
      <diff>@@ -28,6 +28,15 @@
             &lt;td&gt;&amp;nbsp;&lt;/td&gt;
           &lt;/tr&gt;
 
+          &lt;tr&gt;
+            &lt;td&gt;&amp;nbsp;&lt;/td&gt;
+            &lt;td colspan=&quot;5&quot; &lt;?php echo (($milestone-&gt;getEstimatedTime() - $issues_estimated_time['estimated_time']) &gt;= 0) ? '' : 'class=&quot;red&quot;' ; ?&gt;&gt;
+              &lt;?php echo __('Estimated time').' : '.$milestone-&gt;getEstimatedTime().' '.__('hours') ?&gt;
+              &lt;?php echo (($milestone-&gt;getEstimatedTime() - $issues_estimated_time['estimated_time']) &gt;= 0) ? '' : '('.__('issues estimated time ').$issues_estimated_time['estimated_time'].__(' hours').')'; ?&gt;
+            &lt;/td&gt;
+            &lt;td&gt;&amp;nbsp;&lt;/td&gt;
+          &lt;/tr&gt;
+          
         &lt;/table&gt;
     &lt;/div&gt;
   &lt;/div&gt;</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idMilestone/templates/showSuccess.php</filename>
    </modified>
    <modified>
      <diff>@@ -85,6 +85,11 @@ class idPriorityActions extends sfActions
 
         if (!$this-&gt;checkPositionParameters($priorities_list, $ordering_list))
         {
+          $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'priority.order_failed',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                            'priorities_list' =&gt; $priorities_list,
+                                                            'ordering_list' =&gt; $ordering_list
+                                                           )));
           return $this-&gt;renderPartial('idPriority/order_message', array('response_message' =&gt; 'Some error occurred processing your request.', 'class' =&gt; 'message error'));
         }
 
@@ -93,10 +98,21 @@ class idPriorityActions extends sfActions
           $priority-&gt;setPosition(array_search($priority-&gt;id, $ordering_list));
           $priority-&gt;save();
         }
+
+        $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'priority.order_success',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                            'priorities_listr' =&gt; $priorities_list,
+                                                            'ordering_list' =&gt; $ordering_list
+                                                           )));
+        
         return $this-&gt;renderPartial('idPriority/order_message', array('response_message' =&gt; 'Order updated', 'class' =&gt; 'message notice'));
       }
     }
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'priority.order_failed',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                            'priorities_listr' =&gt; $priorities_list
+                                                           )));
     return $this-&gt;renderPartial('idPriority/order_message', array('response_message' =&gt; 'Invalid request', 'class' =&gt; 'message warning'));
   }
 
@@ -136,10 +152,16 @@ class idPriorityActions extends sfActions
       
       $this-&gt;switchFirstAndSecondPositions($priorities);
       $this-&gt;getUser()-&gt;setFlash('notice', 'Order updated');
+
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'priority.order_success',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId())));
+
       $this-&gt;redirect('idPriority/index');
     }
 
     $this-&gt;getUser()-&gt;setFlash('error', 'Some error occurred processing your request.');
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'priority.order_failed',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId())));
     $this-&gt;redirect('idPriority/index');
 
   }
@@ -236,6 +258,11 @@ class idPriorityActions extends sfActions
     $this-&gt;forward404Unless($priority = Doctrine::getTable('Priority')-&gt;find(array($request-&gt;getParameter('id'))), sprintf('Object priority does not exist (%s).', array($request-&gt;getParameter('id'))));
     $priority-&gt;delete();
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'priority.delete',
+                                          array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                'priority_id' =&gt; $priority-&gt;id
+                                               )));
+
     $this-&gt;checkAndFixPriorityPositions();
 
     $this-&gt;redirect('idPriority/index');
@@ -253,6 +280,7 @@ class idPriorityActions extends sfActions
     $form-&gt;bind($request-&gt;getParameter($form-&gt;getName()));
     if ($form-&gt;isValid())
     {
+      $operation = $form-&gt;getObject()-&gt;isNew() ? 'creation' : 'update';
       $priority = $form-&gt;save();
 
       if ($priority-&gt;getPosition() == null)
@@ -260,6 +288,13 @@ class idPriorityActions extends sfActions
         $highest_position = Doctrine::getTable('Priority')-&gt;retrieveHighestPosition();
         $priority-&gt;setPosition($highest_position + 1);
         $priority-&gt;save();
+
+        $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'priority.'.$operation.'_success',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                            'priority_id' =&gt; $priority-&gt;id,
+                                                            'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                           )));
+
       }
 
       $this-&gt;redirect('@index_priority');</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idPriority/actions/actions.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -54,12 +54,17 @@ class idProfileActions extends sfActions
 
   protected function processForm(sfWebRequest $request, sfForm $form)
   {
-//var_dump($request-&gt;getParameter($form-&gt;getName()));die();
     $form-&gt;bind($request-&gt;getParameter($form-&gt;getName()));
     if ($form-&gt;isValid())
     {
+      $operation = $form-&gt;getObject()-&gt;isNew() ? 'creation' : 'update';
       $profile = $form-&gt;save();
-      
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'profile.'.$operation.'_success',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'profile_id' =&gt; $profile-&gt;id,
+                                                          'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                         )));
+
       $this-&gt;redirect('@index_profile');
     }
   }</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idProfile/actions/actions.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -98,6 +98,7 @@ class idProjectActions extends sfActions
     $this-&gt;forwardUnless($this-&gt;getUser()-&gt;hasCredential('idProject-Create'), sfConfig::get('sf_secure_module'), sfConfig::get('sf_secure_action'));
     $this-&gt;form = new idProjectForm();
     $this-&gt;form-&gt;setDefault('created_at', date('Y-m-d H:i:s', time()));
+    $this-&gt;form-&gt;setDefault('starting_date', date('Y-m-d H:i:s', time()));
   }
 
   /**
@@ -165,6 +166,11 @@ class idProjectActions extends sfActions
     $this-&gt;forward404Unless($project = Doctrine::getTable('Project')-&gt;find(array($request-&gt;getParameter('id'))), sprintf('Object project does not exist (%s).', array($request-&gt;getParameter('id'))));
     $project-&gt;delete();
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'project.delete',
+                                          array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                'project_id' =&gt; $project-&gt;id
+                                               )));
+
     $this-&gt;redirect('idProject/index');
   }
 
@@ -194,7 +200,15 @@ class idProjectActions extends sfActions
     $form-&gt;bind($form_parameters);
     if ($form-&gt;isValid())
     {
+      $operation = $form-&gt;getObject()-&gt;isNew() ? 'creation' : 'update';
       $project = $form-&gt;save();
+
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'profile.'.$operation.'_success',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'project_id' =&gt; $project-&gt;id,
+                                                          'form_parameters' =&gt; $form_parameters
+                                                         )));
+
       $this-&gt;redirect('@show_project?id='.$project-&gt;getId());
     }
   }</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idProject/actions/actions.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -23,6 +23,9 @@
       &lt;?php if($sf_user-&gt;hasCredential('idGantt-View')): ?&gt;
         &lt;li&gt;&lt;?php echo link_to( __('Gantt chart'), '@show_gantt?project_id='.$sf_request-&gt;getParameter('id')) ?&gt;&lt;/li&gt;
       &lt;?php endif; ?&gt;
+      &lt;?php if($sf_user-&gt;hasCredential('idMessage-Read')): ?&gt;
+        &lt;li&gt;&lt;?php echo link_to( __('Messages'), '@index_messages?project_id='.$sf_request-&gt;getParameter('id')) ?&gt;&lt;/li&gt;
+      &lt;?php endif; ?&gt;
     &lt;?php endif; ?&gt;
   &lt;/ul&gt;
   &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idProject/templates/_create_project_menu.php</filename>
    </modified>
    <modified>
      <diff>@@ -37,13 +37,13 @@
         &lt;?php echo $form['is_public'] ?&gt;
       &lt;/div&gt;
       &lt;div class=&quot;group&quot;&gt;
-        &lt;?php if ($form['created_at']-&gt;hasError()):?&gt;
+        &lt;?php if ($form['starting_date']-&gt;hasError()):?&gt;
           &lt;div class=&quot;fieldWithErrors&quot;&gt;
-            &lt;span class=&quot;error&quot;&gt;&lt;?php echo $form['created_at']-&gt;renderError() ?&gt;&lt;/span&gt;
+            &lt;span class=&quot;error&quot;&gt;&lt;?php echo $form['starting_date']-&gt;renderError() ?&gt;&lt;/span&gt;
           &lt;/div&gt;
         &lt;?php endif; ?&gt;
-        &lt;?php echo $form['created_at']-&gt;renderLabel() ?&gt;
-        &lt;?php echo $form['created_at'] ?&gt;
+        &lt;?php echo $form['starting_date']-&gt;renderLabel() ?&gt;
+        &lt;?php echo $form['starting_date'] ?&gt;
       &lt;/div&gt;
       &lt;div class=&quot;group&quot;&gt;
         &lt;?php if ($form['end_date']-&gt;hasError()):?&gt;</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idProject/templates/_form.php</filename>
    </modified>
    <modified>
      <diff>@@ -13,8 +13,7 @@
             &lt;th&gt;&lt;?php echo __('Name') ?&gt;&lt;/th&gt;
             &lt;th&gt;&lt;?php echo __('Description') ?&gt;&lt;/th&gt;
             &lt;th&gt;&lt;?php echo __('Public/Private') ?&gt;&lt;/th&gt;
-            &lt;th&gt;&lt;?php echo __('Created at') ?&gt;&lt;/th&gt;
-            &lt;th&gt;&lt;?php echo __('Updated at') ?&gt;&lt;/th&gt;
+            &lt;th&gt;&lt;?php echo __('Starting at') ?&gt;&lt;/th&gt;
             &lt;th&gt;&lt;?php echo __('End date') ?&gt;&lt;/th&gt;
             &lt;th class=&quot;last&quot;&gt;
             &lt;?php if ($sf_user-&gt;isAdmin()): ?&gt;
@@ -27,8 +26,7 @@
             &lt;td&gt;&lt;?php echo $project-&gt;getname() ?&gt;&lt;/td&gt;
             &lt;td&gt;&lt;?php echo $project-&gt;getdescription() ?&gt;&lt;/td&gt;
             &lt;td&gt;&lt;?php echo $project-&gt;getis_public() ? __('Public') : __('Private'); ?&gt;&lt;/td&gt;
-            &lt;td&gt;&lt;?php echo $project-&gt;getcreated_at() ?&gt;&lt;/td&gt;
-            &lt;td&gt;&lt;?php echo $project-&gt;getupdated_at() ?&gt;&lt;/td&gt;
+            &lt;td&gt;&lt;?php echo $project-&gt;getstarting_date() ?&gt;&lt;/td&gt;
             &lt;td&gt;&lt;?php echo $project-&gt;getend_date() ?&gt;&lt;/td&gt;
             &lt;td&gt;
             &lt;?php if ($sf_user-&gt;isAdmin()): ?&gt;
@@ -39,8 +37,9 @@
           &lt;?php if ($estimated_time &gt; 0): ?&gt;
           &lt;tr&gt;
             &lt;td&gt;&lt;/td&gt;
-            &lt;td colspan=&quot;6&quot; class=&quot;&lt;?php echo (($estimated_time - $log_time) &gt;= 0) ? 'green' : 'red' ; ?&gt;&quot;&gt;
+            &lt;td colspan=&quot;5&quot; class=&quot;&lt;?php echo (($estimated_time - $log_time) &gt;= 0) ? 'green' : 'red' ; ?&gt;&quot;&gt;
               &lt;?php echo __('Estimated time : %est% hours - Log time: %log% hours', array('%est%' =&gt; $estimated_time, '%log%' =&gt; $log_time)); ?&gt;
+              &lt;?php echo '('.link_to(__('time report details'), '@log_time_report_project_all_users?project_id='.$project-&gt;getid()).')'; ?&gt;
             &lt;/td&gt;
             &lt;td&gt;&lt;/td&gt;
           &lt;/tr&gt;</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idProject/templates/showSuccess.php</filename>
    </modified>
    <modified>
      <diff>@@ -76,6 +76,11 @@ class idStatusActions extends sfActions
 
         if (!$this-&gt;checkPositionParameters($status_list, $ordering_list))
         {
+          $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'status.order_failed',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                            'status_list' =&gt; $status_list,
+                                                            'ordering_list' =&gt; $ordering_list
+                                                           )));
           return $this-&gt;renderPartial('idPriority/order_message', array('response_message' =&gt; 'Some error occurred processing your request.', 'class' =&gt; 'message error'));
         }
 
@@ -84,10 +89,21 @@ class idStatusActions extends sfActions
           $status-&gt;setPosition(array_search($status-&gt;id, $ordering_list));
           $status-&gt;save();
         }
+
+        $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'status.order_success',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                            'status_list' =&gt; $status_list,
+                                                            'ordering_list' =&gt; $ordering_list
+                                                           )));
+
         return $this-&gt;renderPartial('idPriority/order_message', array('response_message' =&gt; 'Order updated', 'class' =&gt; 'message notice'));
       }
     }
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'status.order_failed',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                            'status_list' =&gt; $status_list
+                                                           )));
     return $this-&gt;renderPartial('idPriority/order_message', array('response_message' =&gt; 'Invalid request', 'class' =&gt; 'message warning'));
   }
 
@@ -127,10 +143,16 @@ class idStatusActions extends sfActions
 
       $this-&gt;switchFirstAndSecondPositions($priorities);
       $this-&gt;getUser()-&gt;setFlash('notice', 'Order updated');
+
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'status.order_success',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId())));
+
       $this-&gt;redirect('idStatus/index');
     }
 
     $this-&gt;getUser()-&gt;setFlash('error', 'Some error occurred processing your request.');
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'status.order_failed',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId())));
     $this-&gt;redirect('idStatus/index');
 
   }
@@ -229,6 +251,11 @@ class idStatusActions extends sfActions
     $this-&gt;forward404Unless($status = Doctrine::getTable('Status')-&gt;find(array($request-&gt;getParameter('id'))), sprintf('Object status does not exist (%s).', array($request-&gt;getParameter('id'))));
     $status-&gt;delete();
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'status.delete',
+                                          array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                'status_id' =&gt; $status-&gt;id
+                                               )));
+
     $this-&gt;checkAndFixPriorityPositions();
 
     $this-&gt;redirect('@index_status');
@@ -246,6 +273,7 @@ class idStatusActions extends sfActions
     $form-&gt;bind($request-&gt;getParameter($form-&gt;getName()));
     if ($form-&gt;isValid())
     {
+      $operation = $form-&gt;getObject()-&gt;isNew() ? 'creation' : 'update';
       $status = $form-&gt;save();
 
       if ($status-&gt;getPosition() == null)
@@ -253,6 +281,13 @@ class idStatusActions extends sfActions
         $highest_position = Doctrine::getTable('Status')-&gt;retrieveHighestPosition();
         $status-&gt;setPosition($highest_position + 1);
         $status-&gt;save();
+
+        $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'status.'.$operation.'_success',
+                                                      array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                            'status_id' =&gt; $status-&gt;id,
+                                                            'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                           )));
+
       }
       $this-&gt;redirect('@index_status');
     }</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idStatus/actions/actions.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -67,6 +67,11 @@ class idTrackerActions extends sfActions
     $this-&gt;forward404Unless($tracker = Doctrine::getTable('Tracker')-&gt;find(array($request-&gt;getParameter('id'))), sprintf('Object tracker does not exist (%s).', array($request-&gt;getParameter('id'))));
     $tracker-&gt;delete();
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'tracker.delete',
+                                          array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                'tracker_id' =&gt; $tracker-&gt;id
+                                               )));
+
     $this-&gt;redirect('idTracker/index');
   }
 
@@ -75,8 +80,16 @@ class idTrackerActions extends sfActions
     $form-&gt;bind($request-&gt;getParameter($form-&gt;getName()));
     if ($form-&gt;isValid())
     {
+      $operation = $form-&gt;getObject()-&gt;isNew() ? 'creation' : 'update';
       $tracker = $form-&gt;save();
 
+      $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'tracker.'.$operation.'_success',
+                                                    array('user_id'=&gt; $this-&gt;getUser()-&gt;getGuardUser()-&gt;getId(),
+                                                          'tracker_id' =&gt; $tracker-&gt;id,
+                                                          'form_parameters' =&gt; $request-&gt;getParameter($form-&gt;getName())
+                                                         )));
+
+
       $this-&gt;redirect('idTracker/index');
     }
   }</diff>
      <filename>plugins/idProjectManagmentPlugin/modules/idTracker/actions/actions.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -96,6 +96,8 @@ EOF;
                                       $this-&gt;retrievePermissionsFromFiles($permission_files)
                                     );
 
+    $this-&gt;dispatcher-&gt;notify(new sfEvent($this, 'phpCollab.search_permissions', array('new_permissions' =&gt; $new_permissions)));
+    
     if ($new_permissions === false || empty($new_permissions))
     {
       $this-&gt;logSection('Searching : ','No new permission.');</diff>
      <filename>plugins/idUtilPlugin/lib/task/searchPermissionsTask.class.php</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>test/test.zip</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginCommentFormFilter.class.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/lib/filter/doctrine/PluginRelatedIssueFormFilter.class.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/lib/form/doctrine/PluginCommentForm.class.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/lib/form/doctrine/PluginRelatedIssueForm.class.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginComment.class.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/lib/model/doctrine/PluginCommentTable.class.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idComment/actions/actions.class.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idComment/config/permissions.yml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idComment/config/security.yml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idComment/templates/_comment_form.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idComment/templates/_comments_list.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idComment/templates/_invalid.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Area2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Bar2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Candlestick.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Column2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Column3D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Doughnut2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Funnel.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Gantt.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Line.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_MSArea2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_MSBar2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_MSColumn2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_MSColumn2DLineDY.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_MSColumn3D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_MSColumn3DLineDY.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_MSLine.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Pie2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_Pie3D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_StackedArea2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_StackedBar2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_StackedColumn2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Charts/FCF_StackedColumn3D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DOM/Data/datasource.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DOM/advanced_application.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DOM/basic_externaldata_multiple.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DOM/basic_externaldata_single.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DOM/basic_simple.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DOM/basic_simple_customized.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DOM/basic_simple_multiple.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DOM/js/FusionChartsDOM.js</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/Data.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/DemoLinkPages/DemoLink1.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/DemoLinkPages/DemoLink2.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/DemoLinkPages/DemoLink3.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/DemoLinkPages/DemoLink4.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/DemoLinkPages/DemoLink5.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/DemoLinkPages/DemoLink6.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/JSExample.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/JSExample.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/NewWinData.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/NewWindow.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/DrillDown/SimpleExample.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/FusionCharts/FCF_Area2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/FusionCharts/FCF_Column2D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/FusionCharts/FCF_Column3D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/FusionCharts/FCF_Line.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/FusionCharts/FCF_MSColumn3D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/FusionCharts/FCF_MSColumn3DLineDY.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/FusionCharts/FCF_Pie3D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/FusionCharts/FCF_StackedColumn3D.swf</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/FusionCharts/FusionCharts.js</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/JavaScript/Basics/ChangeDataXML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/JavaScript/ChartChange/ChartChange.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/JavaScript/ClientSideData/Chart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/MyFirstChart/Chart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/MyFirstChart/ChartDataXML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/MyFirstChart/ChartJS.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/MyFirstChart/ChartJSDataXML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/MyFirstChart/Data.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/MyFirstChart/PieChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/MyFirstChart/ResizingChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/MyFirstChart/ResizingChartJS.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/MyFirstChart/SinglePageMultiCharts.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/ArrayExample/Combination.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/ArrayExample/MultiSeries.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/ArrayExample/SingleSeries.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/ArrayExample/Stacked.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/BasicExample/BasicChart.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/BasicExample/BasicDataXML.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/BasicExample/Data/Data.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/BasicExample/MultiChart.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/BasicExample/SimpleChart.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/BasicExample/dataXML.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DB/MS_SQL_Script.sql</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DB/UTFExampleTablesCreation.sql</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DB/dump.sql</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DBExample/BasicDBExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DBExample/Default.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DBExample/Detailed.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DB_DrillDown/Default.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DB_DrillDown/Detailed.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DB_JS/Default.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DB_dataURL/Default.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/DB_dataURL/PieData.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/Default.htm</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/FormBased/Chart.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/FormBased/Default.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/Includes/DBConn.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/Includes/FC_Colors.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/Includes/FusionCharts.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/NoChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/UTF8Example/Data/FrenchData.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/UTF8Example/Data/JapaneseData.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/UTF8Example/FrenchDBExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/UTF8Example/FrenchXMLFileExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/UTF8Example/JapaneseDBExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/UTF8Example/JapaneseXMLFileExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/UTF8Example/PieDataFrench.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/UTF8Example/PieDataJapanese.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHP/UTF8Example/_notes/dwsync.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/ArrayExample/Combination.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/ArrayExample/MultiSeries.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/ArrayExample/SingleSeries.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/ArrayExample/Stacked.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/BasicExample/CreateChartFromExtData.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/BasicExample/Data/Data.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/BasicExample/FirstChart.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/BasicExample/MultiChart.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/BasicExample/SimpleChart.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/DB/MS_SQL_Script.sql</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/DB/UTFExampleTablesCreation.sql</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/DB/dump.sql</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/DBExample/BasicDBExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/DB_DrillDown/Default.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/DB_DrillDown/Detailed.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/DB_dataURL/Default.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/DB_dataURL/PieData.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/Default.htm</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/FormBased/Chart.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/FormBased/Default.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/Includes/DBConn.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/Includes/FusionCharts.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/Includes/FusionCharts_Gen.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/NoChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/UTF8Example/Data/DataFrench.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/UTF8Example/Data/DataJapanese.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/UTF8Example/FrenchDBExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/UTF8Example/FrenchXMLFileExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/UTF8Example/JapaneseDBExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/UTF8Example/JapaneseXMLFileExample.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/UTF8Example/PieDataFrench.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/UTF8Example/PieDataJapanese.php</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Code/PHPClass/UTF8Example/_notes/dwsync.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ASP_Array.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ASP_BasicExample.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ASP_DB.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ASP_Drill.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ASP_Form.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ASP_JS_XML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_BgSWF.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_ChartMessages.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_DiscData.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_Number_Basics.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SSL.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SpChar.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SpChar_Amp.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SpChar_Apos.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SpChar_Cent.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SpChar_Euro.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SpChar_LT.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SpChar_Percent.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SpChar_Pound.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_SpChar_Yen.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Adv_xAxisNames.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/BasicChartElements.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/CS_Array.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/CS_BasicExample.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/CS_DB.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/CS_Drill.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/CS_Form.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/CS_JS_XML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/CS_Settings.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChangeChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartList.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/CS_Anatomy.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/CS_Example.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/CS_Overview.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Funnel_FirstChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Funnel_Introduction.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Funnel_XML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Gt_Anatomy.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Gt_Overview.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Gt_XML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/CC_1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/CC_2.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/CC_3.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/CC_4.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/CC_Anatomy.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/CC_FC.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/CC_Resize_Out.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/CC_XML_Out1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/CC_XML_Out2.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/Col_2D.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/Combi_2D.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/Funnel_Basic_Anatomy.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/Funnel_FirstChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/G_Funnel_1.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/G_Funnel_2.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/G_Funnel_3.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/Gantt_Anatomy.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/Gantt_Output.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/MS_Col2D.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DArea_1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DBar_1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DCol_1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DMSArea1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DMSBar1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DMSColumn1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DMSLine1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DPie1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DStArea.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DStBar1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_2DStCol1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_3DCol_1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_3DMSColumn1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_3DPie1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_3DStColumn.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_DY2DColLine.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_DY3DColLine.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_Doughnut1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Images/XML_Line1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/Style.css</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Area2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Bar2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Col2DLineDY.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Col3DLineDY.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Column2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Column3D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Doughnut2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Line2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_MSArea2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_MSBar2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_MSColumn2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_MSColumn3D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_MSLine2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Pie2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_Pie3D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_StArea2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_StBar2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_StCol2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_StCol3D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/ChartSS/XML_candleStick.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/CombiXML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/DataXML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Debug/Basic.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/DownloadC.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/DrillDown/Images/JavaScript.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/DrillDown/Images/drillDown.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/DrillDown/Images/drillDownL.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/DrillDown/JavaScript.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/DrillDown/Simple.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/FAQ.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/FCDomFeatures.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/FCDomGettingStarted.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/FCDomJavaScript.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/FCDomOverview.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/FCDomReference.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/FCDomTrouble.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/FirstChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/HeaderPage.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/HowFCWorks.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/HowFCWorksDURL.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/HowFCWorksDXML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ASPNETSettings1.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ASPNETSettings4.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ASPNETSettings5.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ASPNETSettings6.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ASPNETSettings6CS.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ASPNETSettingsCS2.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ASPNETSettingsCS3.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ASPNETSettingsVB2.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ASPNETSettingsVB3.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/AmpChar.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/AposChar.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/AppMessage.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/BtnViewXML.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Bullet.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/CentChar.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ChartElements1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ChartElements2.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ChartElements3.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ChartElements4.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ChartElements5.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ChartElements6.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ChartElements7.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ChartElements8.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/ClickToActivate.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_Activate.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_ArrayMS.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_ArraySS.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_BasicChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_DB.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_DB.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_DBOut.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_Drill.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_Form.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_FormChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_JSEx.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_JS_XML_Fin.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_JS_XML_Ini.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_JS_basic.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_JapDBChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_JapXMLFileChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Code_RubyDB.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/DiscChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/DiscChart2.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/DiscChart22.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/EuroChar.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/FirstChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/FolderStructure.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/HeaderBg.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/HeaderLeft.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/HeaderRight.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/LTGT.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_1.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_12.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_13.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_2.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_3.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_4.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_5.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_6.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_7.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_8.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/Number_9.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/PercentChar.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/PieChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/PoundChar.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/SpChar_1.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/SpChar_11.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/YenChar.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/_Code_Drill.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/_Code_JS_XML_Fin.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/bgSWF.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/bullet_square.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/bullet_triangle.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/class_diagram_3.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/dataURLMethod.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/dataXMLMethod.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/doc_head.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/application.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/base.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/cd.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/download.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/folder.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/folderopen.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/globe.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/imgfolder.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/musicfolder.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/nolines_minus.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/nolines_plus.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/page.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/question.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/icons/trash.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/multichart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/resize1.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/screenshot_basicsimplechart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/screenshot_directorystruct.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/screenshot_exampleapp1.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/xAxis_Rotate.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/xAxis_Step.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Images/xAxis_ToolTip.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Installation.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JS/dtree.js</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JS/lib.js</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JSEmbed.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JSP_Array.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JSP_BasicExample.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JSP_DB.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JSP_Drill.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JSP_Form.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JSP_JS_XML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/JSP_UTF8Example.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Menu.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/MultiSeries.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Overview.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Adv_OtherElmAttribs.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Adv_chart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Adv_delim.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Adv_msg.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Adv_trendlines.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/CombinationChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/FirstChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Functions.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/Adv_dataplot.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/Adv_dataset.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/Adv_trendlines1.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/Adv_trendlines2.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/FolderStructure.JPG</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/PHPClassChangeChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/PHPClassCombination.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/PHPClassDatabaseMS.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/PHPClassDatabaseSS.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/PHPClassFirstChart.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/PHPClassFirstChartChangeSize.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/PHPClassMultiCharts.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/PHPClassMultiSeries.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Images/PHPClassStacked.jpg</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/MultiSeriesChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/MultipleCharts.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Overview.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/Setup.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClassAPI/StackedChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClass_Array.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClass_BasicExamples.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClass_DB.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClass_Drill.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHPClass_Forms.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHP_Array.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHP_BasicExample.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHP_DB.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHP_Drill.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHP_Form.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHP_JS_XML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/PHP_UTF8Example.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Ruby_JS_xml.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Ruby_UTF8Example.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Ruby_array.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Ruby_basicexample.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Ruby_db.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Ruby_drill.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Ruby_form.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/SingleSeries.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Style.css</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Support.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/SysReq.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/base.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/cd.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/document1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/email.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/empty.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/faq.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/faq4.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/folder.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/folder2.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/folderopen.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/globe.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/help3.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/imgfolder.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/join.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/joinbottom.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/line.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/minus.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/minusbottom.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/musicfolder.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/nolines_minus.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/nolines_plus.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/note3.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/page.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/plus.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/plusbottom.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/question.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/setup1.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/trash.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/TreeImages/trouble.gif</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/Upgrading.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/VBNET_Array.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/VBNET_BasicExample.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/VBNET_DB.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/VBNET_Drill.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/VBNET_Form.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/VBNET_JS_XML.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/VBNET_Settings.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/XMLOverview.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/assets/prettify/prettify.css</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/assets/prettify/prettify.js</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/css/typoset.css</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/dtree.css</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/resizing.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/singlePageMultiChart.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/terms.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Contents/v3vsFree.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Area2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Bar2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Candlestick.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Col2DLineDY.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Col3DLineDY.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Column2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Column3D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Area2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Bar2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Candlestick.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Col2DLineDY.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Col3DLineDY.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Column2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Column3D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Doughnut2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Funnel.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Gantt.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Line2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/MSArea2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/MSBar2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/MSColumn2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/MSColumn3D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/MSLine.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Pie2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/Pie3D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/StArea2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/StBar2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/StCol2D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Data/StCol3D.xml</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Doughnut2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Funnel.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Gantt.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Line2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/MSArea2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/MSBar2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/MSColumn2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/MSColumn3D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/MSLine.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Pie2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/Pie3D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/StArea2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/StBar2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/StCol2D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Gallery/StCol3D.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Index.html</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/JSClass/FusionCharts.js</filename>
    </removed>
    <removed>
      <filename>plugins/idProjectManagmentPlugin/modules/idGantt/lib/FusionChartsFree/Readme.txt</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>a918a54083a2c2cf59196e5df1f9125f5ff2c463</id>
    </parent>
  </parents>
  <author>
    <name>Filippo (p16) De Santis</name>
    <email>fd@ideato.it</email>
  </author>
  <url>http://github.com/ideato/phpcollab3/commit/2c5f685eb12df03a98ef3481df24a880f5ce2454</url>
  <id>2c5f685eb12df03a98ef3481df24a880f5ce2454</id>
  <committed-date>2009-09-14T23:56:29-07:00</committed-date>
  <authored-date>2009-09-14T23:56:29-07:00</authored-date>
  <message>added functionalities for messages, comments, estimated time.</message>
  <tree>be2ef55da5488a49afe3709c06d0669f45401f5f</tree>
  <committer>
    <name>Filippo (p16) De Santis</name>
    <email>fd@ideato.it</email>
  </committer>
</commit>
