Edgewall Software

Ticket #3581 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Download in plain text

Reported by: mamay Owned by: cboos
Priority: low Milestone: 0.10
Component: wiki system Version: devel
Severity: minor Keywords:
Cc:

Description (last modified by cboos) (diff)

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

Change History

Changed 2 years ago by cmlenz

  • milestone changed from 0.10.1 to 0.10

Changed 2 years ago by cboos

  • keywords 0.10dev removed
  • owner changed from jonas to cboos
  • description modified (diff)

Changed 2 years ago by cboos

  • status changed from new to closed
  • resolution set to fixed

Fixed by r3623.

Add/Change #3581 (Download in plain text)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.