Extra updates for 7.x in Drupal 7
Update functions between 7.x versions.
File
- modules/
system/ system.install, line 3155 - Install, update and uninstall functions for the system module.
Functions
|
Name |
Location | Description |
|---|---|---|
| aggregator_update_7003 |
modules/ |
Increase the length of {aggregator_feed}.url. |
| aggregator_update_7004 |
modules/ |
Add index on timestamp. |
| block_update_7008 |
modules/ |
Update database to match Drupal 7 schema. |
| block_update_7009 |
modules/ |
Increase {block}.title length to 255 characters. |
| color_update_7001 |
modules/ |
Warn site administrator if unsafe CSS color codes are found in the database. |
| comment_update_7007 |
modules/ |
Add an index to the created column. |
| comment_update_7008 |
modules/ |
Update database to match Drupal 7 schema. |
| comment_update_7009 |
modules/ |
Change the last_comment_timestamp column description. |
| dblog_update_7002 |
modules/ |
Add an index to the severity column in the watchdog database table. |
| dblog_update_7003 |
modules/ |
Account for possible legacy systems where dblog was not installed. |
| field_update_7002 |
modules/ |
Split the all-inclusive field_bundle_settings variable per bundle. |
| field_update_7003 |
modules/ |
Add the FieldInfo class to the class registry. |
| field_update_7004 |
modules/ |
Grant the new "administer fields" permission to trusted users. |
| forum_update_7002 |
modules/ |
Add new index to forum_index table. |
| forum_update_7003 |
modules/ |
Rename field to 'taxonomy_forums'. |
| forum_update_7011 |
modules/ |
Update {forum_index} so that only published nodes are indexed. |
| forum_update_7012 |
modules/ |
Add 'created' and 'last_comment_timestamp' indexes. |
| image_update_7001 |
modules/ |
Rename possibly misnamed {image_effect} table to {image_effects}. |
| image_update_7002 |
modules/ |
Add width and height columns to image field schema and populate. |
| image_update_7003 |
modules/ |
Remove the variables that set alt and title length since they were not used for database column size and could cause PDO exceptions. |
| image_update_7004 |
modules/ |
Use a large setting (512 and 1024 characters) for the length of the image alt and title fields. |
| image_update_7005 |
modules/ |
Add a column to the 'image_style' table to store administrative labels. |
| list_update_7002 |
modules/ |
Re-apply list_update_7001() for deleted fields. |
| locale_update_7003 |
modules/ |
Update "language_count" variable. |
| locale_update_7004 |
modules/ |
Remove duplicates in {locales_source}. |
| locale_update_7005 |
modules/ |
Increase {locales_languages}.formula column's length. |
| menu_update_7000 |
modules/ |
Migrate the "Default menu for content" setting to individual node types. |
| menu_update_7001 |
modules/ |
Rename "Primary Links" and "Secondary Links" to their Drupal 7 equivalents. |
| menu_update_7002 |
modules/ |
Rename the primary/secondary menu blocks to match previously renamed menus. |
| menu_update_7003 |
modules/ |
Add missing custom menus to active menus list. |
| node_update_7011 |
modules/ |
Update the database from Drupal 6 to match the schema. |
| node_update_7012 |
modules/ |
Switches body fields to untranslatable while upgrading from D6 and makes them language neutral. |
| node_update_7013 |
modules/ |
Change {node}.vid default value from 0 to NULL to avoid deadlock issues on MySQL. |
| node_update_7014 |
modules/ |
Add an index on {node}.language. |
| node_update_7015 |
modules/ |
Enable node types that may have been erroneously disabled in Drupal 7.36. |
| node_update_7016 |
modules/ |
Change {history}.nid to an unsigned int in order to match {node}.nid. |
| openid_update_7000 |
modules/ |
Bind associations to their providers. |
| poll_update_7004 |
modules/ |
Update the database to match the schema. |
| system_update_7070 |
modules/ |
Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables. |
| system_update_7071 |
modules/ |
Add index missed during upgrade, and fix field default. |
| system_update_7072 |
modules/ |
Remove the obsolete 'site_offline_message' variable. |
| system_update_7073 |
modules/ |
Add binary to {file_managed}, in case system_update_7034() was run without it. |
| system_update_7074 |
modules/ |
This update has been removed and will not run. |
| system_update_7076 |
modules/ |
Convert menu_links query strings into arrays. |
| system_update_7077 |
modules/ |
Revert {file_managed}.filename changed to a binary column. |
| system_update_7078 |
modules/ |
Add binary to {date_formats}.format. |
| system_update_7079 |
modules/ |
Convert the 'filesize' column in {file_managed} to a bigint. |
| system_update_7080 |
modules/ |
Convert the 'format' column in {date_format_locale} to case sensitive varchar. |
| system_update_7081 |
modules/ |
Remove the Drupal 6 default install profile if it is still in the database. |
| system_update_7082 |
modules/ |
Add 'jquery-extend-3.4.0.js' to the 'jquery' library. |
| system_update_7083 |
modules/ |
Add 'jquery-html-prefilter-3.5.0-backport.js' to the 'jquery' library. |
| system_update_7084 |
modules/ |
Rebuild JavaScript aggregates to include 'ajax.js' fix for Chrome 83. |
| taxonomy_update_7011 |
modules/ |
Drop unpublished nodes from the index. |
| trigger_update_7001 |
modules/ |
Increase the length of the "hook" field to 78 characters. |
| trigger_update_7002 |
modules/ |
Renames nodeapi to node. |
| user_update_7016 |
modules/ |
Update the database to match the schema. |
| user_update_7017 |
modules/ |
Update email templates to use new tokens. |
| user_update_7018 |
modules/ |
Ensure there is an index on {users}.picture. |
| user_update_7019 |
modules/ |
Ensure there is a combined index on {authmap}.uid and {authmap}.module. |
| _image_update_7002_add_columns |
modules/ |
Add width and height columns to a specific table. |
| _image_update_7002_populate_dimensions |
modules/ |
Populate image dimensions in a specific table. |