﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
7206,Compatibility with 0.12b1,defect,0.12,nikolaus,new,2010-06-06T08:36:58+02:00,2010-06-06T14:36:29+02:00,Value Error with respect to the date (most probably since 0.12 uses microsecond resolution in the database),anonymous
6369,InternalError during receiving detailed rss feed,defect,0.12,nikolaus,assigned,2009-12-24T12:08:25+01:00,2011-05-02T21:39:26+02:00,"After clicking to ""Detailed RSS Feed"" on the report page I see this:

{{{
Traceback (most recent call last):
  File ""/usr/lib/python2.6/site-packages/trac/web/api.py"", line 377, in send_error
    'text/html')
  File ""/usr/lib/python2.6/site-packages/trac/web/chrome.py"", line 733, in render_template
    message = req.session.pop('chrome.%s.%d' % (type_, i))
  File ""/usr/lib/python2.6/site-packages/trac/web/api.py"", line 195, in __getattr__
    value = self.callbacks[name](self)
  File ""/usr/lib/python2.6/site-packages/trac/web/main.py"", line 265, in _get_session
    return Session(self.env, req)
  File ""/usr/lib/python2.6/site-packages/trac/web/session.py"", line 159, in __init__
    self.promote_session(sid)
  File ""/usr/lib/python2.6/site-packages/trac/web/session.py"", line 217, in promote_session
    ""WHERE sid=%s OR sid=%s "", (sid, self.req.authname))
  File ""/usr/lib/python2.6/site-packages/trac/db/util.py"", line 64, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File ""/usr/lib/python2.6/site-packages/trac/db/util.py"", line 64, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
InternalError: current transaction is aborted, commands ignored until end of transaction block
}}}

I tested it on 0.11.5 and 0.11.6 versions
",anonymous
