id summary reporter owner description type status priority component severity resolution keywords cc release 7038 [Patch] Add Trac 0.12 compatible version anonymous Prentice Wongvibulsin "I tried setting this up in our development environment but ran into some issues. To run this plugin on MySQL I first needed to make the changes mentioned in http://trac-hacks.org/ticket/5568 I then had more problems that I think are due to 0.12 changes. First with {{{ RuntimeError: No Content-Length header set }}} so I changed {{{ req.write(jsdstr) }}} to {{{ req.send(jsdstr.encode('utf-8')) }}} Stats were now returned but they were all 0. I noticed the sql generated looked for dates in seconds while the table used microseconds. I changed all the {{{ to_timestamp }}} to {{{ to_utimestamp }}} That was enough to get it working. [http://www.moxy.com.au/]" defect closed normal TracTicketStatsPlugin major fixed 0.12