Version 1.457 (checked in on 2010/03/20 at 15:06:51 by dries)
Install, update and uninstall functions for the system module.
| Name | Description |
|---|---|
| system_install | Implements hook_install(). |
| system_requirements | Test and report Drupal installation requirements. |
| system_schema | Implements 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_6054 | Add semaphore table. |
| system_update_6055 | Improve indexes on the {url_alias} table. |
| 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_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 | Change the PHP for settings permission. |
| system_update_7024 | Add the substr_index() function to PostgreSQL. |
| 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_7030 | Moved to comment_update_7011(). |
| system_update_7031 | Removed in favour of Drupal 6 backport. See also system_update_6052() |
| 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 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 | Upgrade the {url_alias} table and create a cache bin for path aliases. |
| system_update_7043 | Add a 'context' field to {menu_router} to control contextual placement of local tasks. |
| 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_last_removed |