comment.install
Version 1.52 (checked in on 2009/11/12 at 06:46:44 by dries)
Install, update and uninstall functions for the comment module.
Functions
| Name | Description |
|---|---|
| comment_enable | Implement hook_enable(). |
| comment_schema | Implement hook_schema(). |
| comment_uninstall | Implement 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_7003 | Improve indexes on the comment table. |
| 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 {comment}.created and {comment}.changed. |
| 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. |
