Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#3581 closed defect (fixed)

Download in plain text

Reported by: mamay Owned by: Christian Boos
Priority: low Milestone: 0.10
Component: wiki system Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Version 0.10dev

Whenever a user goes to a link which points to an empty/new wiki page and clicks on the download in other formats (plain text) link to get the page in plain text the following error occurs:

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 335, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 220, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.3/site-packages/trac/wiki/web_ui.py", line 133, in process_request
    page.text, format, page.name)
  File "/usr/lib/python2.3/site-packages/trac/mimeview/api.py", line 550, in send_converted
    content, selector)
ValueError: unpack tuple of wrong size

Attachments (0)

Change History (3)

comment:1 by Christopher Lenz, 18 years ago

Milestone: 0.10.10.10

comment:2 by Christian Boos, 18 years ago

Description: modified (diff)
Keywords: 0.10dev removed
Owner: changed from Jonas Borgström to Christian Boos

comment:3 by Christian Boos, 18 years ago

Resolution: fixed
Status: newclosed

Fixed by r3623.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.