Changes between Initial Version and Version 2 of Ticket #9990
- Timestamp:
- May 9, 2012, 7:37:34 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9990
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #9990 – Description
initial v2 1 1 Pressing tab in trac-admin causes this warning generated by clientsplugin: 2 2 3 {{{ 3 4 Trac [/var/projects/frontend]> /usr/local/lib/python2.6/dist-packages/clients-0.4-py2.6.egg/clients/events.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead 4 5 5 6 Completion error: AttributeError: 'WorklogAdminPanel' object has no attribute 'get_admin_commands' 6 7 }}} 7 8 8 9 I guess it's time to go to hashlib instead :) There info about some patch supposedly done on trac core on a prolem like this a few years back. The first time I've seen it pop up though (other trac/worklog combo's seem to be silent about it). 9 10 10 See http://trac.edgewall.org/ticket/745811 See t:#7458 11 12 12 13 Thanks for whatever effort you put in this, I've seen it's been a long time that any updates on this plugins came in, I sure like it. I've been looking for that start/stop logic forever.