system.install

Version 1.422 (checked in on 2009/11/11 at 17:06:30 by dries)

Install, update and uninstall functions for the system module.

Functions

NameDescription
system_installImplement hook_install().
system_requirementsTest and report Drupal installation requirements.
system_schemaImplement 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_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_7012Rename {blocks} table to {block}, {blocks_roles} to {block_role} and {boxes} to {box}.
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_7021Add new blocks to new regions, migrate custom variables to blocks.
system_update_7022Add the queue tables.
system_update_7023Change the PHP for settings permission.
system_update_7024Add the substr_index() function to PostgreSQL.
system_update_7025Improve indexes on the {url_alias} table.
system_update_7026Increase permitted length of url aliases to 255 characters.
system_update_7027Enable field type modules.
system_update_7028Rename taxonomy tables.
system_update_7029Add new 'view own unpublished content' permission for authenticated users. Preserves legacy behavior from Drupal 6.x.
system_update_7030Add an index to node_comment_statistics on comment_count.
system_update_7031Add a missing index on the {menu_router} table.
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 {box} table to {block_custom}.
system_update_7038Rename 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_7042Rename dst and src to source and alias.
system_update_7043Add a 'context' field to {menu_router} to control contextual placement of local tasks.
system_update_7044Reuse the actions_aid table as sequences.
system_update_7045Add expiration field to the {flood} table.
system_update_last_removed
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.