I think you are misunderstanding things. The implementation that Trac uses for templating its web pages is unrelated to the data stored in it. You can take your database that is used for 0.10 (where Trac used Clearsilver) and use it in 0.11 (where Trac uses Genshi), given that you upgrade the database if you were using a version earlier than 0.10.4. The fact that Trac migrated from Clearsilver to Genshi doesn't have anything to do with tickets or data stored in the Trac environment.
Jason -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ved prakash sonkar Wat If I have some tickets stored in trac can I import it on to Genshi ? -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Noah Kantrowitz The templating system is unrelated to how the ticket system operates internally. That will be a pretty massive modification to the ticket system, so I wouldn't recommend trying it as your first change. bewst is working on something similar for the query system I think, so that might be something to look at. --Noah --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
