[OGDev] Spam remover tool

Nick Burch openguides at gagravarr.org
Thu Jul 6 11:23:37 BST 2006


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



More information about the OpenGuides-Dev mailing list