dokuwiki-plugin-move
dokuwiki-plugin-move copied to clipboard
Move plugin doesn't care about the edit lock from other users.
In our DokuWiki installation, we tested what happens if the move plugin has to change pages that are currently edited by other users.
We noticed that if the page currently edited by another user contains a link that needs to be changed because of a move, the link gets changed regardless of the user editing the page. If this user saves his draft that still has the old link in it the page breaks.
Same thing happens if you move a page that is currently edited by someone else. When this user saves his work later, he creates an orphaned page, because all backlinks were changed to the new destination by the move plugin.