Wiki diff tool not working
Open in chat • 3 posts (analysis)
• Page 1 of 1
The wiki diff tool is not working and only showing things from the main page or something.
this image is supposed to be the diff between my two last edits on the book keeping pages of the unified republic of darya.

this image is supposed to be the diff between my two last edits on the book keeping pages of the unified republic of darya.

Thanks for the report. I have located the problem, and will attempt to fix it today.
(For tech savvy people: It is a problem with the wiki command dropdown. The dropdown executes a post request, which sets the url to http://fwurg.xs4all.nl/dokuwiki/doku.php, instead of the required http://fwurg.xs4all.nl/dokuwiki/ic:unified_republic_of_darya_bookkeeping&do=revisions. I think it has something to do with the custom template, as the normal template has actual buttons for such things.)
(For tech savvy people: It is a problem with the wiki command dropdown. The dropdown executes a post request, which sets the url to http://fwurg.xs4all.nl/dokuwiki/doku.php, instead of the required http://fwurg.xs4all.nl/dokuwiki/ic:unified_republic_of_darya_bookkeeping&do=revisions. I think it has something to do with the custom template, as the normal template has actual buttons for such things.)
I removed the cause of the bug. The wiki now totes buttons instead of a dropdown.
(For techies: this is due to the method="post" of the dropdown form. This led the browser to the wrong URL for later requests in the diff form (which uses a method="get" and action=""; so the doku.php URL would not have worken there, ever.))
(For techies: this is due to the method="post" of the dropdown form. This led the browser to the wrong URL for later requests in the diff form (which uses a method="get" and action=""; so the doku.php URL would not have worken there, ever.))
3 posts (analysis)
• Page 1 of 1
