Update functions from 6.x to 7.x.

File

modules/system/system.install, line 1866
Install, update and uninstall functions for the system module.

Functions

Namesort descending Location Description
aggregator_update_7000 modules/aggregator/aggregator.install Add hash column to aggregator_feed table.
aggregator_update_7001 modules/aggregator/aggregator.install Add aggregator teaser length to settings from old global default teaser length
aggregator_update_7002 modules/aggregator/aggregator.install Add queued timestamp.
block_update_7000 modules/block/block.install Set system.weight to a low value for block module.
block_update_7002 modules/block/block.install Rename {blocks} table to {block}, {blocks_roles} to {block_role} and {boxes} to {block_custom}.
block_update_7003 modules/block/block.install Change the weight column to normal int.
block_update_7004 modules/block/block.install Add new blocks to new regions, migrate custom variables to blocks.
block_update_7005 modules/block/block.install Update the {block_custom}.format column.
block_update_7006 modules/block/block.install Recreates cache_block table.
block_update_7007 modules/block/block.install Change {block_custom}.format into varchar.
comment_update_7000 modules/comment/comment.install Rename comment display setting variables.
comment_update_7001 modules/comment/comment.install Change comment status from published being 0 to being 1
comment_update_7002 modules/comment/comment.install Rename {comments} table to {comment} and upgrade it.
comment_update_7003 modules/comment/comment.install Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}.
comment_update_7004 modules/comment/comment.install Upgrade the {node_comment_statistics} table.
comment_update_7005 modules/comment/comment.install Create the comment_body field.
comment_update_7006 modules/comment/comment.install Migrate data from the comment field to field storage.
contact_update_7000 modules/contact/contact.install Rename the threshold limit variable.
contact_update_7001 modules/contact/contact.install Rename the administer contact forms permission.
contact_update_7002 modules/contact/contact.install Enable the 'access user contact forms' for registered users by default.
contact_update_7003 modules/contact/contact.install Change the weight column to normal int.
dblog_update_7001 modules/dblog/dblog.install Update the {watchdog} table.
field_sql_storage_update_7000 modules/field/modules/field_sql_storage/field_sql_storage.install Field SQL storage update version placeholder.
field_sql_storage_update_7001 modules/field/modules/field_sql_storage/field_sql_storage.install Remove the field_config_entity_type table and store 'entity_type' strings.
field_sql_storage_update_7002 modules/field/modules/field_sql_storage/field_sql_storage.install Fix primary keys in field revision data tables.
field_update_7000 modules/field/field.install Field update version placeholder.
field_update_7001 modules/field/field.install Fix fields definitions created during the d6 to d7 upgrade path.
filter_update_7000 modules/filter/filter.install Upgrade the {filter_formats} table and rename it to {filter_format}.
filter_update_7001 modules/filter/filter.install Break out "escape HTML filter" option to its own filter.
filter_update_7003 modules/filter/filter.install Upgrade the {filter} table for core filters.
filter_update_7005 modules/filter/filter.install Integrate text formats with the user permissions system.
filter_update_7008 modules/filter/filter.install Grant usage of all text formats to user roles having the 'administer filters' permission.
filter_update_7009 modules/filter/filter.install Converts fields that store serialized variables from text to blob.
filter_update_7010 modules/filter/filter.install Change {filter_format}.format and {filter}.format into varchar.
locale_update_7000 modules/locale/locale.install Add context field index and allow longer location.
locale_update_7001 modules/locale/locale.install Upgrade language negotiation settings.
locale_update_7002 modules/locale/locale.install Updates URL language negotiation by adding the URL fallback detection method.
node_update_7000 modules/node/node.install Upgrade the node type table and fix node type 'module' attribute to avoid name-space conflicts.
node_update_7001 modules/node/node.install Rename {node_revisions} table to {node_revision}.
node_update_7002 modules/node/node.install Extend the node_promote_status index to include all fields required for the node page query.
node_update_7003 modules/node/node.install Remove the node_counter if the statistics module is uninstalled.
node_update_7004 modules/node/node.install Extend the existing default preview and teaser settings to all node types.
node_update_7005 modules/node/node.install Add status/comment/promote and sticky columns to the {node_revision} table.
node_update_7006 modules/node/node.install Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table.
node_update_7007 modules/node/node.install Remove column min_word_count.
node_update_7008 modules/node/node.install Split the 'administer nodes' permission from 'access content overview'.
node_update_7009 modules/node/node.install Convert node languages from the empty string to LANGUAGE_NONE.
node_update_7010 modules/node/node.install Add the {block_node_type} table.
openid_update_6000 modules/openid/openid.install Add a table to store nonces.
statistics_update_7000 modules/statistics/statistics.install Update the {accesslog}.sid column to match the length of {sessions}.sid
system_update_7000 modules/system/system.install Rename blog and forum permissions to be consistent with other content types.
system_update_7001 modules/system/system.install Generate a cron key and save it in the variables table.
system_update_7002 modules/system/system.install Add a table to store blocked IP addresses.
system_update_7003 modules/system/system.install Update {blocked_ips} with valid IP addresses from {access}.
system_update_7004 modules/system/system.install Remove hardcoded numeric deltas from all blocks in core.
system_update_7005 modules/system/system.install Remove throttle columns and variables.
system_update_7007 modules/system/system.install Convert to new method of storing permissions.
system_update_7009 modules/system/system.install Rename the variable for primary links.
system_update_7011 modules/system/system.install Split the 'bypass node access' permission from 'administer nodes'.
system_update_7013 modules/system/system.install Convert default time zone offset to default time zone name.
system_update_7015 modules/system/system.install Change the user logout path.
system_update_7016 modules/system/system.install Remove custom datatype *_unsigned in PostgreSQL.
system_update_7017 modules/system/system.install Change the theme setting 'toggle_node_info' into a per content type variable.
system_update_7018 modules/system/system.install Shorten the {system}.type column and modify indexes.
system_update_7020 modules/system/system.install Enable field and field_ui modules.
system_update_7021 modules/system/system.install Change the PHP for settings permission.
system_update_7027 modules/system/system.install Enable field type modules.
system_update_7029 modules/system/system.install Add new 'view own unpublished content' permission for authenticated users. Preserves legacy behavior from Drupal 6.x.
system_update_7032 modules/system/system.install Alter field hostname to identifier in the {flood} table.
system_update_7033 modules/system/system.install Move CACHE_AGGRESSIVE to CACHE_NORMAL.
system_update_7034 modules/system/system.install Migrate the file path settings and create the new {file_managed} table.
system_update_7036 modules/system/system.install Split the 'access site in maintenance mode' permission from 'administer site configuration'.
system_update_7042 modules/system/system.install Upgrade the {url_alias} table and create a cache bin for path aliases.
system_update_7044 modules/system/system.install Drop the actions_aid table.
system_update_7045 modules/system/system.install Add expiration field to the {flood} table.
system_update_7046 modules/system/system.install Switch from the Minnelli theme if it is the default or admin theme.
system_update_7047 modules/system/system.install Normalize the front page path variable.
system_update_7048 modules/system/system.install Convert path languages from the empty string to LANGUAGE_NONE.
system_update_7049 modules/system/system.install Rename 'Default' profile to 'Standard.'
system_update_7050 modules/system/system.install Change {batch}.id column from serial to regular int.
system_update_7051 modules/system/system.install make the IP field IPv6 compatible
system_update_7052 modules/system/system.install Rename file to include_file in {menu_router} table.
system_update_7053 modules/system/system.install Upgrade standard blocks and menus.
system_update_7054 modules/system/system.install Remove {cache_*}.headers columns.
system_update_7055 modules/system/system.install Converts fields that store serialized variables from text to blob.
system_update_7057 modules/system/system.install Increase the size of session-ids.
system_update_7058 modules/system/system.install Remove cron semaphore variable.
system_update_7059 modules/system/system.install Create the {file_usage} table.
system_update_7060 modules/system/system.install Create fields in preparation for migrating upload.module to file.module.
system_update_7061 modules/system/system.install Migrate upload.module data to the newly created file field.
system_update_7062 modules/system/system.install Replace 'system_list' index with 'bootstrap' index on {system}.
system_update_7063 modules/system/system.install Delete {menu_links} records for 'type' => MENU_CALLBACK which would not appear in a fresh install.
system_update_7064 modules/system/system.install Remove block_callback field from {menu_router}.
system_update_7065 modules/system/system.install Remove the default value for sid.
system_update_7066 modules/system/system.install Migrate the 'file_directory_temp' variable.
system_update_7067 modules/system/system.install Grant administrators permission to view the administration theme.
system_update_7068 modules/system/system.install Update {url_alias}.language description.
system_update_7069 modules/system/system.install Remove the obsolete 'site_offline' variable.
tracker_update_7000 modules/tracker/tracker.install Create new tracker_node and tracker_user tables.
update_update_7000 modules/update/update.install Create a queue to store tasks for requests to fetch available update data.
update_update_7001 modules/update/update.install Recreates cache_update table.
user_update_7000 modules/user/user.install Increase the length of the password field to accommodate better hashes.
user_update_7001 modules/user/user.install Remove the 'threshold', 'mode' and 'sort' columns from the {users} table.
user_update_7002 modules/user/user.install Convert user time zones from time zone offsets to time zone names.
user_update_7003 modules/user/user.install Update user settings for cancelling user accounts.
user_update_7005 modules/user/user.install Changes the users table to allow longer e-mail addresses.
user_update_7006 modules/user/user.install Add module data to {role_permission}.
user_update_7007 modules/user/user.install Add a weight column to user roles.
user_update_7008 modules/user/user.install If 'user_register' variable was unset in Drupal 6, set it to be the same as the Drupal 6 default setting.
user_update_7009 modules/user/user.install Converts fields that store serialized variables from text to blob.
user_update_7010 modules/user/user.install Update the {user}.signature_format column.
user_update_7011 modules/user/user.install Placeholder function.
user_update_7012 modules/user/user.install Add the user's pictures to the {file_managed} table and make them managed files.
user_update_7013 modules/user/user.install Add user module file usage entries.
user_update_7014 modules/user/user.install Rename the 'post comments without approval' permission.
user_update_7015 modules/user/user.install Change {users}.signature_format into varchar.