content.install

Version

1.14.2.32 (checked in on 2008/09/04 at 23:01:27 by yched)

Functions

Namesort iconDescription
content_installImplementation of hook_install().
content_update_10Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
content_update_1000
content_update_1001Copy node_type_content table back to core node_type table
content_update_1002Add display_settings column
content_update_1003Rename data tables to avoid collision with core node_* tables
content_update_1004Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
content_update_1005Empty update - Was regenerating views after update_1003. Not needed with Views 1.6 anymore.
content_update_1006Set text db columns to accept NULL values for mysql (see http://drupal.org/node/108094)
content_update_1007Empty update - Was : create the {cache_content} table. This is now executed in content_update_create_cache_table() before any update is run.
content_update_1008CCK 1.5 / Views 1.6 message
content_update_1009Index the 'nid' column on data tables to optimize node deletion. Large tables might deserve a multipass update.
content_update_1010Prepare smooth D6 upgrade : set a variable showing that indexes for 'nid' were already created in content_update_1009, so that content_update_6004 doesn't attempt to recreate them.
content_update_2Add storage for per-field help text.
content_update_3Add information about where data is stored.
content_update_4Add tables for content types to store their data.
content_update_5Move data from per-field storage to per-content-type storage where possible.
content_update_6The cache for nodes has changed to account for revisions correctly.
content_update_7Rename the "content-" prefix to "content_" to aid in form theming.
content_update_8Rename the "node_type" table to avoid a conflict with a later core addition
content_update_create_cache_table