Steffen Hoffmann wrote: > Seems like the old way, that wiki macro worked before Trac-0.11 by using > > WikiMacroBase.render_macro > > doesn't work anymore, and you'll have to use > > WikiMacroBase.expand_macro > > instead.
Thanks Steffen! After I gave up digging in the API porting pages I've found a changeset of osimons [1] and patch it this way. It's available as Trac-hacks ticket [2] now. [1] https://bitbucket.org/osimons/trac-estimationtoolsplugin/diff/estimationtools/burndownchart.py?diff2=ba1a25546115&at=trunk [2] http://trac-hacks.org/ticket/10718 CU, F@lk ---- R&D Software Baumer Optronic GmbH www.baumer.com Gesch?ftsf?hrer: Dr. Albert Schmidt* Dr. Oliver Vietze Sitz der Gesellschaft: Radeberg Amtsgericht Dresden: HRB 15379 Ust. ID: DE 189714583 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
