Locale updates from 6.x to 7.x

Functions

NameLocationDescription
comment_update_7000modules/comment/comment.installRemove comment settings for page ordering.
comment_update_7001modules/comment/comment.installChange comment status from published being 0 to being 1
comment_update_7002modules/comment/comment.installRename {comments} table to {comment}.
comment_update_7003modules/comment/comment.installImprove indexes on the comment table.
comment_update_7004modules/comment/comment.installRename comment display setting variables.
comment_update_7005modules/comment/comment.installCreate comment Field API bundles.
comment_update_7006modules/comment/comment.installCreate user related indexes.
comment_update_7007modules/comment/comment.installSplit {comment}.timestamp into {comment}.created and {comment}.changed.
comment_update_7008modules/comment/comment.installAdd language column to the {comment} table.
comment_update_7009modules/comment/comment.installUpdate preview setting variable to use new constants
comment_update_7010modules/comment/comment.installAdd {node_comment_statistics}.cid column.
comment_update_7011modules/comment/comment.installAdd an index to node_comment_statistics on comment_count.
contact_update_7000modules/contact/contact.installRename the threshold limit variable.
contact_update_7001modules/contact/contact.installRename the administer contact forms permission.
contact_update_7002modules/contact/contact.installEnable the 'access user contact forms' for registered users by default.
dblog_update_7001modules/dblog/dblog.installAllow NULL values for links.
dblog_update_7002modules/dblog/dblog.installAdd index on uid.
dblog_update_7003modules/dblog/dblog.installAllow longer type values.
filter_update_7000modules/filter/filter.installAdd a weight column to the filter formats table.
filter_update_7001modules/filter/filter.installBreak out "escape HTML filter" option to its own filter.
filter_update_7002modules/filter/filter.installRename {filters} table to {filter} and {filter_formats} table to {filter_format}.
filter_update_7003modules/filter/filter.installRemove hardcoded numeric deltas from all filters in core.
filter_update_7004modules/filter/filter.installMove filter settings storage into {filter} table.
filter_update_7005modules/filter/filter.installIntegrate text formats with the user permissions system.
filter_update_7006modules/filter/filter.installRemove the 'format' column from 'list' index on {filter}.
locale_update_7000modules/locale/locale.installAdd context field and allow longer location.
locale_update_7001modules/locale/locale.installUpgrade language negotiation settings.
node_update_7000modules/node/node.installFix node type 'module' attribute to avoid name-space conflicts.
node_update_7001modules/node/node.installRename {node_revisions} table to {node_revision}.
node_update_7002modules/node/node.installExtend the node_promote_status index to include all fields required for the node page query.
node_update_7003modules/node/node.installRemove the node_counter if the statistics module is uninstalled.
node_update_7004modules/node/node.installExtend the existing default preview and teaser settings to all node types.
node_update_7005modules/node/node.installAdd status/comment/promote and sticky columns to the {node_revision} table.
node_update_7006modules/node/node.installConvert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table.
node_update_7007modules/node/node.installRemove column min_word_count.
node_update_7008modules/node/node.installSplit the 'administer nodes' permission from 'access content overview'.
node_update_7009modules/node/node.installConvert node languages from the empty string to LANGUAGE_NONE.
system_update_7000modules/system/system.installRename blog and forum permissions to be consistent with other content types.
system_update_7001modules/system/system.installGenerate a cron key and save it in the variables table.
system_update_7002modules/system/system.installAdd a table to store blocked IP addresses.
system_update_7003modules/system/system.installUpdate {blocked_ips} with valid IP addresses from {access}.
system_update_7004modules/system/system.installRemove hardcoded numeric deltas from all blocks in core.
system_update_7005modules/system/system.installRemove throttle columns and variables.
system_update_7006modules/system/system.installRegistry tables and drop the file key of the menu router, since it is no longer needed.
system_update_7007modules/system/system.installConvert to new method of storing permissions.
system_update_7008modules/system/system.installUse the poll_choice primary key to record votes in poll_votes rather than the choice order. Rename chorder to weight.
system_update_7009modules/system/system.installRename the variables for primary and secondary links.
system_update_7010modules/system/system.installMoved to system_update_6048().
system_update_7011modules/system/system.installSplit the 'bypass node access' permission from 'administer nodes'.
system_update_7012modules/system/system.installRename {blocks} table to {block}, {blocks_roles} to {block_role} and {boxes} to {box}.
system_update_7013modules/system/system.installConvert default time zone offset to default time zone name.
system_update_7014modules/system/system.installDrop the bootstrap column from the {system} table. This was reverted.
system_update_7015modules/system/system.installChange the user logout path.
system_update_7016modules/system/system.installRemove custom datatype *_unsigned in PostgreSQL.
system_update_7017modules/system/system.installChange the theme setting 'toggle_node_info' into a per content type variable.
system_update_7018modules/system/system.installShorten the {system}.type column and modify indexes.
system_update_7020modules/system/system.installEnable field module.
system_update_7021modules/system/system.installAdd new blocks to new regions, migrate custom variables to blocks.
system_update_7022modules/system/system.installAdd the queue tables.
system_update_7023modules/system/system.installChange the PHP for settings permission.
system_update_7024modules/system/system.installAdd the substr_index() function to PostgreSQL.
system_update_7025modules/system/system.installImprove indexes on the {url_alias} table.
system_update_7026modules/system/system.installIncrease permitted length of url aliases to 255 characters.
system_update_7027modules/system/system.installEnable field type modules.
system_update_7028modules/system/system.installRename taxonomy tables.
system_update_7029modules/system/system.installAdd new 'view own unpublished content' permission for authenticated users. Preserves legacy behavior from Drupal 6.x.
system_update_7030modules/system/system.installMoved to comment_update_7011().
system_update_7031modules/system/system.installAdd a missing index on the {menu_router} table.
system_update_7032modules/system/system.installAlter field hostname to identifier in the {flood} table.
system_update_7033modules/system/system.installMove CACHE_AGGRESSIVE to CACHE_NORMAL.
system_update_7034modules/system/system.installMigrate the file_downloads setting and create the new {file} table.
system_update_7035modules/system/system.installMigrate upload module files to the new {file} table.
system_update_7036modules/system/system.installSplit the 'access site in maintenance mode' permission from 'administer site configuration'.
system_update_7037modules/system/system.installRename {box} table to {block_custom}.
system_update_7038modules/system/system.installRename action description to label.
system_update_7039modules/system/system.installAdds fields to the {menu_router} table to allow custom themes to be set per page.
system_update_7040modules/system/system.installCreate new date format tables.
system_update_7041modules/system/system.installAdds 'delivery_callback' field to the {menu_router} table to allow a custom function to be used for final page rendering and sending to browser.
system_update_7042modules/system/system.installRename dst and src to source and alias.
system_update_7043modules/system/system.installAdd a 'context' field to {menu_router} to control contextual placement of local tasks.
system_update_7044modules/system/system.installReuse the actions_aid table as sequences.
system_update_7045modules/system/system.installAdd expiration field to the {flood} table.
system_update_7046modules/system/system.installSwitch from the Minnelli theme if it is the default or admin theme.
system_update_7047modules/system/system.installNormalize the front page path variable.
system_update_7048modules/system/system.installConvert path languages from the empty string to LANGUAGE_NONE.
tracker_update_7000modules/tracker/tracker.installCreate new tracker_node and tracker_user tables.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.