system.install

Install, update and uninstall functions for the system module.

File

modules/system/system.install

Functions

Name Description
system_install Implements hook_install().
system_requirements Implements hook_requirements().
system_schema Implements hook_schema().
system_schema_cache_7054 The cache schema corresponding to system_update_7054.
system_update_7000 Rename blog and forum permissions to be consistent with other content types.
system_update_7001 Generate a cron key and save it in the variables table.
system_update_7002 Add a table to store blocked IP addresses.
system_update_7003 Update {blocked_ips} with valid IP addresses from {access}.
system_update_7004 Remove hardcoded numeric deltas from all blocks in core.
system_update_7005 Remove throttle columns and variables.
system_update_7007 Convert to new method of storing permissions.
system_update_7009 Rename the variable for primary links.
system_update_7011 Split the 'bypass node access' permission from 'administer nodes'.
system_update_7013 Convert default time zone offset to default time zone name.
system_update_7015 Change the user logout path.
system_update_7016 Remove custom datatype *_unsigned in PostgreSQL.
system_update_7017 Change the theme setting 'toggle_node_info' into a per content type variable.
system_update_7018 Shorten the {system}.type column and modify indexes.
system_update_7020 Enable field and field_ui modules.
system_update_7021 Change the PHP for settings permission.
system_update_7027 Enable field type modules.
system_update_7029 Add new 'view own unpublished content' permission for authenticated users. Preserves legacy behavior from Drupal 6.x.
system_update_7032 Alter field hostname to identifier in the {flood} table.
system_update_7033 Move CACHE_AGGRESSIVE to CACHE_NORMAL.
system_update_7034 Migrate the file path settings and create the new {file_managed} table.
system_update_7036 Split the 'access site in maintenance mode' permission from 'administer site configuration'.
system_update_7042 Upgrade the {url_alias} table and create a cache bin for path aliases.
system_update_7044 Drop the actions_aid table.
system_update_7045 Add expiration field to the {flood} table.
system_update_7046 Switch from the Minnelli theme if it is the default or admin theme.
system_update_7047 Normalize the front page path variable.
system_update_7048 Convert path languages from the empty string to LANGUAGE_NONE.
system_update_7049 Rename 'Default' profile to 'Standard.'
system_update_7050 Change {batch}.id column from serial to regular int.
system_update_7051 make the IP field IPv6 compatible
system_update_7052 Rename file to include_file in {menu_router} table.
system_update_7053 Upgrade standard blocks and menus.
system_update_7054 Remove {cache_*}.headers columns.
system_update_7055 Converts fields that store serialized variables from text to blob.
system_update_7057 Increase the size of session-ids.
system_update_7058 Remove cron semaphore variable.
system_update_7059 Create the {file_usage} table.
system_update_7060 Create fields in preparation for migrating upload.module to file.module.
system_update_7061 Migrate upload.module data to the newly created file field.
system_update_7062 Replace 'system_list' index with 'bootstrap' index on {system}.
system_update_7063 Delete {menu_links} records for 'type' => MENU_CALLBACK which would not appear in a fresh install.
system_update_7064 Remove block_callback field from {menu_router}.
system_update_7065 Remove the default value for sid.
system_update_7066 Migrate the 'file_directory_temp' variable.
system_update_7067 Grant administrators permission to view the administration theme.
system_update_7068 Update {url_alias}.language description.
system_update_7069 Remove the obsolete 'site_offline' variable.
system_update_7070 Remove the obsolete 'drupal_badge_color' and 'drupal_badge_size' variables.
system_update_7071 Add index missed during upgrade, and fix field default.
system_update_7072 Remove the obsolete 'site_offline_message' variable.
system_update_7073 Add binary to {file_managed}, in case system_update_7034() was run without it.
system_update_7074 This update has been removed and will not run.
system_update_7076 Convert menu_links query strings into arrays.
system_update_7077 Revert {file_managed}.filename changed to a binary column.
system_update_7078 Add binary to {date_formats}.format.
system_update_7079 Convert the 'filesize' column in {file_managed} to a bigint.
system_update_7080 Convert the 'format' column in {date_format_locale} to case sensitive varchar.
system_update_dependencies Implements hook_update_dependencies().
system_update_last_removed
_system_check_db_utf8mb4_requirements Checks whether the requirements for multi-byte UTF-8 support are met.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!system!system.install/7.x