Page MenuHomePhabricator

RollbackEdits.php as a special page (special page to revert all recent edits of a user)
Open, Needs TriagePublicFeature

Description

Feature summary (what you would like to be able to do and where):
A special page to create a batch job which does the similar thing to RollbackEdits.php .

Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
A spam user can make massive edits. If other technics (rate limit, AbuseFilter, etc.) failed to prevent it, there is no direct way to revert all the edits, so that admin should use a 3rd party script or write a new one.

Benefits (why should this be implemented?):
The maintenance script is useful, but it is hard to run it for a non-technical administrator.
3rd party scripts are also hard to set up for non-technicals.