philomena-dev / philomena

Next-generation imageboard
GNU Affero General Public License v3.0
84 stars 29 forks source link

UI to revert tag changes one-by-one #202

Closed Meow closed 6 months ago

Meow commented 6 months ago

Adds UI to something I've been forced to do from console many times - to undo tag changes with batch size of 1 (so, going over each one of them individually), because batch size 100 is prone to fail under certain conditions (which occur frequently in practice), such as users fixing the tags before the mass reverter executes, or if the tag vandal changes them up again afterwards. Appropriate warning included to make sure people are aware that this is FUCKING SLOW.