Changes between Initial Version and Version 1 of Ticket #11262


Ignore:
Timestamp:
Aug 7, 2013, 4:12:54 PM (11 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11262 – Description

    initial v1  
     1{{{
    12python setup.py bdist_egg
    23cp dist/TracIniAdminPanel-1.0.1-py2.6.egg <trac>/plugins
     
    45ll
    56-rw-r--r-- 1 wwwrun www 30749 Aug  7 15:53 TracIniAdminPanel-1.0.1-py2.6.egg
    6 
     7}}}
    78trac crashes afterwards with:
    89
    9 
    1010Traceback (most recent call last):
     11{{{
    1112  File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 514, in send_error
    1213    data, 'text/html')
     
    3233    timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
    3334KeyError: 'inieditorpanel/locale'
     35}}}