[ewiki] edit_save hooks

Can we define that an edit_save plugin must:

1.  Behave in a safe manner when called without its $_REQUEST variables
being set.
2.  Behave in a default manner when called with version 1 set in $data and
no $_REQUEST variables.

I need some way to have my rights system set default rights for stub pages
in threads and iterating across the edit_save plugins seems like a suitable
way to do it without making the threads plugin truly aware of the perms
plugin.

Andy

Other related posts: