Go to the source code of this file.
Definition in file system.admin.inc.
_system_is_incompatible | ( | &$ | incompatible, | |
$ | files, | |||
$ | file | |||
) |
Recursively check compatibility.
$incompatible | An associative array which at the end of the check contains all incompatible files as the keys, their values being TRUE. | |
$files | The set of files that will be tested. | |
$file | The file at which the check starts. |
Definition at line 561 of file system.admin.inc.
References name.
Referenced by system_modules().
_system_sql | ( | $ | data, | |
$ | keys | |||
) |
Theme a SQL result table.
$data | The actual table data. | |
$keys | Data keys and descriptions. |
Definition at line 1807 of file system.admin.inc.
References check_plain(), t(), and theme().
Referenced by system_sql().
system_admin_by_module | ( | ) |
Menu callback; prints a listing of admin tasks for each installed module.
Definition at line 87 of file system.admin.inc.
References drupal_help_arg(), l(), module_exists(), module_invoke(), module_rebuild_cache(), t(), and theme().
system_admin_menu_block_page | ( | ) |
Provide a single block from the administration menu as a page. This function is often a destination for these blocks. For example, 'admin/build/types' needs to have a destination to be valid in the Drupal menu system, but too much information there might be hidden, so we supply the contents of the block.
Definition at line 73 of file system.admin.inc.
References $content, $output, menu_get_item(), t(), and theme().
system_batch_page | ( | ) |
Default page callback for batches.
Definition at line 1864 of file system.admin.inc.
References $output, _batch_page(), drupal_access_denied(), print, and theme().
system_date_time_lookup | ( | ) |
Return the date for a given format string via Ajax.
Definition at line 1684 of file system.admin.inc.
References $result, drupal_to_js(), exit, and format_date().
system_date_time_settings_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Process system_date_time_settings form submissions.
Definition at line 1668 of file system.admin.inc.
system_ip_blocking | ( | ) |
Menu callback. Display blocked IP addresses.
Definition at line 1095 of file system.admin.inc.
References $header, $output, $result, db_fetch_object(), db_query(), drupal_get_form(), l(), t(), and theme().
system_ip_blocking_delete | ( | &$ | form_state, | |
$ | iid | |||
) |
IP deletion confirm page.
Definition at line 1165 of file system.admin.inc.
References t().
system_ip_blocking_delete_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Process system_ip_blocking_delete form submissions.
Definition at line 1176 of file system.admin.inc.
References db_query(), drupal_set_message(), t(), and watchdog().
system_ip_blocking_form_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Definition at line 1152 of file system.admin.inc.
References db_query(), drupal_set_message(), and t().
system_ip_blocking_form_validate | ( | $ | form, | |
&$ | form_state | |||
) |
Definition at line 1139 of file system.admin.inc.
References db_query(), db_result(), form_set_error(), ip_address(), and t().
system_logging_overview | ( | ) |
Menu callback; Menu page for the various logging options.
Definition at line 1302 of file system.admin.inc.
References $content, $output, menu_get_item(), and theme().
system_main_admin_page | ( | $ | arg = NULL |
) |
Menu callback; Provide the administration overview page.
Definition at line 12 of file system.admin.inc.
References $result, _menu_link_translate(), db_fetch_array(), db_query(), drupal_not_found(), drupal_set_message(), system_status(), t(), theme(), and url().
system_module_build_dependencies | ( | $ | modules, | |
$ | form_values | |||
) |
Generate a list of dependencies for modules that are going to be switched on.
$modules | The list of modules to check. | |
$form_values | Submitted form values used to determine what modules have been enabled. |
Definition at line 935 of file system.admin.inc.
References $name.
Referenced by system_modules_submit().
system_modules_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Submit callback; handles modules form submission.
Definition at line 832 of file system.admin.inc.
References $name, actions_synchronize(), drupal_check_module(), drupal_clear_css_cache(), drupal_clear_js_cache(), drupal_get_installed_schema_version(), drupal_install_modules(), drupal_set_message(), module_disable(), module_enable(), module_invoke(), module_list(), system_module_build_dependencies(), and t().
system_modules_uninstall_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Processes the submitted uninstall form.
Definition at line 1073 of file system.admin.inc.
References $value, drupal_set_message(), drupal_uninstall_module(), and t().
system_modules_uninstall_validate | ( | $ | form, | |
&$ | form_state | |||
) |
Validates the submitted uninstall form.
Definition at line 1062 of file system.admin.inc.
References drupal_goto(), drupal_set_message(), and t().
system_php | ( | ) |
Menu callback: return information about PHP.
Definition at line 1792 of file system.admin.inc.
References exit.
system_run_cron | ( | ) |
Menu callback: run cron manually.
Definition at line 1777 of file system.admin.inc.
References drupal_cron_run(), drupal_goto(), drupal_set_message(), and t().
system_settings_overview | ( | ) |
Menu callback; displays a module's settings page.
Definition at line 121 of file system.admin.inc.
References $content, $output, db_check_setup(), menu_get_item(), and theme().
system_site_information_settings_validate | ( | $ | form, | |
&$ | form_state | |||
) |
Validate the submitted site-information form.
Definition at line 1247 of file system.admin.inc.
References drupal_get_normal_path(), drupal_set_message(), form_set_error(), menu_valid_path(), and t().
system_sort_modules_by_info_name | ( | $ | a, | |
$ | b | |||
) |
Array sorting callback; sorts modules or themes by their name.
Definition at line 757 of file system.admin.inc.
system_sql | ( | ) |
Menu callback: return information about the database.
Definition at line 1821 of file system.admin.inc.
References $output, $result, _system_sql(), db_fetch_object(), db_query(), and t().
system_status | ( | $ | check = FALSE |
) |
Menu callback: displays the site status report. Can also be used as a pure check.
$check | If true, only returns a boolean whether there are system status errors. |
Definition at line 1755 of file system.admin.inc.
References db_query(), drupal_load_updates(), drupal_requirements_severity(), module_invoke_all(), and theme().
Referenced by system_main_admin_page().
system_theme_settings_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Process system_theme_settings form submissions.
Definition at line 531 of file system.admin.inc.
References cache_clear_all(), drupal_set_message(), t(), variable_del(), and variable_set().
system_themes_form_submit | ( | $ | form, | |
&$ | form_state | |||
) |
Process system_themes_form form submissions.
Definition at line 253 of file system.admin.inc.
References db_query(), drupal_rebuild_theme_registry(), drupal_set_message(), list_themes(), menu_rebuild(), module_invoke(), t(), url(), variable_del(), variable_get(), and variable_set().