Extra updates for 7.x
Update functions between 7.x versions.
Archivo
- drupal-7.x/
modules/ system/ system.install, line 3017 - Install, update and uninstall functions for the system module.
Functions
|
Nombre |
Ubicación | Descripción |
|---|---|---|
| aggregator_update_7003 |
drupal-7.x/ |
Increase the length of {aggregator_feed}.url. |
| block_update_7008 |
drupal-7.x/ |
Update database to match Drupal 7 schema. |
| color_update_7001 |
drupal-7.x/ |
Warn site administrator if unsafe CSS color codes are found in the database. |
| comment_update_7007 |
drupal-7.x/ |
Add an index to the created column. |
| comment_update_7008 |
drupal-7.x/ |
Update database to match Drupal 7 schema. |
| comment_update_7009 |
drupal-7.x/ |
Change the last_comment_timestamp column description. |
| dblog_update_7002 |
drupal-7.x/ |
Add an index to the severity column in the watchdog database table. |
| field_update_7002 |
drupal-7.x/ |
Split the all-inclusive field_bundle_settings variable per bundle. |
| field_update_7003 |
drupal-7.x/ |
Add the FieldInfo class to the class registry. |
| forum_update_7002 |
drupal-7.x/ |
Add new index to forum_index table. |
| forum_update_7003 |
drupal-7.x/ |
Rename field to 'taxonomy_forums'. |
| forum_update_7011 |
drupal-7.x/ |
Update {forum_index} so that only published nodes are indexed. |
| forum_update_7012 |
drupal-7.x/ |
Add 'created' and 'last_comment_timestamp' indexes. |
| image_update_7001 |
drupal-7.x/ |
Rename possibly misnamed {image_effect} table to {image_effects}. |
| image_update_7002 |
drupal-7.x/ |
Add width and height columns to image field schema and populate. |
| image_update_7003 |
drupal-7.x/ |
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 |
drupal-7.x/ |
Use a large setting (512 and 1024 characters) for the length of the image alt and title fields. |
| image_update_7005 |
drupal-7.x/ |
Add a column to the 'image_style' table to store administrative labels. |
| list_update_7002 |
drupal-7.x/ |
Re-apply list_update_7001() for deleted fields. |
| locale_update_7003 |
drupal-7.x/ |
Update "language_count" variable. |
| locale_update_7004 |
drupal-7.x/ |
Remove duplicates in {locales_source}. |
| locale_update_7005 |
drupal-7.x/ |
Increase {locales_languages}.formula column's length. |
| menu_update_7000 |
drupal-7.x/ |
Migrate the "Default menu for content" setting to individual node types. |
| menu_update_7001 |
drupal-7.x/ |
Rename "Primary Links" and "Secondary Links" to their Drupal 7 equivalents. |
| menu_update_7002 |
drupal-7.x/ |
Rename the primary/secondary menu blocks to match previously renamed menus. |
| menu_update_7003 |
drupal-7.x/ |
Add missing custom menus to active menus list. |
| node_update_7011 |
drupal-7.x/ |
Update the database from Drupal 6 to match the schema. |
| node_update_7012 |
drupal-7.x/ |
Switches body fields to untranslatable while upgrading from D6 and makes them language neutral. |
| node_update_7013 |
drupal-7.x/ |
Change {node}.vid default value from 0 to NULL to avoid deadlock issues on MySQL. |
| poll_update_7004 |
drupal-7.x/ |
Update the database to match the schema. |
| system_update_7070 |
drupal-7.x/ |
Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables. |
| system_update_7071 |
drupal-7.x/ |
Add index missed during upgrade, and fix field default. |
| system_update_7072 |
drupal-7.x/ |
Remove the obsolete 'site_offline_message' variable. |
| system_update_7073 |
drupal-7.x/ |
Add binary to {file_managed}, in case system_update_7034() was run without it. |
| system_update_7074 |
drupal-7.x/ |
This update has been removed and will not run. |
| system_update_7076 |
drupal-7.x/ |
Convert menu_links query strings into arrays. |
| system_update_7077 |
drupal-7.x/ |
Revert {file_managed}.filename changed to a binary column. |
| system_update_7078 |
drupal-7.x/ |
Add binary to {date_formats}.format. |
| trigger_update_7001 |
drupal-7.x/ |
Increase the length of the "hook" field to 78 characters. |
| trigger_update_7002 |
drupal-7.x/ |
Renames nodeapi to node. |
| user_update_7016 |
drupal-7.x/ |
Update the database to match the schema. |
| user_update_7017 |
drupal-7.x/ |
Update email templates to use new tokens. |
| user_update_7018 |
drupal-7.x/ |
Ensure there is an index on {users}.picture. |
| _image_update_7002_add_columns |
drupal-7.x/ |
Add width and height columns to a specific table. |
| _image_update_7002_populate_dimensions |
drupal-7.x/ |
Populate image dimensions in a specific table. |