C:/drupal/modules/system/system.admin.inc File Reference

Go to the source code of this file.


Functions

 system_main_admin_page ($arg=NULL)
 system_admin_menu_block_page ()
 system_admin_by_module ()
 system_settings_overview ()
 system_admin_theme_settings ()
 system_themes_form ()
 system_themes_form_submit ($form, &$form_state)
 system_theme_settings (&$form_state, $key= '')
 system_theme_settings_submit ($form, &$form_state)
 _system_is_incompatible (&$incompatible, $files, $file)
 system_modules ($form_state=array())
 system_sort_modules_by_info_name ($a, $b)
 system_modules_disable ($form, $edit)
 system_modules_confirm_form ($modules, $storage)
 system_modules_submit ($form, &$form_state)
 system_module_build_dependencies ($modules, $form_values)
 system_modules_uninstall ($form_state=NULL)
 system_modules_uninstall_confirm_form ($storage)
 system_modules_uninstall_validate ($form, &$form_state)
 system_modules_uninstall_submit ($form, &$form_state)
 system_ip_blocking ()
 system_ip_blocking_form ($form_state)
 system_ip_blocking_form_validate ($form, &$form_state)
 system_ip_blocking_form_submit ($form, &$form_state)
 system_ip_blocking_delete (&$form_state, $iid)
 system_ip_blocking_delete_submit ($form, &$form_state)
 system_site_information_settings ()
 system_site_information_settings_validate ($form, &$form_state)
 system_error_reporting_settings ()
 system_logging_overview ()
 system_performance_settings ()
 system_clear_cache_submit (&$form_state, $form)
 system_file_system_settings ()
 system_image_toolkit_settings ()
 system_rss_feeds_settings ()
 system_date_time_settings ()
 system_date_time_settings_submit ($form, &$form_state)
 system_date_time_lookup ()
 system_site_maintenance_settings ()
 system_clean_url_settings ()
 system_status ($check=FALSE)
 system_run_cron ()
 system_php ()
 _system_sql ($data, $keys)
 system_sql ()
 system_batch_page ()
 theme_admin_block ($block)
 theme_admin_block_content ($content)
 theme_admin_page ($blocks)
 theme_system_admin_by_module ($menu_items)
 theme_status_report (&$requirements)
 theme_system_modules ($form)
 theme_system_modules_uninstall ($form)
 theme_system_theme_select_form ($form)
 theme_system_themes_form ($form)


Detailed Description

Admin page callbacks for the system module.

Definition in file system.admin.inc.


Function Documentation

_system_is_incompatible ( &$  incompatible,
files,
file 
)

Recursively check compatibility.

Parameters:
$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.
Returns:
Returns TRUE if an incompatible file is found, NULL (no return value) otherwise.

Definition at line 561 of file system.admin.inc.

References name.

Referenced by system_modules().

_system_sql ( data,
keys 
)

Theme a SQL result table.

Parameters:
$data The actual table data.
$keys Data keys and descriptions.
Returns:
The output HTML.

Definition at line 1807 of file system.admin.inc.

References check_plain(), t(), and theme().

Referenced by system_sql().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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.

Returns:
The output HTML.

Definition at line 73 of file system.admin.inc.

References $content, $output, menu_get_item(), t(), and theme().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

system_ip_blocking_delete ( &$  form_state,
iid 
)

IP deletion confirm page.

See also:
system_ip_blocking_delete_submit()

Definition at line 1165 of file system.admin.inc.

References t().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

system_module_build_dependencies ( modules,
form_values 
)

Generate a list of dependencies for modules that are going to be switched on.

Parameters:
$modules The list of modules to check.
$form_values Submitted form values used to determine what modules have been enabled.
Returns:
An array of dependencies.

Definition at line 935 of file system.admin.inc.

References $name.

Referenced by system_modules_submit().

system_modules_submit ( form,
&$  form_state 
)

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

system_status ( check = FALSE  ) 

Menu callback: displays the site status report. Can also be used as a pure check.

Parameters:
$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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:


Generated on Mon Jun 2 15:08:30 2008 for SimpleTest by  1.5.5