It would great if the node bulk operations (especially delete) used the Drupal 6.x batch API, so you could get a progress indication on the deletion and wouldn't risk the process timing out. This would be especially helpful since VBO allows you to select *all* the nodes in a given view.
Comments
Comment #1
infojunkieIt does. Check the Views settings, Bulk Operations style, gear icon.
Comment #2
EvanDonovan commentedOk, great. I tried it out and it works perfectly. Could this be added to the documentation (README.txt)?
Comment #3
EvanDonovan commentedUpdated title.
Comment #4
infojunkieThe README.txt file points to the module's page on Drupal.org.
Comment #5
EvanDonovan commentedYes, but the module page doesn't say how to use the Batch API. Would it be possible to add that to the FAQ?
Comment #6
infojunkieDone. Thanks.
Comment #7
EvanDonovan commentedThanks so much! This is great.