https://bugzilla.wikimedia.org/show_bug.cgi?id=69047

--- Comment #3 from Nathan Larson <[email protected]> ---
(In reply to Abd ulRahman Lomax from comment #2)
> The difficult-to-undo damage occurs when the deleted revisions are restored
> and thus merged, though the same effect arises when revisions are deleted
> (that is, revisions become merged in the history of deleted revisions). This
> is one of a class of problems where a single command actually performs many
> actions that are not reversible with a single command, an "undo." Page moves
> including subpages can show a similar issue, I found to my regret when I
> once moved a page and included subpages without checking, and there were
> hundreds of them and then the move turned out to be a Bad Idea.

It's not so much when the pages are deleted that the problem arises, as when
they're undeleted. When they're deleted, the revisions get moved from the
revision table to the archive table, where it's possible to tell which pages
they came from by the [[mw:Manual:Archive table#ar_page_id]]. When they're
undeleted, they get moved back to the revision table, and they all end up with
the same [[mw:Manual:Revision table#rev_page]] if they're being undeleted to
the same page title.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to