https://bugzilla.wikimedia.org/show_bug.cgi?id=20186
--- Comment #5 from Church of emacs <[email protected]> 2009-10-26 18:52:21 UTC --- Done for page history in r58153. Note that there are two restrictions: * No big pages. We check for isBigDeletion, which checks for $wgDeleteRevisionsLimit (5000 on WMF wikis). On larger histories, it takes a lot of time to examine all revisions for rev_deleted. * Only to users with 'deleterevision' right. We are paranoid (requesting this operation on a page with 4999 revisions might be a starting point for a DDoS), plus only users with 'deleterevision' right can actually check the content of the deleted revisions. Leaving as non-resolved, because contribution filtering still has to be implemented. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
