edwardspec / mediawiki-moderation

Extension:Moderation is a powerful anti-spam extension for MediaWiki CMS. It protects small/medium wikis against vandalism by sending all edits/uploads from new users to moderation.
https://mediawiki.org/wiki/Extension:Moderation
GNU General Public License v3.0
30 stars 22 forks source link

is there a way to mark everything in the moderation queue as rejected? #43

Closed tansaku closed 5 years ago

tansaku commented 5 years ago

We've got a backlog of 1500 submissions in the moderation queue and I'd a love an easy way to reject them all - thanks

edwardspec commented 5 years ago

The following SQL query should do the trick: UPDATE moderation SET mod_rejected=1;