I was going through the db and was just wondering why this module registers every node that is created or edited? Shouldn't it simply record only the nodes that are marked as shared? Just seems like overkill to register every node.

Neat module though. Thanks

Comments

jgraham’s picture

Status: Active » Closed (won't fix)

This module only registers node types that are set via the admin configuration not all nodes.

This registers all nodes matching the type because depending on the setting of "If checked new nodes will default to private." then we either need to set a blanket view or a blanket "no permission" to the node. This blanket grant (or deny) needs to be present for those users that have not been explicitly added as "viewers" or "editors."