﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
10213,Call for actions,task,0.12,robert_martin,new,2012-08-01T08:36:32+02:00,2020-05-01T06:51:13+02:00,"The predecessor, DiaViewPlugin, has a considerable backlog of pending tickets reaching back almost 5 years now and despite of [ticket:9652 my earlier request] lacks any recognizable progress.

This macro is just little bit ahead, but seems to share the same fate of missing support, that will lead this macro into a bad position too.

To keep it interesting to new users I'd like to see a response from the author too, if he/she needs help to catch-up with Trac development, or if at least he/she is willing to hand-over maintainer-ship status to someone, who might be interested in continued development of this macro. I'm willing to assist and act as ''interim'' maintainer, if necessary.

Consider this as adoption request for the sake of users of this hack. If someone else is interested to maintain, please step-up and I'll assist until I'm convinced that you can handle it on your own. At that point I'll very happily forward maintainer-ship to you. Thanks for consideration.",Steffen Hoffmann
9935,Doesn't refresh PNG which substitutes the expanded macro,defect,0.12,,new,2012-04-02T14:18:14+02:00,2015-04-23T21:11:37+02:00,"Scenario:

 1. Put `[[DiaVisView(a.dia)]]` to the wiki page.
 1. Attach a diagram a.dia.
 1. Autogenerated raster file a.png is created and displayed on the page.
 1. Attach an updated diagram a.dia, replacing the old one.
 1. Autogenerated raster a.png is updated in filesystem but the page shows the old one.
 ",root@…
4531,Support linking to source file,enhancement,0.11,,new,2009-01-27T22:11:45+01:00,2015-04-23T21:11:37+02:00,"It would be great if I could do something like this:

{{{
[[DiaVisView(source:/trunk/My Project/My Project File.dia)]]
}}}

I think this is the most important use case for using this plugin - displaying diagrams already in source control.

If this is already supported, I couldn't find it documented...",cwere@…
10859,Error: Macro DiaVisView(net_diagram2.2.dia) failed No such file or directory,defect,0.12,,new,2013-02-07T18:31:56+01:00,2015-04-23T21:11:37+02:00,"Hi.

First of all, congrats for this great pugin
I just installed the plugin, but cannot make it work.

When I try to insert a diagram using this macro:
{{{
{{{
[[DiaVisView(net_diagram.dia)]]
}}}
}}}
Instead of the diagram image I get a Red-box error saying:

{{{
#!html
<div class=""system-message"">
Error: Macro DiaVisView(net_diagram2.2.dia) failed
No such file or directory
</div>
}}}

I also get this log:

{{{
OSError: [Errno 2] No such file or directory: 'TRACPATH/attachments/wiki/Name/net_diagram.png'
2013-02-07 18:13:55,094 Trac[formatter] ERROR: Macro DiaVisView(net_diagram.dia) failed: 
Traceback (most recent call last):
  File ""build/bdist.linux-i686/egg/trac/wiki/formatter.py"", line 717, in _macro_formatter
    return macro.process(args, in_paragraph=True)
  File ""build/bdist.linux-i686/egg/trac/wiki/formatter.py"", line 304, in process
    text = self.processor(text)
  File ""build/bdist.linux-i686/egg/trac/wiki/formatter.py"", line 291, in _macro_processor
    text)
  File ""build/bdist.linux-i686/egg/DiaVisView/DiaVisView.py"", line 173, in expand_macro
    (png_file_size, png_file_time) = os.stat(png_path)[6:8]
OSError: [Errno 2] No such file or directory: 'TRACPATH/attachments/wiki/Name/net_diagram.png'
}}}

I have looked in the attachment path, TRACPATH/attachments/wiki/Name/, but only the dia files are present.

Please see the attached dia files, both with and without compression.

I have installed dia-0.97-2 and python-imaging-1.1.6-12.

Thanks!
",anonymous
