Modify

Opened 18 years ago

Closed 18 years ago

#503 closed defect (fixed)

Graph does not show up

Reported by: anonymous Owned by: Sam Bloomquist
Priority: normal Component: ScrumBurndownPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.9

Description

I've followed the installation process and installed the python egg into a project plugin directory. Everything seems to work well except for the rendring the graph.

I can see that the batch file i created does update something...

E:\svnrep\sandbox>c:\Python23\python.exe c:\Python23\Scripts\burndown_job.py tra
c.db
burndown: 0, Management Application, Version control example 1.0.0, 07/16/06, -2
5
burndown: 46, Customer Application, Version control example 1.0.0, 07/16/06, 0
burndown: 47, Data Access Component, Version control example 1.0.0, 07/16/06, -2

burndown: 48, Database, Version control example 1.0.0, 07/16/06, 0
burndown: 49, Wiki, Version control example 1.0.0, 07/16/06, 0
burndown: 50, Sandbox Product, Version control example 1.0.0, 07/16/06, 0
burndown: 51, Test1, Version control example 1.0.0, 07/16/06, 0
burndown: 52, Test2, Version control example 1.0.0, 07/16/06, 0
burndown: 53, Test4, Version control example 1.0.0, 07/16/06, 0
burndown: 54, Management Application, 2.0.0, 07/16/06, 0
burndown: 55, Customer Application, 2.0.0, 07/16/06, 0
burndown: 56, Data Access Component, 2.0.0, 07/16/06, 0
burndown: 57, Database, 2.0.0, 07/16/06, 0
burndown: 58, Wiki, 2.0.0, 07/16/06, 0
burndown: 59, Sandbox Product, 2.0.0, 07/16/06, 0
burndown: 60, Test1, 2.0.0, 07/16/06, 0
burndown: 61, Test2, 2.0.0, 07/16/06, 0
burndown: 62, Test4, 2.0.0, 07/16/06, 0

The trac log does not reveal anything wither...

4:13:05 PM Trac[loader] DEBUG: Loading plugin webadmin.logging from c:\python23\lib\site-packages\tracwebadmin-0.1.1dev_r2765-py2.3.egg
4:13:05 PM Trac[loader] DEBUG: Loading plugin webadmin.ticket from c:\python23\lib\site-packages\tracwebadmin-0.1.1dev_r2765-py2.3.egg
4:13:05 PM Trac[loader] DEBUG: Loading plugin webadmin.basics from c:\python23\lib\site-packages\tracwebadmin-0.1.1dev_r2765-py2.3.egg
4:13:05 PM Trac[loader] DEBUG: Loading plugin webadmin.perm from c:\python23\lib\site-packages\tracwebadmin-0.1.1dev_r2765-py2.3.egg
4:13:05 PM Trac[loader] DEBUG: Loading plugin webadmin.web_ui from c:\python23\lib\site-packages\tracwebadmin-0.1.1dev_r2765-py2.3.egg
4:13:05 PM Trac[loader] DEBUG: Loading plugin webadmin.plugin from c:\python23\lib\site-packages\tracwebadmin-0.1.1dev_r2765-py2.3.egg
4:13:05 PM Trac[loader] DEBUG: Loading plugin tracaccountmanager from c:\python23\lib\site-packages\tracaccountmanager-0.1.2-py2.3.egg
4:13:05 PM Trac[loader] DEBUG: Loading plugin TracBurndown from e:\svnrep\sandbox\trac.db\plugins\tracburndown-0.1-py2.3.egg

I did try to cheat with the date on the machine to simulate a progress over a few days.

Attachments (1)

ScriptReference.patch (711 bytes) - added by anonymous 18 years ago.
Fixes invalid path to javascripts.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 18 years ago by anonymous

In addtion I did not change the trac files in the global trac installation from installation step 1, but added and modified these files in the project. This might not be possible dough...

Changed 18 years ago by anonymous

Attachment: ScriptReference.patch added

Fixes invalid path to javascripts.

comment:2 Changed 18 years ago by Sam Bloomquist

Thanks for the patch. I've unfortunately not had time to do much with this lately. Looks like some free time is coming soon, though. I'll try out the patch to make sure it still works with the global installation sometime this week. If it does, I'll move it into the code.

comment:3 Changed 18 years ago by Sam Bloomquist

Status: newassigned

comment:4 Changed 18 years ago by Sam Bloomquist

Resolution: fixed
Status: assignedclosed

(In [1121]) Applied patch submitted by anonymous user so that burndown javascript library is specified relatively instead of absolutely. fixes #503

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Sam Bloomquist.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.