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
| Name | Description |
|---|---|
| system_install | Implement hook_install(). |
| system_requirements | Test and report Drupal installation requirements. |
| system_schema | Implement hook_schema(). |
| system_update_6048 | Increase the size of the 'load_functions' and 'to_arg_functions' fields in table 'menu_router'. |
| system_update_6049 | Replace src index on the {url_alias} table with src, language. |
| system_update_6050 | Clear any menu router blobs stored in the cache table. |
| system_update_6051 | Create a signature_format column. |
| system_update_6052 | Add a missing index on the {menu_router} table. |
| system_update_6053 | Add a {system} index on type and name. |
| 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_7006 | Registry tables and drop the file key of the menu router, since it is no longer needed. |
| system_update_7007 | Convert to new method of storing permissions. |
| system_update_7008 | Use the poll_choice primary key to record votes in poll_votes rather than the choice order. Rename chorder to weight. |
| system_update_7009 | Rename the variables for primary and secondary links. |
| system_update_7010 | Moved to system_update_6048(). |
| system_update_7011 | Split the 'bypass node access' permission from 'administer nodes'. |
| system_update_7012 | Rename {blocks} table to {block}, {blocks_roles} to {block_role} and {boxes} to {box}. |
| system_update_7013 | Convert default time zone offset to default time zone name. |
| system_update_7014 | Drop the bootstrap column from the {system} table. This was reverted. |
| 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 module. |
| system_update_7021 | Add new blocks to new regions, migrate custom variables to blocks. |
| system_update_7022 | Add the queue tables. |
| system_update_7023 | Change the PHP for settings permission. |
| system_update_7024 | Add the substr_index() function to PostgreSQL. |
| system_update_7025 | Improve indexes on the {url_alias} table. |
| system_update_7026 | Increase permitted length of url aliases to 255 characters. |
| system_update_7027 | Enable field type modules. |
| system_update_7028 | Rename taxonomy tables. |
| system_update_7029 | Add new 'view own unpublished content' permission for authenticated users. Preserves legacy behavior from Drupal 6.x. |
| system_update_7030 | Add an index to node_comment_statistics on comment_count. |
| system_update_7031 | Add a missing index on the {menu_router} table. |
| 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_downloads setting and create the new {file} table. |
| system_update_7035 | Migrate upload module files to the new {file} table. |
| system_update_7036 | Split the 'access site in maintenance mode' permission from 'administer site configuration'. |
| system_update_7037 | Rename {box} table to {block_custom}. |
| system_update_7038 | Rename action description to label. |
| system_update_7039 | Adds fields to the {menu_router} table to allow custom themes to be set per page. |
| system_update_7040 | Create new date format tables. |
| system_update_7041 | Adds '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_7042 | Rename dst and src to source and alias. |
| system_update_7043 | Add a 'context' field to {menu_router} to control contextual placement of local tasks. |
| system_update_7044 | Reuse the actions_aid table as sequences. |
| system_update_7045 | Add expiration field to the {flood} table. |
| system_update_last_removed |
