id summary reporter owner description type status priority component severity resolution keywords cc release 3734 diff for making flashviewplugin work in 0.11 enno.rehling@… yuanying "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 }}}" enhancement closed normal FlashViewPlugin normal wontfix 0.11