That's right, of course. But in our case, we don't use email notifications, and 
the change history takes into accout the changes I do in the database. (I don't 
know how, but it does). I've made a program that creates tickets in Trac by 
modifying its database and I've encountered no problem yet.
Could you tell me witch other things have to be taken care of, except from the 
change history and the notifications?

-----Message d'origine-----
De : [email protected] [mailto:[EMAIL PROTECTED] De la part de Jani 
Tiainen
Envoyé : vendredi 11 juillet 2008 11:44
À : [email protected]
Objet : [Trac] Re: add ticket with php page


Eleonore DUVELLE kirjoitti:
> 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. This page might be of some help: 
> http://trac.edgewall.org/wiki/TracDev/DatabaseSchema
> Maybe if you described more what you want I could give you some more info. Do 
> you want to create tickets directly or export them from another soft?
> 

I would ever access Trac database directly. (Exception to plugin that 
creates own tables). There is lot of under hood logic that will get 
bypassed if you access database directly. For example taking care of 
change history, notifications etc.

-- 
Jani Tiainen





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