Motivation
I'm writing a plugin which needs to take action a) before and after web creation; and b) after web rename.
Description and Documentation
Given beforeSaveHandler, afterSaveHandler, afterRenameHandler, etc. are dispatched from TWiki::Store, beforeCreateWebHandler and afterCreateWebHandler are supposed to be dispatched from TWiki::Store too. More specifically from TWiki::Store::createWeb().
There is no need for afterRenameWebHandler because a web rename triggers afterRenameHandler.
Examples
Impact
Implementation
--
Contributors:
Hideyo Imazu - 2020-10-09
Discussion
Sounds like a sensible enhancement to me.
--
Peter Thoeny - 2020-10-09