system.install

Version 1.457 (checked in on 2010/03/20 at 15:06:51 by dries)

Install, update and uninstall functions for the system module.

Functions

NameDescription
system_installImplements hook_install().
system_requirementsTest and report Drupal installation requirements.
system_schemaImplements hook_schema().
system_update_6048Increase the size of the 'load_functions' and 'to_arg_functions' fields in table 'menu_router'.
system_update_6049Replace src index on the {url_alias} table with src, language.
system_update_6050Clear any menu router blobs stored in the cache table.
system_update_6051Create a signature_format column.
system_update_6052Add a missing index on the {menu_router} table.
system_update_6053Add a {system} index on type and name.
system_update_6054Add semaphore table.
system_update_6055Improve indexes on the {url_alias} table.
system_update_7000Rename blog and forum permissions to be consistent with other content types.
system_update_7001Generate a cron key and save it in the variables table.
system_update_7002Add a table to store blocked IP addresses.
system_update_7003Update {blocked_ips} with valid IP addresses from {access}.
system_update_7004Remove hardcoded numeric deltas from all blocks in core.
system_update_7005Remove throttle columns and variables.
system_update_7006Registry tables and drop the file key of the menu router, since it is no longer needed.
system_update_7007Convert to new method of storing permissions.
system_update_7008Use the poll_choice primary key to record votes in poll_votes rather than the choice order. Rename chorder to weight.
system_update_7009Rename the variables for primary and secondary links.
system_update_7010Moved to system_update_6048().
system_update_7011Split the 'bypass node access' permission from 'administer nodes'.
system_update_7013Convert default time zone offset to default time zone name.
system_update_7014Drop the bootstrap column from the {system} table. This was reverted.
system_update_7015Change the user logout path.
system_update_7016Remove custom datatype *_unsigned in PostgreSQL.
system_update_7017Change the theme setting 'toggle_node_info' into a per content type variable.
system_update_7018Shorten the {system}.type column and modify indexes.
system_update_7020Enable field module.
system_update_7021Change the PHP for settings permission.
system_update_7024Add the substr_index() function to PostgreSQL.
system_update_7027Enable field type modules.
system_update_7029Add new 'view own unpublished content' permission for authenticated users. Preserves legacy behavior from Drupal 6.x.
system_update_7030Moved to comment_update_7011().
system_update_7031Removed in favour of Drupal 6 backport. See also system_update_6052()
system_update_7032Alter field hostname to identifier in the {flood} table.
system_update_7033Move CACHE_AGGRESSIVE to CACHE_NORMAL.
system_update_7034Migrate the file_downloads setting and create the new {file} table.
system_update_7035Migrate upload module files to the new {file} table.
system_update_7036Split the 'access site in maintenance mode' permission from 'administer site configuration'.
system_update_7037Rename action description to label.
system_update_7039Adds fields to the {menu_router} table to allow custom themes to be set per page.
system_update_7040Create new date format tables.
system_update_7041Adds '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_7042Upgrade the {url_alias} table and create a cache bin for path aliases.
system_update_7043Add a 'context' field to {menu_router} to control contextual placement of local tasks.
system_update_7044Drop the actions_aid table.
system_update_7045Add expiration field to the {flood} table.
system_update_7046Switch from the Minnelli theme if it is the default or admin theme.
system_update_7047Normalize the front page path variable.
system_update_7048Convert path languages from the empty string to LANGUAGE_NONE.
system_update_7049Rename 'Default' profile to 'Standard.'
system_update_7050Change {batch}.id column from serial to regular int.
system_update_7051make the IP field IPv6 compatible
system_update_last_removed