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

           Summary: RevisionDelete: No recreate-warning after a page has
                    been suppress-deleted
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Page editing
        AssignedTo: [email protected]
        ReportedBy: [email protected]


If an oversight user deletes an article while another user is editing it, the
other user gets no warning on saving the page.
Before an article is saved, EditPage::wasDeletedSinceLastEdit() is checked (if
it returns true, a warning is given). wasDeletedSinceLastEdit() calls
Title::isDeleted() (since r47750 it's isDeletedQuick()) which seems to fail to
return true if the page was deleted with suppress (both methods have this
problem).
Since there are probably other parts of MediaWiki as well, who call isDeleted
and isDeletedQuick, those functions should be made compatible with
RevisionDelete.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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