Ticket #903 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
View Differences does not correctly update page with sidebyside
| Reported by: | trac_justin@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | cgi |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description (last modified by cmlenz) (diff)
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
Change History
comment:1 Changed 8 years ago by cmlenz
- Description modified (diff)
- Owner changed from jonas to cmlenz
- Status changed from new to assigned
comment:2 Changed 8 years ago by cmlenz
- Component changed from changeset view to wiki
- Keywords cgi added
comment:3 Changed 8 years ago by cmlenz
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.
comment:4 Changed 8 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [1041].



Works under ModPython, doesn't under CGI. Sigh.