1.15.2.2 (checked in on 2008/03/30 at 20:42:13 by agentken)
Editorial overview module.
Provides batch node editing for users with 'edit domain nodes' permission but without the 'administer nodes' permission.
@ingroup domain_content
| Name | Description |
|---|---|
| domain_content_admin | Content admin page callback. |
| domain_content_check | Access checking routine for the menu and node access checks. |
| domain_content_domainupdate | Implements hook_domainupdate() |
| domain_content_form | Rewrites node_admin_nodes() to use db_rewrite_sql(). |
| domain_content_menu | Implements hook_menu() |
| domain_content_node_operations | Implements hook_node_operations() |
| domain_content_node_operations_access | Callback for domain_content_node_operations(). |
| domain_content_page | The domain content page of menu callbacks. |
| domain_content_update_nodes | FormAPI function that lets us update access rules. |
| domain_content_view | Content administration for a specific domain. This callback puts the user on the current domain and then fetches the appropirate content for batch editing. |
| theme_domain_content_admin_nodes | Replaces the default theme function for the node administration form. |