Modify ↓
#576 closed enhancement (fixed)
[PATCH] mime renderer support
Reported by: | moo | Owned by: | Peter Kropf |
---|---|---|---|
Priority: | high | Component: | GraphvizPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
render dot files in trac browser
Attachments (1)
Change History (7)
Changed 18 years ago by
Attachment: | graphviz-renderer.patch added |
---|
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
I'm not sure how I can go about testing this patch. Any suggestions?
comment:3 Changed 18 years ago by
comment:4 Changed 18 years ago by
Ok, I've figured out a bit more about the IHTMLPreviewRendered interface. More specifically, that I needed to add mimetypes for graphviz files so that they can be rendered via GraphvizMacro. I'm not certain if this is the best method but it seems to work. I'll check in a changeset in a bit.
comment:5 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 18 years ago by
thanks, and sorry that i didn't visit back the ticket to give u comment. :)
Note: See
TracTickets for help on using
tickets.
you might want to update GraphvizMacro to GraphvizPlugin or so, as it's not just a macro now.