-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 18.12.2012 20:50, Brettschneider Falk wrote:
> I get
> 
> Trac detected an internal error:
> NotImplementedError: pre-0.11 Wiki macro SQLTable by provider <class 
> 'wikitable.table.SQLTable'> no longer supported
> 
> Why doesn't it work with 1.0? I checked the sources of this plugin but there 
> is no version check in it.

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. NotImplementedError just comes from finally removing the old
compat method. It was a depreciation notice before, knowing it i.e. from
older versions of IncludeMacro.


Steffen Hoffmann
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlDQ6VsACgkQ31DJeiZFuHfNmQCfb7HCKvFa55H6WYT79O2uJe0e
xQsAnRxim8IPE6L0Cd8kbur7bpB2Q2hM
=iDRA
-----END PGP SIGNATURE-----

-- 
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.

Reply via email to