INTERNAL NODES -------------- By eosrei and mjpa DESCRIPTION ----------- Some content/nodes should never be viewed directly; only visible through something else such as Views, or Panels. Per-content type or per-node, this module denies access to node/[nid] URLs while allowing the content to stay published and otherwise viewable. FUNCTIONALITY ------------- * Creates a permission per content type which when disabled denies node view to the specified role. * Adds an option to content type edit forms for administrators to select the result of a direct node view. * Node view options are Allow, Not Found, Access Denied, and Redirect. * Redirect URL/path can use tokens, an anchors or get variables. * "Denied action setting per-node" in content type settings. Node default is to use content type default. * hook_url_outbound_alter() implementation to rewrite URLs of denied nodes to the redirect URL. * Simpletests for content type settings, node settings, and hook_url_outbound_alter(). * Rules integration - Node view denied to user * intnode-denied class on