Hi All,
After porting from Trac 0.12 to Trac 1.6. I am facing issue with Wiki
Tables.
Currently using latest plugin from
https://trac-hacks.org/wiki/WikiTableMacro
The pages where tables were coming in Trac 0.12 for which SQL coding was
used, in Trac 1.6 tables are not ported.
Example code, I have given below.
{{{#!SQLTable
SELECT '<a href="http://cgi-bin/report/1051">'||COUNT(id)||'</a>' AS "User
Version"
FROM ticket
}}}
Previously in Trac 0.12, this code was giving a table with the count, now
in Trac 1.6 it is not giving any output.
Currently we have around 100 wiki pages with similar codes.
Kindly suggest.
Regards,
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/trac-users/a2bfceb3-594a-4b7f-af1a-394c7108456dn%40googlegroups.com.