https://bugzilla.wikimedia.org/show_bug.cgi?id=7996
--- Comment #6 from Jesús Martínez Novo (Ciencia Al Poder) <[email protected]> --- Reposting here my ideas from Bug 44410 (dupe of this): The current undelete page can cause problems on pages with lots (thousands) of deleted revisions. For example, deleting for merging histories, "accidentaly" delete a page, hide a specific revision, etc: * If you attempt to load the Special:Undelete for that page, you may get a timeout, an OOM, or your browser crash/eat all your memory. * If it ever loads and you want to select lots of individual revisions to restore, you may hit the max_input_vars limit [1] (see bug 43911) and the selection won't be applied. Pagination should probably be like page history. Of course, pagination would be tricky for doing partial restoring, since on pagination you will lost the previous marked checkboxes. But at least the undelete page would load on pages with huge number of deleted revisions, and one could select revisions to restore in smaller batches. ---- [1] http://www.php.net/manual/info.configuration.php#ini.max-input-vars -- 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
