|
|
| *Warn anons & new users when they try to blank a page that wasn't already nearly-empty before. | | *Warn anons & new users when they try to blank a page that wasn't already nearly-empty before. |
| *Exempt the sandbox | | *Exempt the sandbox |
| *Changed order of operations - probably cheaper | | *Changed order of operations - probably cheaper |
| *Except if the user is the only contributor to the page, to allow the (frequent) blanking of offtopic pages and the like, e.g. http://meta.wikimedia.org/wiki/Special:AbuseFilter/examine/log/4960 | | *Except if the user is the only contributor to the page, to allow the (frequent) blanking of offtopic pages and the like, e.g. http://meta.wikimedia.org/wiki/Special:AbuseFilter/examine/log/4960 |
| * Allow user to blank 'their' user/talk page | | * Allow user to blank 'their' user/talk page |
| * Fix ^ http://meta.wikimedia.org/wiki/Special:AbuseFilter/examine/log/39035 | | * Fix ^ http://meta.wikimedia.org/wiki/Special:AbuseFilter/examine/log/39035 |
| * Fix that for real this time. | | * Fix that for real this time. |
| * check for user_name in article_text instead of == to allow for subpage blanking as well - Glaisher 22-July-2015 | | * check for user_name in article_text instead of == to allow for subpage blanking as well - Glaisher 22-July-2015 |
| * Move action=='edit' to the bottom, since it's most likely to evaluate true; rm the inefficient !(article_recent_contributors=='') clause, which is already accounted for with old_size>100, and finally remove "article_articleid=40235" which as far as I can tell does not exist ~MA | | * Move action=='edit' to the bottom, since it's most likely to evaluate true; rm the inefficient !(article_recent_contributors=='') clause, which is already accounted for with old_size>100, and finally remove "article_articleid=40235" which as far as I can tell does not exist ~MA |
| * use autoconfirmed in user_rights rather than confirmed in user_groups --MU | | * use autoconfirmed in user_rights rather than confirmed in user_groups --MU |
| | * Copied from Meta-Wiki. --Hulged |