Version 1.62 (checked in on 2010/03/07 at 23:27:14 by dries)
Install, update and uninstall functions for the comment module.
| Name | Description |
|---|---|
| comment_enable | Implements hook_enable(). |
| comment_schema | Implements hook_schema(). |
| comment_uninstall | Implements hook_uninstall(). |
| comment_update_7000 | Remove comment settings for page ordering. |
| comment_update_7001 | Change comment status from published being 0 to being 1 |
| comment_update_7002 | Rename {comments} table to {comment}. |
| comment_update_7004 | Rename comment display setting variables. |
| comment_update_7005 | Create comment Field API bundles. |
| comment_update_7006 | Create user related indexes. |
| comment_update_7007 | Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}. |
| comment_update_7008 | Add language column to the {comment} table. |
| comment_update_7009 | Update preview setting variable to use new constants |
| comment_update_7010 | Add {node_comment_statistics}.cid column. |
| comment_update_7011 | Add an index to node_comment_statistics on comment_count. |
| comment_update_7012 | Create the comment_body field. |
| comment_update_7013 | Migrate data from the comment field to field storage. |
| comment_update_dependencies | Implements hook_update_dependencies(). |