On Thu, 6 Jul 2006, Dominic Hargreaves wrote:
It *is* a hack and certainly not the recommended way to implement moderation - that comes later with Wiki::Toolkit's proper moderation support, when we get round to it :)
In case people don't know, with Wiki::Toolkit, it's possible to flag individual pages as requiring moderation (optionally also all new pages). These enter the versions list (content/metadata), but don't update the current version (nodes), until someone moderates them.
What we need for openguides to use it is: * an admin interface to let you toggle moderation on and off for nodes (Wiki::Toolit->set_node_moderation) * an admin interface to let you moderate entries (Wiki::Toolkit->moderate_node) * optionally also a config flag to allow you to select if new entries automatically get their "required moderation" flag set (optional 5th parameter to Wiki::Toolkit->write_node)
Nick