> I know how to do it in Python, but not in PHP. Anyway, I think that the only > way is to write directly in the database.
Nope, there is the XMLRPC plugin which should always be preferred over hacking into the database directly. Be careful when accessing the DB bypassing a Trac API: this is very error prone, especially for character encoding issues: you may end up setting invalid characters into the DB, which can become a true nightmare to debug and fix. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
