Pending actions for this page?

Permalink 1 user found helpful
This is probably documented somewhere, but I'm having trouble finding it... When I view the versions of a page, e.g. through the dashboard, and scroll to the bottom, there's a message "Pending Actions: There are no pending actions for this page." Can someone tell me what that means?

I was thinking it might have something to do with scheduling the release of a page (which I also don't understand). I have advanced permissions turned on in site/config.php and tried going into a page and playing with the "Timed Release Settings" I set a start date/time and an end date/time in the near future, but didn't see any effect. Can anyone point me to some documentation on this?

agedman
 
agedman replied on at Permalink Reply
agedman
After looking around in page.php, I'm pretty sure that "Pending Actions" is referring specifically to page move, copy and delete operations that have been started but not completed. I assume these functions require multiple database operations so this is a way of basically wrapping them in a transaction to avoid conflicts. I think it has nothing to do with scheduling release of a page.