Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#1611 closed defect (fixed)

options in wikipage diff view dont work

Reported by: vittorio Owned by: Christopher Lenz
Priority: normal Milestone: 0.9
Component: wiki system Version: devel
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

in wikipage diff view (wikipage→page history→diff) changing any option (view differences inline/side by side, ignore blank lines …) breaks the diff output. (produces strange output, no diff anymore)

using trunk r1739, python 2.3, mod_python

Attachments (2)

trac-1611-fix-r1756.patch (647 bytes ) - added by Rede 19 years ago.
Fixed wiki.cs form method
trac-1616-fix-r1767.patch (560 bytes ) - added by Rede <redetin@…> 19 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Rede, 19 years ago

Problem was that wiki-processor was expecting method="get" but wiki.cs is using method="post".

Changed wiki.cs to have proper method.

by Rede, 19 years ago

Attachment: trac-1611-fix-r1756.patch added

Fixed wiki.cs form method

comment:2 by Christopher Lenz, 19 years ago

Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

I'd rather keep the POST and change the request processing logic.

comment:3 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1768].

comment:4 by Rede, 19 years ago

Alternative patch to handle post-request insteading get-request

by Rede <redetin@…>, 19 years ago

Attachment: trac-1616-fix-r1767.patch added

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz 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.