-
Amending corrupt css and js files. Changing hook_views_api value to version 3.
-
Initial work on Drupal 7 port.
-
Stripping CVS keywords
-
jsGantt View: February 25, 2011 2:14
Commit a39a927 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Fixed #996756 by mkalbere: Gantt chart not rendered if task has no parent
-
Added print stylesheet (in case background colors don't print) Fixed inclusion of css (drupal_add_css should be called from hook_init, not from tpl files)
-
Added support for displaying resources (captions) Fixed file format of views-view-views-jsgantt.tpl.php
-
Added built-in sorting by project - now the only "Sort" criteria required in a View is by start date
-
Changed coloring for accessibility: orange/blue instead of red/green Changed color of tasks with 100% completion Started to add support for task dependencies... haven't got it working yet
-
Added new option to color by task progress (red for behind-schedule, green for on-schedule)