On 02-05-10 01:21, MrJbQ7 wrote:
I recently open-sourced a statistics plugin that displays detailed
statistics about source code, wiki pages, and tickets.

For more information (and screenshots showing a recent copy of the
main Trac repository), see:

   http://trac-hacks.org/wiki/TracStatsPlugin

I just tested the plugin on two projects:
 * email2trac (sqlite)
* internal project (postgress) and svn is protected by user/password. Can the plugin handle this:
{{{

Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/api.py", line 377, in send_error
    'text/html')
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/chrome.py", line 726, in render_template
    req.session.pop('chrome.%s.%d' % (type_, i)))
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/api.py", line 195, in __getattr__
    value = self.callbacks[name](self)
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/main.py", line 264, in _get_session
    return Session(self.env, req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/session.py", line 157, in __init__
    self.get_session(req.authname, authenticated=True)
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/session.py", line 173, in get_session
    super(Session, self).get_session(sid, authenticated)
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/web/session.py", line 56, in get_session
    (sid, int(authenticated)))
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/db/util.py", line 59, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib/python2.5/site-packages/Trac-0.11.5-py2.5.egg/trac/db/util.py", line 59, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
InternalError: current transaction is aborted, commands ignored until end of transaction block
}}}


--
********************************************************************
*  Bas van der Vlies                    e-mail: [email protected]       *
*  SARA - Academic Computing Services   Amsterdam, The Netherlands *
********************************************************************

--
You received this message because you are subscribed to the Google Groups "Trac 
Development" 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-dev?hl=en.

Reply via email to