Feature Proposal: Web specific WIKIWEBMASTER
Motivation
On a large TWiki site, each web may need to be as be self-service as possible to reduce the support burden of TWiki Administrators. To that end, the access denied message and other error message needs to be able to show the web owner's email address instead of TWiki Administrator's.
For that, WIKIWEBMASTER and WIKIWEBMASTERNAME should be able to be made web specific.
Description and Documentation
A user mapping handler may have
wikiWebMaster($web, $topic) and
wikiWebMasterName($web, $topic) instance methods.
TWiki::WIKIWEBMASTER() and
TWiki::WIKIWEBMASTERNAME() call those methods if exist.
Examples
Impact
Implementation
--
Contributors: HideyoImazu - 2012-11-12
Discussion
Looks OK. This looks safe and obscure enough, e.g. does not impact a default installation.
--
PeterThoeny - 2012-11-14