Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
system_send_email_action drupal-6.x/modules/system/system.module Implementation of a configurable Drupal action. Sends an email. 1
system_send_email_action_form drupal-6.x/modules/system/system.module Return a form definition so the Send email action can be configured.
system_send_email_action_submit drupal-6.x/modules/system/system.module Process system_send_email_action form submissions.
system_send_email_action_validate drupal-6.x/modules/system/system.module Validate system_send_email_action form submissions.
system_settings_form drupal-6.x/modules/system/system.module Add default buttons to a form and set its prefix. 27
system_settings_form_submit drupal-6.x/modules/system/system.module Execute the system_settings_form. 2 1
system_settings_overview drupal-6.x/modules/system/system.admin.inc Menu callback: Displays the configuration overview page. 1
system_site_information_settings drupal-6.x/modules/system/system.admin.inc Form builder; The general site information form. 1
system_site_information_settings_validate drupal-6.x/modules/system/system.admin.inc Validate the submitted site-information form. 1
system_site_maintenance_settings drupal-6.x/modules/system/system.admin.inc Form builder; Configure the site's maintenance status. 1
system_sort_modules_by_info_name drupal-6.x/modules/system/system.admin.inc Array sorting callback; sorts modules or themes by their name. 3
system_sql drupal-6.x/modules/system/system.admin.inc Menu callback: return information about the database. 1
system_status drupal-6.x/modules/system/system.admin.inc Menu callback: displays the site status report. Can also be used as a pure check. 1 1
system_theme drupal-6.x/modules/system/system.module Implementation of hook_theme().
system_themes_form drupal-6.x/modules/system/system.admin.inc Menu callback; displays a listing of all themes. 3
system_themes_form_submit drupal-6.x/modules/system/system.admin.inc Process system_themes_form form submissions.
system_theme_data drupal-6.x/modules/system/system.module Collect data about all currently available themes. 8
system_theme_default drupal-6.x/modules/system/system.module Prepare defaults for themes. 1
system_theme_select_form drupal-6.x/modules/system/system.module Returns a fieldset containing the theme select form. 1 2
system_theme_settings drupal-6.x/modules/system/system.admin.inc Form builder; display theme configuration for entire site and individual themes. 2
system_theme_settings_submit drupal-6.x/modules/system/system.admin.inc Process system_theme_settings form submissions. 1
system_update_1022 drupal-6.x/modules/system/system.install Add index on users created column.
system_update_6000 drupal-6.x/modules/system/system.install Remove auto_increment from {boxes} to allow adding custom blocks with visibility settings.
system_update_6001 drupal-6.x/modules/system/system.install Add version id column to {term_node} to allow taxonomy module to use revisions.
system_update_6002 drupal-6.x/modules/system/system.install Increase the maximum length of variable names from 48 to 128.
system_update_6003 drupal-6.x/modules/system/system.install Add index on comments status column.
system_update_6004 drupal-6.x/modules/system/system.install This update used to add an index on users created column (#127941). However, system_update_1022() does the same thing. This update tried to detect if 1022 had already run but failed to do so, resulting in an "index already exists" error.
system_update_6005 drupal-6.x/modules/system/system.install Add language to url_alias table and modify indexes.
system_update_6006 drupal-6.x/modules/system/system.install Drop useless indices on node_counter table.
system_update_6007 drupal-6.x/modules/system/system.install Change the severity column in the watchdog table to the new values.
system_update_6008 drupal-6.x/modules/system/system.install Add info files to themes. The info and owner columns are added by update_fix_d6_requirements() in update.php to avoid a large number of error messages from update.php. All we need to do here is copy description to owner and then drop description.
system_update_6009 drupal-6.x/modules/system/system.install The PHP filter is now a separate module.
system_update_6010 drupal-6.x/modules/system/system.install Add variable replacement for watchdog messages.
system_update_6011 drupal-6.x/modules/system/system.install Add language support to nodes
system_update_6012 drupal-6.x/modules/system/system.install Add serialized field to cache tables. This is now handled directly by update.php, so this function is a no-op.
system_update_6013 drupal-6.x/modules/system/system.install Rebuild cache data for theme system changes
system_update_6014 drupal-6.x/modules/system/system.install Record that the installer is done, so it is not possible to run the installer on upgraded sites.
system_update_6015 drupal-6.x/modules/system/system.install Add the form cache table.
system_update_6016 drupal-6.x/modules/system/system.install Make {node}'s primary key be nid, change nid,vid to a unique key. Add primary keys to block, filters, flood, permission, and term_relation.
system_update_6017 drupal-6.x/modules/system/system.install Rename settings related to user.module email notifications.
system_update_6018 drupal-6.x/modules/system/system.install Add HTML corrector to HTML formats or replace the old module if it was in use.
system_update_6019 drupal-6.x/modules/system/system.install Reconcile small differences in the previous, manually created mysql and pgsql schemas so they are the same and can be represented by a single schema structure.
system_update_6020 drupal-6.x/modules/system/system.install Create the tables for the new menu system.
system_update_6021 drupal-6.x/modules/system/system.install Migrate the menu items from the old menu system to the new menu_links table. 1
system_update_6022 drupal-6.x/modules/system/system.install Update files tables to associate files to a uid by default instead of a nid. Rename file_revisions to upload since it should only be used by the upload module used by upload to link files to nodes.
system_update_6023 drupal-6.x/modules/system/system.install
system_update_6024 drupal-6.x/modules/system/system.install Add translation fields to nodes used by translation module.
system_update_6025 drupal-6.x/modules/system/system.install Increase the maximum length of node titles from 128 to 255.
system_update_6026 drupal-6.x/modules/system/system.install Display warning about new Update status module.
system_update_6027 drupal-6.x/modules/system/system.install Add block cache.

Páginas