node.install

Version 1.45 (checked in on 2010/03/01 at 07:39:12 by dries)

Install, update and uninstall functions for the node module.

Functions

NameDescription
node_installImplements hook_install().
node_schemaImplements hook_schema().
node_update_7000Fix node type 'module' attribute to avoid name-space conflicts.
node_update_7001Rename {node_revisions} table to {node_revision}.
node_update_7002Extend the node_promote_status index to include all fields required for the node page query.
node_update_7003Remove the node_counter if the statistics module is uninstalled.
node_update_7004Extend the existing default preview and teaser settings to all node types.
node_update_7005Add status/comment/promote and sticky columns to the {node_revision} table.
node_update_7006Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table.
node_update_7007Remove column min_word_count.
node_update_7008Split the 'administer nodes' permission from 'access content overview'.
node_update_7009Convert node languages from the empty string to LANGUAGE_NONE.
node_update_dependenciesImplements hook_update_dependencies().