|
|
|
@ -674,6 +674,7 @@ function system_menu() {
|
|
|
|
|
'page callback' => 'system_ip_blocking',
|
|
|
|
|
'access arguments' => array('block IP addresses'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
'weight' => 10,
|
|
|
|
|
);
|
|
|
|
|
$items['admin/config/people/ip-blocking/delete/%blocked_ip'] = array(
|
|
|
|
|
'title' => 'Delete IP address',
|
|
|
|
@ -689,7 +690,7 @@ function system_menu() {
|
|
|
|
|
'title' => 'Media',
|
|
|
|
|
'description' => 'Media tools.',
|
|
|
|
|
'position' => 'left',
|
|
|
|
|
'weight' => 10,
|
|
|
|
|
'weight' => -10,
|
|
|
|
|
'page callback' => 'system_admin_menu_block_page',
|
|
|
|
|
'access arguments' => array('access administration pages'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
@ -700,7 +701,7 @@ function system_menu() {
|
|
|
|
|
'page callback' => 'drupal_get_form',
|
|
|
|
|
'page arguments' => array('system_file_system_settings'),
|
|
|
|
|
'access arguments' => array('administer site configuration'),
|
|
|
|
|
'weight' => 10,
|
|
|
|
|
'weight' => -10,
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
);
|
|
|
|
|
$items['admin/config/media/image-toolkit'] = array(
|
|
|
|
@ -717,6 +718,8 @@ function system_menu() {
|
|
|
|
|
$items['admin/config/services'] = array(
|
|
|
|
|
'title' => 'Web services',
|
|
|
|
|
'description' => 'Tools related to web services.',
|
|
|
|
|
'position' => 'right',
|
|
|
|
|
'weight' => 0,
|
|
|
|
|
'page callback' => 'system_admin_menu_block_page',
|
|
|
|
|
'access arguments' => array('access administration pages'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
@ -734,8 +737,8 @@ function system_menu() {
|
|
|
|
|
$items['admin/config/development'] = array(
|
|
|
|
|
'title' => 'Development',
|
|
|
|
|
'description' => 'Development tools.',
|
|
|
|
|
'position' => 'left',
|
|
|
|
|
'weight' => 10,
|
|
|
|
|
'position' => 'right',
|
|
|
|
|
'weight' => -10,
|
|
|
|
|
'page callback' => 'system_admin_menu_block_page',
|
|
|
|
|
'access arguments' => array('access administration pages'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
@ -746,8 +749,8 @@ function system_menu() {
|
|
|
|
|
'page callback' => 'drupal_get_form',
|
|
|
|
|
'page arguments' => array('system_site_maintenance_mode'),
|
|
|
|
|
'access arguments' => array('administer site configuration'),
|
|
|
|
|
'weight' => 50,
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
'weight' => -10,
|
|
|
|
|
);
|
|
|
|
|
$items['admin/config/development/performance'] = array(
|
|
|
|
|
'title' => 'Performance',
|
|
|
|
@ -755,8 +758,8 @@ function system_menu() {
|
|
|
|
|
'page callback' => 'drupal_get_form',
|
|
|
|
|
'page arguments' => array('system_performance_settings'),
|
|
|
|
|
'access arguments' => array('administer site configuration'),
|
|
|
|
|
'weight' => -10,
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
'weight' => -20,
|
|
|
|
|
);
|
|
|
|
|
$items['admin/config/development/logging'] = array(
|
|
|
|
|
'title' => 'Logging and errors',
|
|
|
|
@ -764,8 +767,8 @@ function system_menu() {
|
|
|
|
|
'page callback' => 'drupal_get_form',
|
|
|
|
|
'page arguments' => array('system_logging_settings'),
|
|
|
|
|
'access arguments' => array('administer site configuration'),
|
|
|
|
|
'weight' => 60,
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
'weight' => -15,
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
// Regional and date settings.
|
|
|
|
@ -773,7 +776,7 @@ function system_menu() {
|
|
|
|
|
'title' => 'Regional and language',
|
|
|
|
|
'description' => 'Regional settings, localization and translation.',
|
|
|
|
|
'position' => 'left',
|
|
|
|
|
'weight' => -7,
|
|
|
|
|
'weight' => -5,
|
|
|
|
|
'page callback' => 'system_admin_menu_block_page',
|
|
|
|
|
'access arguments' => array('access administration pages'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
@ -784,7 +787,7 @@ function system_menu() {
|
|
|
|
|
'page callback' => 'drupal_get_form',
|
|
|
|
|
'page arguments' => array('system_regional_settings'),
|
|
|
|
|
'access arguments' => array('administer site configuration'),
|
|
|
|
|
'weight' => 50,
|
|
|
|
|
'weight' => -20,
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
);
|
|
|
|
|
$items['admin/config/regional/date-time'] = array(
|
|
|
|
@ -793,7 +796,7 @@ function system_menu() {
|
|
|
|
|
'page callback' => 'drupal_get_form',
|
|
|
|
|
'page arguments' => array('system_date_time_settings'),
|
|
|
|
|
'access arguments' => array('administer site configuration'),
|
|
|
|
|
'weight' => 60,
|
|
|
|
|
'weight' => -15,
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
);
|
|
|
|
|
$items['admin/config/regional/date-time/types'] = array(
|
|
|
|
@ -874,6 +877,8 @@ function system_menu() {
|
|
|
|
|
$items['admin/config/search'] = array(
|
|
|
|
|
'title' => 'Search and metadata',
|
|
|
|
|
'description' => 'Local site search, metadata and SEO.',
|
|
|
|
|
'position' => 'left',
|
|
|
|
|
'weight' => -10,
|
|
|
|
|
'page callback' => 'system_admin_menu_block_page',
|
|
|
|
|
'access arguments' => array('access administration pages'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
@ -885,6 +890,7 @@ function system_menu() {
|
|
|
|
|
'page arguments' => array('system_clean_url_settings'),
|
|
|
|
|
'access arguments' => array('administer site configuration'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
'weight' => 5,
|
|
|
|
|
);
|
|
|
|
|
$items['admin/config/search/clean-urls/check'] = array(
|
|
|
|
|
'title' => 'Clean URL check',
|
|
|
|
@ -900,7 +906,7 @@ function system_menu() {
|
|
|
|
|
'title' => 'System',
|
|
|
|
|
'description' => 'General system related configuration.',
|
|
|
|
|
'position' => 'right',
|
|
|
|
|
'weight' => -5,
|
|
|
|
|
'weight' => -20,
|
|
|
|
|
'page callback' => 'system_admin_menu_block_page',
|
|
|
|
|
'access arguments' => array('access administration pages'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
@ -951,7 +957,7 @@ function system_menu() {
|
|
|
|
|
'page arguments' => array('system_site_information_settings'),
|
|
|
|
|
'access arguments' => array('administer site configuration'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
'weight' => -10,
|
|
|
|
|
'weight' => -20,
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
// Additional categories
|
|
|
|
@ -962,11 +968,13 @@ function system_menu() {
|
|
|
|
|
'page callback' => 'system_admin_menu_block_page',
|
|
|
|
|
'access arguments' => array('access administration pages'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|
'weight' => -5,
|
|
|
|
|
'weight' => -15,
|
|
|
|
|
);
|
|
|
|
|
$items['admin/config/workflow'] = array(
|
|
|
|
|
'title' => 'Workflow',
|
|
|
|
|
'description' => 'Content workflow, editorial workflow tools.',
|
|
|
|
|
'position' => 'right',
|
|
|
|
|
'weight' => 5,
|
|
|
|
|
'page callback' => 'system_admin_menu_block_page',
|
|
|
|
|
'access arguments' => array('access administration pages'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
@ -974,8 +982,8 @@ function system_menu() {
|
|
|
|
|
$items['admin/config/content'] = array(
|
|
|
|
|
'title' => 'Content authoring',
|
|
|
|
|
'description' => 'Settings related to formatting and authoring content.',
|
|
|
|
|
'position' => 'right',
|
|
|
|
|
'weight' => 5,
|
|
|
|
|
'position' => 'left',
|
|
|
|
|
'weight' => -15,
|
|
|
|
|
'page callback' => 'system_admin_menu_block_page',
|
|
|
|
|
'access arguments' => array('access administration pages'),
|
|
|
|
|
'file' => 'system.admin.inc',
|
|
|
|
|