Opened 20 years ago
Closed 20 years ago
#903 closed defect (fixed)
View Differences does not correctly update page with sidebyside
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.8 |
Component: | wiki system | Version: | devel |
Severity: | normal | Keywords: | cgi |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
When toggling from the default "inline" to "sidebyside" on the page history of a wikipage, the page does not correctly update. Instead, it goes back to the normal (non-diffed) view of the page. This in pre0.8 build 1040.
Client Operating System: OS X 10.3.5
Browsers: Safari 1.2.3 FireFox 0.9
Attachments (0)
Change History (4)
comment:1 by , 20 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 20 years ago
Component: | changeset view → wiki |
---|---|
Keywords: | cgi added |
comment:3 by , 20 years ago
For the record, the python CGI API doesn't seem to pass query string parameters on in the FieldStorage instance if the request is a POST. So we basically need to put everything in form variables for POST requests.
Works under ModPython, doesn't under CGI. Sigh.