Opened 4 years ago

Last modified 4 years ago

#13713 closed defect

Getting TracJsGanttPlugin to work with Trac 1.4 — at Initial Version

Reported by: seligman@… Owned by: Chris Nelson
Priority: normal Component: TracJsGanttPlugin
Severity: normal Keywords: Gantt
Cc: lukas.arnold@… Trac Release: 1.4

Description

A user has been using Trac 1.0.4. I've tried to set up a separate web server with just Trac under CentOS7, python 2.7.5. I used "pip install Trac" and got Trac 1.4.

The user specifically requested that the TracJsGanttPlugin work. I've been fiddling with the code, and have made the changes indicated below. It's at the point where I don't get error messages when the plugin is enabled... but the plugin doesn't display anything. I tried the example:

TracJSGanttChart(sample=1)?

but I just get a blank line.

Have I missed anything?

The attached files show the code changes I made to trac/env.py, tracjsgantt/tracpm.py, and tracjsgantt/tracjsgantt.py.

Change History (3)

Changed 4 years ago by seligman@…

Attachment: env.py-diff.txt added

Changed 4 years ago by seligman@…

Attachment: tracpm.py-diff.txt added

Changed 4 years ago by seligman@…

Attachment: tracjsgantt.py-diff.txt added
Note: See TracTickets for help on using tickets.