-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Jan 15, 2007, at 3:05 PM, Emmanuel Blot wrote:
Hi, As it seems that 0.11 starts to be stable enough, I'm planning to move my servers from 0.10 to 0.11. I just gave a try tonight, and I've bumped into the following issues: 1. I don't know how to keep using our own site CSS files (not documented yet on TracInterfaceCustomization, but I'm afraid I have not read all the TracDev/ pages, maybe the solution is already documented). It seems that templates/site.html may help, but as it is rendered before the <head> tag, I'm not sure how to use it.
The SysCss plugin may be a bit easier to use than the site.html file.
2. TracXML RPC does not seem work: it seems to trigger an invalid importation in setuptools: import posixpath as path ImportError: No module named posixpath It has already been reported as http://trac.edgewall.org/ticket/4280, but I'm not sure whether it is a setuptool error, a TracXML RPC error, or an issue with Debian 3. Not a problem yet: it seems that the "old" way to write macro will be deprecated: what is the recommended way to write macro for 0.11?
As a plugin, you can just extend WikiMacroBase. You can also use a single .py file in the plugins/ folder if you want something easier than a full setuptools plugin.
4. My own plugin (RevtreePlugin, which uses ClearSilver) seems to confuse Genshi, but I guess I'm the one to blame here ;-)
- --Noah -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFFrB6uA9fEp2eRsU8RAiDnAJsGZPyN8DbdAyfaJ4B9q9tTGocsPQCg4xyk uRil4DxlMF9LmbHFuTgZEwI= =fO9y -----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 -~----------~----~----~----~------~----~------~--~---
