1.14.2.32 (checked in on 2008/09/04 at 23:01:27 by yched)
| Name | Description |
|---|---|
| content_install | Implementation of hook_install(). |
| content_update_10 | Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332) |
| content_update_1000 | |
| content_update_1001 | Copy node_type_content table back to core node_type table |
| content_update_1002 | Add display_settings column |
| content_update_1003 | Rename data tables to avoid collision with core node_* tables |
| content_update_1004 | Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332) |
| content_update_1005 | Empty update - Was regenerating views after update_1003. Not needed with Views 1.6 anymore. |
| content_update_1006 | Set text db columns to accept NULL values for mysql (see http://drupal.org/node/108094) |
| content_update_1007 | Empty update - Was : create the {cache_content} table. This is now executed in content_update_create_cache_table() before any update is run. |
| content_update_1008 | CCK 1.5 / Views 1.6 message |
| content_update_1009 | Index the 'nid' column on data tables to optimize node deletion. Large tables might deserve a multipass update. |
| content_update_1010 | Prepare 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_2 | Add storage for per-field help text. |
| content_update_3 | Add information about where data is stored. |
| content_update_4 | Add tables for content types to store their data. |
| content_update_5 | Move data from per-field storage to per-content-type storage where possible. |
| content_update_6 | The cache for nodes has changed to account for revisions correctly. |
| content_update_7 | Rename the "content-" prefix to "content_" to aid in form theming. |
| content_update_8 | Rename the "node_type" table to avoid a conflict with a later core addition |
| content_update_create_cache_table |