#72: Node renaming tool ---------------------------------------+------------------------------------ Reporter: earle | Owner: dom Type: enhancement | Status: new Priority: normal | Component: openguides Version: | Severity: normal Keywords: utilities, database, admin | ---------------------------------------+------------------------------------ There should be a tool for admins to rename nodes. As I see it the steps of doing so are: {{{ #!html <ol> <li>Pick node, new node name.</li> <li>Get error if new name exists. Otherwise, confirm rename yes/no.</li> <li>All node data, metadata gets copied with new name.</li> <li>For each node in the metadata shown as linking to the old node, copy the content, replace the old name with new in the content and save it.</li> <li>Replace occurrences of old name with new in link metadata just mentioned.</li> <li>Delete all node data for old node.</li> <li>Display confirmation.</li> </ol> }}}