comment.install

Version 1.62 (checked in on 2010/03/07 at 23:27:14 by dries)

Install, update and uninstall functions for the comment module.

Functions

NameDescription
comment_enableImplements hook_enable().
comment_schemaImplements hook_schema().
comment_uninstallImplements hook_uninstall().
comment_update_7000Remove comment settings for page ordering.
comment_update_7001Change comment status from published being 0 to being 1
comment_update_7002Rename {comments} table to {comment}.
comment_update_7004Rename comment display setting variables.
comment_update_7005Create comment Field API bundles.
comment_update_7006Create user related indexes.
comment_update_7007Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}.
comment_update_7008Add language column to the {comment} table.
comment_update_7009Update preview setting variable to use new constants
comment_update_7010Add {node_comment_statistics}.cid column.
comment_update_7011Add an index to node_comment_statistics on comment_count.
comment_update_7012Create the comment_body field.
comment_update_7013Migrate data from the comment field to field storage.
comment_update_dependenciesImplements hook_update_dependencies().