Modify

Opened 16 years ago

Closed 7 years ago

#3734 closed enhancement (wontfix)

diff for making flashviewplugin work in 0.11

Reported by: enno.rehling@… Owned by: yuanying
Priority: normal Component: FlashViewPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Michael Renzmann)

The following diff makes the plugin work in 0.11:

8a9
> from trac.wiki.macros import WikiMacroBase
50c51
< class FlashViewMacro(Component):
---
> class FlashViewMacro(WikiMacroBase):
62c63,64
<     def render_macro(self, req, name, content):
---
>     def expand_macro(self, formatter, name, args):
>         #was:  render_macro(self, req, name, content):
66c68
<         args = content.split(',')
---
>         req = formatter.req

Attachments (1)

flashviewplugin.diff (397 bytes) - added by enno.rheling@… 16 years ago.
Better to put the diff in a file :-)

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by enno.rheling@…

Attachment: flashviewplugin.diff added

Better to put the diff in a file :-)

comment:1 Changed 15 years ago by anonymous

The file cannot be downloaded. Can you attach the file again?

comment:2 Changed 15 years ago by Michael Renzmann

Description: modified (diff)

comment:3 Changed 7 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

Plugin is deprecated. Flash is being deprecated in all major browsers.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain yuanying.
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.