On Dec 19, 1:19 am, jy <[email protected]> wrote: > Just upgraded to trac 12.1, the last issue we're having is that > notification emails still contain all the genshi directives... not > sure what I'm missing and searches aren't yielding anyone else with > similar issues... > > Email notifications were working fine before the upgrade (0.11) and we > haven't changed any of the values in the ini for notification. > > any one familiar with this issue? any hints? > > thanks in advance, > James
I suspect you have made a copy of the 0.11 template into project or shared templates (to override), and 0.11 text templates used old-style genshi syntax while 0.12 uses the new. The new-style renderer will likely just ignore all the old-style directives - hence explain why you see them as-is. :::simon -- 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.
