Revision history for RT-Extension-JSGantt
0.17 Thu Dec 15 11:58:40 CST 2011
* fix a bug of config
0.16 Thu Oct 27 10:29:51 CST 2011
* tweak parent selection process
0.15 Thu Oct 27 02:22:31 CST 2011
* make ColorSchemeByOwner true by default
* fix the situation where number of owners are more than colors by
recycling the color scheme
0.14 Wed Oct 26 18:47:18 CST 2011
* add ColorSchemeByOwner option to use one color for each user.
* improve the way we sort related tickets so children can appear just after their parents.
* has_members now is true only if the ticket is the first parent of some of its children
0.13 Sat Oct 8 15:56:53 CST 2011
* fix the alignment bug in chrome/safari/ie8
0.12 Sat May 7 19:55:01 CST 2011
* respect DateDayBeforeMonth config
0.10 Thu Mar 31 14:59:47 CST 2011
* use a generic JSGanttOptions config, see README for example
* make it work with RT 4
0.04 Thu Sep 23 09:20:16 CST 2010
* in case there are remote links
0.03 Wed Jun 30 02:49:02 CST 2010
tweak the way we figure out Start/End Dates:
Start: Starts or Started field
End: Due Field
if one eixsts but the ohter not, first try to caculate by the time
estimated( or TimeLeft + TimeWorked ) and the config
$JSGanttWorkingHoursPerDay, if fails, use config $JSGanttDefaultDays.
if both are not defined, find the minimal start date of the whole
results, and use it for both start and end dates, and use config
$JSGanttNullDatesColor to draw
0.02 Fri Jun 25 09:29:30 CST 2010
use TimeWorked + TimeLeft for progress, use TimeEstimated instead
if TimeLeft is not defined.
0.01 Wed Jun 23 13:00:12 CST 2010
Initial release.