Modify ↓
#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)
Change History (6)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
I'd rather keep the POST and change the request processing logic.
by , 20 years ago
| Attachment: | trac-1616-fix-r1767.patch added |
|---|
Note:
See TracTickets
for help on using tickets.



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