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