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)
Change History (5)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
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
Status: | new → assigned |
---|
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
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...