Deleting a Wiki Page brings you directly back to the wikimaster view with no confirmation prompt before deleting the page. There is also no indication as to whether or not the entry was deleted because the wiki page remains in the Recent History List.
Clicking on the Wiki Page link in the Recent History list will bring you to the WebGUI default page.
Looked at this but ran out of time to fix today. The delete method in Wiki page needs to do a JS confirmation before the delete... a one line fix.
The rest is perfectly fine. Colin is right this is related to the recent history. That piece of this bug is a little more difficult. The problem is when the page is deleted, the change creates an entry in recent history. The link however doesn't work when you click on it because the page has been deleted. We need a way to handle this case:
a) Deleted pages have the phrase (Deleted) appended to the title in Recent History.
b) Clicking on the link allows a Wiki Admin to view the page again so it can be restored. For non admins, the link should be text instead (no link).
Maybe there's a better way to do it or maybe this way won't work at all. I need to look at the code and see if this case was considered and just isn't working or if this case wasn't considered at all. Just thinking out loud....