Wiki diff tool not working

Post any bugs, problems or feature requests here.
RemcoSwenker
RemcoSwenker
Brend
Brend

Wiki diff tool not working

Post RemcoSwenker » Sun Sep 23, 2012 11:37 pm
User avatar
RemcoSwenker
 
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.
Image
Post Brend » Mon Sep 24, 2012 5:44 am
User avatar
Brend
 
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.)
Post Brend » Mon Sep 24, 2012 1:46 pm
User avatar
Brend
 
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.))

Return to Technical

cron