Changes between Initial Version and Version 2 of Ticket #9990


Ignore:
Timestamp:
May 9, 2012, 7:37:34 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9990

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #9990 – Description

    initial v2  
    11Pressing tab in trac-admin causes this warning generated by clientsplugin:
    22
     3{{{
    34Trac [/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
    45
    56Completion error: AttributeError: 'WorklogAdminPanel' object has no attribute 'get_admin_commands'
    6 
     7}}}
    78
    89I 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).
    910
    10 See http://trac.edgewall.org/ticket/7458
     11See t:#7458
    1112
    1213Thanks 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.