Modify ↓
#12529 closed enhancement (fixed)
Update for trac 1.0 and configurable output filter
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DiaVisViewPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Attached is a patch that:
- makes this plugin work with Trac 1.0
- allow Dia's output filter to be set in trac.ini. This was primarily meant to utilize png-libart instead of the ugly cairo renderer, but can be used to get SVG output requested in #9651
- supporting options for non-png renders
- some refactoring to split a long method somewhat
- fix the output html element being <p> instead <a>
- move RE compilation out of the macro expansion
- do not check width if not needed
If the patch is too long to be accepted, I will split it to logical parts, but this Works For Me (tm)
Attachments (1)
Change History (8)
Changed 9 years ago by
Attachment: | trac10.diff added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Status: | new → accepted |
Thanks for the patch. I'll try to get it committed soon.
comment:6 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:7 Changed 8 years ago by
Owner: | changed from Ryan J Ollos to jaroslav.benkovsky@… |
---|
Note: See
TracTickets for help on using
tickets.
#9651 closed as a duplicate.