Modify

Opened 16 years ago

Closed 16 years ago

Last modified 9 years ago

#3093 closed defect (fixed)

Compatibility issues with Genshi-0.5dev_r852

Reported by: melanor9@… Owned by: Sebastian Marek
Priority: normal Component: PeerReviewPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

After upgrading from Genshi-0.4.4 to Genshi trunk i can see following Traceback (most recent call last):

 File "/usr/lib64/python2.5/site-packages/trac/web/api.py", line 339, in send_error
    'text/html')
  File "/usr/lib64/python2.5/site-packages/trac/web/chrome.py", line 673, in render_template
    data = self.populate_data(req, data)
  File "/usr/lib64/python2.5/site-packages/trac/web/chrome.py", line 581, in populate_data
    d['chrome'].update(req.chrome)
  File "/usr/lib64/python2.5/site-packages/trac/web/api.py", line 168, in __getattr__
    value = self.callbacks[name](self)
  File "/usr/lib64/python2.5/site-packages/trac/web/chrome.py", line 452, in prepare_request
    for category, name, text in contributor.get_navigation_items(req):
  File "build/bdist.linux-x86_64/egg/codereview/peerReviewMain.py", line 36, in get_navigation_items
    self.env.href.peerReviewMain()))
LookupError: unknown encoding: /peerReviewMain

Attachments (0)

Change History (3)

comment:1 Changed 16 years ago by Sebastian Marek

Status: newassigned

the same issue as described in #3118. Updated version of the plugin on its way.

comment:2 Changed 16 years ago by anonymous

Resolution: fixed
Status: assignedclosed

That's now been fixed and committed to the following:

  • trunk
  • 0.11
  • 2.1-toddler

comment:3 Changed 9 years ago by Ryan J Ollos

Description: modified (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Sebastian Marek.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.