diff -urp drupal6/modules/blogapi/blogapi.install drupal-6.0-rc2/modules/blogapi/blogapi.install --- drupal6/modules/blogapi/blogapi.install 2008-01-25 21:31:44.000000000 +0100 +++ drupal-6.0-rc2/modules/blogapi/blogapi.install 2008-01-09 10:51:34.000000000 +0100 @@ -10,7 +10,7 @@ * Inform users about the new permission. */ function blogapi_update_6000() { - drupal_set_message("Blog API module does not depend on blog module's permissions anymore, but provides its own 'administer content with blog api' permission instead. Until 'module-blogapi')) .'">this permission is assigned to at least one user role, only the site administrator will be able to use Blog API features.'); + drupal_set_message("Blog API module does not depend on blog module's permissions anymore, but provides its own 'administer content with blog api' permission instead. Until 'module-blogapi')) .'">this permission is assigned to at least one user role, only the site administrator will be able to use Blog API features.'); return array(); } Only in drupal6/modules/book: book.js diff -urp drupal6/modules/comment/comment.module drupal-6.0-rc2/modules/comment/comment.module --- drupal6/modules/comment/comment.module 2008-01-25 20:57:53.000000000 +0100 +++ drupal-6.0-rc2/modules/comment/comment.module 2008-01-10 16:03:53.000000000 +0100 @@ -540,7 +540,7 @@ function comment_form_alter(&$form, $for COMMENT_ANONYMOUS_MAYNOT_CONTACT => t('Anonymous posters may not enter their contact information'), COMMENT_ANONYMOUS_MAY_CONTACT => t('Anonymous posters may leave their contact information'), COMMENT_ANONYMOUS_MUST_CONTACT => t('Anonymous posters must leave their contact information')), - '#description' => t('This option is enabled when anonymous users have permission to post comments on the permissions page.', array('@url' => url('admin/users/permissions', array('fragment' => 'module-comment')))), + '#description' => t('This option is enabled when anonymous users have permission to post comments on the permissions page.', array('@url' => url('admin/user/permissions', array('fragment' => 'module-comment')))), ); if (!user_access('post comments', user_load(array('uid' => 0)))) { $form['comment']['comment_anonymous']['#disabled'] = TRUE; diff -urp drupal6/modules/node/node.module drupal-6.0-rc2/modules/node/node.module --- drupal6/modules/node/node.module 2008-01-25 21:07:30.000000000 +0100 +++ drupal-6.0-rc2/modules/node/node.module 2008-01-10 16:57:10.000000000 +0100 @@ -38,7 +38,7 @@ function node_help($path, $arg) { case 'admin/help#node': $output = '
'. t('The node module manages content on your site, and stores all posts (regardless of type) as a "node". In addition to basic publishing settings, including whether the post has been published, promoted to the site front page, or should remain present (or sticky) at the top of lists, the node module also records basic information about the author of a post. Optional revision control over edits is available. For additional functionality, the node module is often extended by other modules.') .'
'; $output .= ''. t('Though each post on your site is a node, each post is also of a particular content type. Content types are used to define the characteristics of a post, including the title and description of the fields displayed on its add and edit pages. Each content type may have different default settings for Publishing options and other workflow controls. By default, the two content types in a standard Drupal installation are Page and Story. Use the content types page to add new or edit existing content types. Additional content types also become available as you enable additional core, contributed and custom modules.', array('@content-type' => url('admin/content/types'))) .'
'; - $output .= ''. t('The administrative content page allows you to review and manage your site content. The post settings page sets certain options for the display of posts. The node module makes a number of permissions available for each content type, which may be set by role on the permissions page.', array('@content' => url('admin/content/node'), '@post-settings' => url('admin/content/node-settings'), '@permissions' => url('admin/users/permissions'))) .'
'; + $output .= ''. t('The administrative content page allows you to review and manage your site content. The post settings page sets certain options for the display of posts. The node module makes a number of permissions available for each content type, which may be set by role on the permissions page.', array('@content' => url('admin/content/node'), '@post-settings' => url('admin/content/node-settings'), '@permissions' => url('admin/user/permissions'))) .'
'; $output .= ''. t('For more information, see the online handbook entry for Node module.', array('@node' => 'http://drupal.org/handbook/modules/node/')) .'
'; return $output; case 'admin/content/node': diff -urp drupal6/modules/profile/profile.admin.inc drupal-6.0-rc2/modules/profile/profile.admin.inc --- drupal6/modules/profile/profile.admin.inc 2008-01-25 21:10:46.000000000 +0100 +++ drupal-6.0-rc2/modules/profile/profile.admin.inc 2008-01-08 11:35:42.000000000 +0100 @@ -27,8 +27,8 @@ function profile_admin_overview() { $form[$field->fid]['type'] = array('#value' => $field->type); $form[$field->fid]['category'] = array('#type' => 'select', '#default_value' => $field->category, '#options' => array()); $form[$field->fid]['weight'] = array('#type' => 'weight', '#default_value' => $field->weight); - $form[$field->fid]['edit'] = array('#value' => l(t('edit'), "admin/users/profile/edit/$field->fid")); - $form[$field->fid]['delete'] = array('#value' => l(t('delete'), "admin/users/profile/delete/$field->fid")); + $form[$field->fid]['edit'] = array('#value' => l(t('edit'), "admin/user/profile/edit/$field->fid")); + $form[$field->fid]['delete'] = array('#value' => l(t('delete'), "admin/user/profile/delete/$field->fid")); } // Add the cateogory combo boxes @@ -55,7 +55,7 @@ function profile_admin_overview() { $addnewfields = ''. t('For more information, see the online handbook entry for Profile module.', array('@profile' => 'http://drupal.org/handbook/modules/profile/')) .'
'; return $output; - case 'admin/users/profile': + case 'admin/user/profile': return ''. t("This page displays a list of the existing custom profile fields to be displayed on a user's My Account page. To provide structure, similar or related fields may be placed inside a category. To add a new category (or edit an existing one), edit a profile field and provide a new category name. To change the category of a field or the order of fields within a category, grab a drag-and-drop handle under the Title column and drag the field to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save configuration button at the bottom of the page.") .'
'; } } @@ -83,7 +83,7 @@ function profile_menu() { 'type' => MENU_SUGGESTED_ITEM, 'file' => 'profile.pages.inc', ); - $items['admin/users/profile'] = array( + $items['admin/user/profile'] = array( 'title' => 'Profiles', 'description' => 'Create customizable fields for your users.', 'page callback' => 'drupal_get_form', @@ -91,27 +91,27 @@ function profile_menu() { 'access arguments' => array('administer users'), 'file' => 'profile.admin.inc', ); - $items['admin/users/profile/add'] = array( + $items['admin/user/profile/add'] = array( 'title' => 'Add field', 'page callback' => 'drupal_get_form', 'page arguments' => array('profile_field_form'), 'type' => MENU_CALLBACK, 'file' => 'profile.admin.inc', ); - $items['admin/users/profile/autocomplete'] = array( + $items['admin/user/profile/autocomplete'] = array( 'title' => 'Profile category autocomplete', 'page callback' => 'profile_admin_settings_autocomplete', 'type' => MENU_CALLBACK, 'file' => 'profile.admin.inc', ); - $items['admin/users/profile/edit'] = array( + $items['admin/user/profile/edit'] = array( 'title' => 'Edit field', 'page callback' => 'drupal_get_form', 'page arguments' => array('profile_field_form'), 'type' => MENU_CALLBACK, 'file' => 'profile.admin.inc', ); - $items['admin/users/profile/delete'] = array( + $items['admin/user/profile/delete'] = array( 'title' => 'Delete field', 'page callback' => 'drupal_get_form', 'page arguments' => array('profile_field_delete'), @@ -150,7 +150,7 @@ function profile_block($op = 'list', $de '#title' => t('Profile fields to display'), '#default_value' => variable_get('profile_block_author_fields', NULL), '#options' => $fields, - '#description' => t('Select which profile fields you wish to display in the block. Only fields designated as public in the profile field configuration are available.', array('@profile-admin' => url('admin/users/profile'))), + '#description' => t('Select which profile fields you wish to display in the block. Only fields designated as public in the profile field configuration are available.', array('@profile-admin' => url('admin/user/profile'))), ); return $form; } diff -urp drupal6/modules/statistics/statistics.admin.inc drupal-6.0-rc2/modules/statistics/statistics.admin.inc --- drupal6/modules/statistics/statistics.admin.inc 2008-01-25 21:16:02.000000000 +0100 +++ drupal-6.0-rc2/modules/statistics/statistics.admin.inc 2008-01-08 11:35:42.000000000 +0100 @@ -89,7 +89,7 @@ function statistics_top_visitors() { $rows = array(); while ($account = db_fetch_object($result)) { $qs = drupal_get_destination(); - $ban_link = $account->aid ? l(t('unban'), "admin/users/rules/delete/$account->aid", array('query' => $qs)) : l(t('ban'), "admin/users/rules/add/$account->hostname/host", array('query' => $qs)); + $ban_link = $account->aid ? l(t('unban'), "admin/user/rules/delete/$account->aid", array('query' => $qs)) : l(t('ban'), "admin/user/rules/add/$account->hostname/host", array('query' => $qs)); $rows[] = array($account->hits, ($account->uid ? theme('username', $account) : $account->hostname), format_interval(round($account->total / 1000)), $ban_link); } diff -urp drupal6/modules/statistics/statistics.module drupal-6.0-rc2/modules/statistics/statistics.module --- drupal6/modules/statistics/statistics.module 2008-01-25 21:27:58.000000000 +0100 +++ drupal-6.0-rc2/modules/statistics/statistics.module 2008-01-04 10:31:48.000000000 +0100 @@ -14,7 +14,7 @@ function statistics_help($path, $arg) { case 'admin/help#statistics': $output = ''. t('The statistics module keeps track of numerous site usage statistics, including the number of times, and from where, each of your posts is viewed. These statistics are useful in determining how users are interacting with each other and with your site, and are required for the display of some Drupal blocks.') .'
'; $output .= ''. t('The statistics module provides:') .'
'; - $output .= ''. t('These options control the default display settings for your entire site, across all themes. Unless they have been overridden by a specific theme, these settings will be used.') .'
'; case 'admin/build/modules': - $output = ''. t('Modules are plugins that extend Drupal\'s core functionality. Enable modules by selecting the Enabled checkboxes below and clicking the Save configuration button. Once a module is enabled, new permissions may be available. To reduce server load, modules with their Throttle checkbox selected are temporarily disabled when your site becomes extremely busy. (Note that the Throttle checkbox is only available if the Throttle module is enabled.)', array('@permissions' => url('admin/users/permissions'))); + $output = '
'. t('Modules are plugins that extend Drupal\'s core functionality. Enable modules by selecting the Enabled checkboxes below and clicking the Save configuration button. Once a module is enabled, new permissions may be available. To reduce server load, modules with their Throttle checkbox selected are temporarily disabled when your site becomes extremely busy. (Note that the Throttle checkbox is only available if the Throttle module is enabled.)', array('@permissions' => url('admin/user/permissions'))); if (module_exists('throttle')) { $output .= ' '. t('The auto-throttle functionality must be enabled on the throttle configuration page after having enabled the throttle module.', array('@throttle' => url('admin/settings/throttle'))); } @@ -1191,7 +1191,7 @@ function system_get_module_admin_tasks($ $admin_task_count = 0; // Check for permissions. if (module_hook($module, 'perm') && $admin_access) { - $admin_tasks[-1] = l(t('Configure permissions'), 'admin/users/permissions', array('fragment' => 'module-'. $module)); + $admin_tasks[-1] = l(t('Configure permissions'), 'admin/user/permissions', array('fragment' => 'module-'. $module)); } // Check for menu items that are admin links. diff -urp drupal6/modules/translation/translation.module drupal-6.0-rc2/modules/translation/translation.module --- drupal6/modules/translation/translation.module 2008-01-25 20:57:23.000000000 +0100 +++ drupal-6.0-rc2/modules/translation/translation.module 2008-01-09 12:51:54.000000000 +0100 @@ -33,7 +33,7 @@ function translation_help($path, $arg) { case 'admin/help#translation': $output = '
'. t('The content translation module allows content to be translated into different languages. Working with the locale module (which manages enabled languages and provides translation for the site interface), the content translation module is key to creating and maintaining translated site content.', array('@locale' => url('admin/help/locale'))) .'
'; $output .= ''. t('Configuring content translation and translation-enabled content types:') .'
'; - $output .= ''. t('Working with translation-enabled content types:') .'
'; diff -urp drupal6/modules/upload/upload.module drupal-6.0-rc2/modules/upload/upload.module --- drupal6/modules/upload/upload.module 2008-01-25 21:34:05.000000000 +0100 +++ drupal-6.0-rc2/modules/upload/upload.module 2007-12-31 09:46:44.000000000 +0100 @@ -18,7 +18,7 @@ function upload_help($path, $arg) { $output .= ''. t('For more information, see the online handbook entry for Upload module.', array('@upload' => 'http://drupal.org/handbook/modules/upload/')) .'
'; return $output; case 'admin/settings/upload': - return ''. t('Users with the upload files permission can upload attachments. Users with the view uploaded files permission can view uploaded attachments. You can choose which post types can take attachments on the content types settings page.', array('@permissions' => url('admin/users/permissions'), '@types' => url('admin/settings/types'))) .'
'; + return ''. t('Users with the upload files permission can upload attachments. Users with the view uploaded files permission can view uploaded attachments. You can choose which post types can take attachments on the content types settings page.', array('@permissions' => url('admin/user/permissions'), '@types' => url('admin/settings/types'))) .'
'; } } diff -urp drupal6/modules/user/user.admin.inc drupal-6.0-rc2/modules/user/user.admin.inc --- drupal6/modules/user/user.admin.inc 2008-01-25 20:55:07.000000000 +0100 +++ drupal-6.0-rc2/modules/user/user.admin.inc 2008-01-10 22:42:59.000000000 +0100 @@ -13,7 +13,7 @@ function user_admin($callback_arg = '') case 'search': case t('Search'): $keys = isset($_POST['keys']) ? $_POST['keys'] : NULL; - $output = drupal_get_form('search_form', url('admin/users/search'), $keys, 'user') . search_data($keys, 'user'); + $output = drupal_get_form('search_form', url('admin/user/search'), $keys, 'user') . search_data($keys, 'user'); break; case t('Create new account'): case 'create': @@ -120,7 +120,7 @@ function user_filter_form_submit($form, return; } - $form_state['redirect'] = 'admin/users/users'; + $form_state['redirect'] = 'admin/user/user'; return; } @@ -620,7 +620,7 @@ function user_admin_role() { $rid = arg(4); if ($rid) { if ($rid == DRUPAL_ANONYMOUS_RID || $rid == DRUPAL_AUTHENTICATED_RID) { - drupal_goto('admin/users/roles'); + drupal_goto('admin/user/roles'); } // Display the edit role form. $role = db_fetch_object(db_query('SELECT * FROM {role} WHERE rid = %d', $rid)); @@ -697,7 +697,7 @@ function user_admin_role_submit($form, & db_query("INSERT INTO {role} (name) VALUES ('%s')", $form_state['values']['name']); drupal_set_message(t('The role has been added.')); } - $form_state['redirect'] = 'admin/users/roles'; + $form_state['redirect'] = 'admin/user/roles'; return; } @@ -723,7 +723,7 @@ function user_admin_access_add($mask = N db_query("INSERT INTO {access} (mask, type, status) VALUES ('%s', '%s', %d)", $edit['mask'], $edit['type'], $edit['status']); $aid = db_last_insert_id('access', 'aid'); drupal_set_message(t('The access rule has been added.')); - drupal_goto('admin/users/rules'); + drupal_goto('admin/user/rules'); } } else { @@ -744,7 +744,7 @@ function user_admin_access_edit($aid = 0 else { db_query("UPDATE {access} SET mask = '%s', type = '%s', status = '%s' WHERE aid = %d", $edit['mask'], $edit['type'], $edit['status'], $aid); drupal_set_message(t('The access rule has been saved.')); - drupal_goto('admin/users/rules'); + drupal_goto('admin/user/rules'); } } else { @@ -870,7 +870,7 @@ function user_admin_access_delete_confir $form['aid'] = array('#type' => 'hidden', '#value' => $aid); $output = confirm_form($form, t('Are you sure you want to delete the @type rule for %rule?', array('@type' => $access_types[$edit->type], '%rule' => $edit->mask)), - 'admin/users/rules', + 'admin/user/rules', t('This action cannot be undone.'), t('Delete'), t('Cancel')); @@ -880,7 +880,7 @@ function user_admin_access_delete_confir function user_admin_access_delete_confirm_submit($form, &$form_state) { db_query('DELETE FROM {access} WHERE aid = %d', $form_state['values']['aid']); drupal_set_message(t('The access rule has been deleted.')); - $form_state['redirect'] = 'admin/users/rules'; + $form_state['redirect'] = 'admin/user/rules'; return; } @@ -893,7 +893,7 @@ function user_admin_access() { $access_types = array('user' => t('username'), 'mail' => t('e-mail'), 'host' => t('host')); $rows = array(); while ($rule = db_fetch_object($result)) { - $rows[] = array($rule->status ? t('allow') : t('deny'), $access_types[$rule->type], $rule->mask, l(t('edit'), 'admin/users/rules/edit/'. $rule->aid), l(t('delete'), 'admin/users/rules/delete/'. $rule->aid)); + $rows[] = array($rule->status ? t('allow') : t('deny'), $access_types[$rule->type], $rule->mask, l(t('edit'), 'admin/user/rules/edit/'. $rule->aid), l(t('delete'), 'admin/user/rules/delete/'. $rule->aid)); } if (empty($rows)) { $rows[] = array(array('data' => ''. t('There are currently no access rules.') .'', 'colspan' => 5)); @@ -954,9 +954,9 @@ function theme_user_admin_account($form) function theme_user_admin_new_role($form) { $header = array(t('Name'), array('data' => t('Operations'), 'colspan' => 2)); foreach (user_roles() as $rid => $name) { - $edit_permissions = l(t('edit permissions'), 'admin/users/permissions/'. $rid); + $edit_permissions = l(t('edit permissions'), 'admin/user/permissions/'. $rid); if (!in_array($rid, array(DRUPAL_ANONYMOUS_RID, DRUPAL_AUTHENTICATED_RID))) { - $rows[] = array($name, l(t('edit role'), 'admin/users/roles/edit/'. $rid), $edit_permissions); + $rows[] = array($name, l(t('edit role'), 'admin/user/roles/edit/'. $rid), $edit_permissions); } else { $rows[] = array($name, t('locked'), $edit_permissions); diff -urp drupal6/modules/user/user.js drupal-6.0-rc2/modules/user/user.js --- drupal6/modules/user/user.js 2008-01-25 21:02:45.000000000 +0100 +++ drupal-6.0-rc2/modules/user/user.js 2007-09-12 20:29:32.000000000 +0200 @@ -176,7 +176,7 @@ Drupal.setDefaultTimezone = function() { }; /** - * On the admin/users/settings page, conditionally show all of the + * On the admin/user/settings page, conditionally show all of the * picture-related form elements depending on the current value of the * "Picture support" radio buttons. */ diff -urp drupal6/modules/user/user.module drupal-6.0-rc2/modules/user/user.module --- drupal6/modules/user/user.module 2008-01-25 20:53:31.000000000 +0100 +++ drupal-6.0-rc2/modules/user/user.module 2008-01-10 21:22:57.000000000 +0100 @@ -927,7 +927,7 @@ function user_menu() { ); // Admin user pages - $items['admin/users'] = array( + $items['admin/user'] = array( 'title' => 'User management', 'description' => "Manage your site's users, groups and access to site features.", 'position' => 'left', @@ -936,7 +936,7 @@ function user_menu() { 'file' => 'system.admin.inc', 'file path' => drupal_get_path('module', 'system'), ); - $items['admin/userss/users'] = array( + $items['admin/user/user'] = array( 'title' => 'Users', 'description' => 'List, add, and edit users.', 'page callback' => 'user_admin', @@ -944,18 +944,18 @@ function user_menu() { 'access arguments' => array('administer users'), 'file' => 'user.admin.inc', ); - $items['admin/userss/users/list'] = array( + $items['admin/user/user/list'] = array( 'title' => 'List', 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10, ); - $items['admin/userss/users/create'] = array( + $items['admin/user/user/create'] = array( 'title' => 'Add user', 'page arguments' => array('create'), 'type' => MENU_LOCAL_TASK, 'file' => 'user.admin.inc', ); - $items['admin/users/settings'] = array( + $items['admin/user/settings'] = array( 'title' => 'User settings', 'description' => 'Configure default behavior of users, including registration requirements, e-mails, and user pictures.', 'page callback' => 'drupal_get_form', @@ -965,7 +965,7 @@ function user_menu() { ); // Admin access pages - $items['admin/users/permissions'] = array( + $items['admin/user/permissions'] = array( 'title' => 'Permissions', 'description' => 'Determine access to features by selecting permissions for roles.', 'page callback' => 'drupal_get_form', @@ -973,7 +973,7 @@ function user_menu() { 'access arguments' => array('administer permissions'), 'file' => 'user.admin.inc', ); - $items['admin/users/roles'] = array( + $items['admin/user/roles'] = array( 'title' => 'Roles', 'description' => 'List, edit, or add user roles.', 'page callback' => 'drupal_get_form', @@ -981,43 +981,43 @@ function user_menu() { 'access arguments' => array('administer permissions'), 'file' => 'user.admin.inc', ); - $items['admin/users/roles/edit'] = array( + $items['admin/user/roles/edit'] = array( 'title' => 'Edit role', 'page arguments' => array('user_admin_role'), 'type' => MENU_CALLBACK, 'file' => 'user.admin.inc', ); - $items['admin/users/rules'] = array( + $items['admin/user/rules'] = array( 'title' => 'Access rules', 'description' => 'List and create rules to disallow usernames, e-mail addresses, and IP addresses.', 'page callback' => 'user_admin_access', 'access arguments' => array('administer permissions'), 'file' => 'user.admin.inc', ); - $items['admin/users/rules/list'] = array( + $items['admin/user/rules/list'] = array( 'title' => 'List', 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10, ); - $items['admin/users/rules/add'] = array( + $items['admin/user/rules/add'] = array( 'title' => 'Add rule', 'page callback' => 'user_admin_access_add', 'type' => MENU_LOCAL_TASK, 'file' => 'user.admin.inc', ); - $items['admin/users/rules/check'] = array( + $items['admin/user/rules/check'] = array( 'title' => 'Check rules', 'page callback' => 'user_admin_access_check', 'type' => MENU_LOCAL_TASK, 'file' => 'user.admin.inc', ); - $items['admin/users/rules/edit'] = array( + $items['admin/user/rules/edit'] = array( 'title' => 'Edit rule', 'page callback' => 'user_admin_access_edit', 'type' => MENU_CALLBACK, 'file' => 'user.admin.inc', ); - $items['admin/users/rules/delete'] = array( + $items['admin/user/rules/delete'] = array( 'title' => 'Delete rule', 'page callback' => 'drupal_get_form', 'page arguments' => array('user_admin_access_delete_confirm'), @@ -1026,7 +1026,7 @@ function user_menu() { ); if (module_exists('search')) { - $items['admin/users/search'] = array( + $items['admin/user/search'] = array( 'title' => 'Search users', 'description' => 'Search users by name or e-mail address.', 'page callback' => 'user_admin', @@ -1801,7 +1801,7 @@ function user_multiple_delete_confirm(&$ return confirm_form($form, t('Are you sure you want to delete these users?'), - 'admin/userss/users', t('This action cannot be undone.'), + 'admin/user/user', t('This action cannot be undone.'), t('Delete all'), t('Cancel')); } @@ -1812,7 +1812,7 @@ function user_multiple_delete_confirm_su } drupal_set_message(t('The users have been deleted.')); } - $form_state['redirect'] = 'admin/userss/users'; + $form_state['redirect'] = 'admin/user/user'; return; } @@ -1829,22 +1829,22 @@ function user_help($path, $arg) { $output .= ''. t('A visitor accessing your website is assigned a unique ID, or session ID, which is stored in a cookie. The cookie does not contain personal information, but acts as a key to retrieve information from your site. Users should have cookies enabled in their web browser when using your site.') .'
'; $output .= ''. t('For more information, see the online handbook entry for User module.', array('@user' => 'http://drupal.org/handbook/modules/user/')) .'
'; return $output; - case 'admin/userss/users': + case 'admin/user/user': return ''. t('Drupal allows users to register, login, log out, maintain user profiles, etc. Users of the site may not use their own names to post content until they have signed up for a user account.') .'
'; - case 'admin/userss/users/create': - case 'admin/userss/users/account/create': + case 'admin/user/user/create': + case 'admin/user/user/account/create': return ''. t("This web page allows administrators to register new users. Users' e-mail addresses and usernames must be unique.") .'
'; - case 'admin/users/rules': + case 'admin/user/rules': return ''. t('Set up username and e-mail address access rules for new and existing accounts (currently logged in accounts will not be logged out). If a username or e-mail address for an account matches any deny rule, but not an allow rule, then the account will not be allowed to be created or to log in. A host rule is effective for every page view, not just registrations.') .'
'; - case 'admin/users/permissions': - return ''. t('Permissions let you control what users can do on your site. Each user role (defined on the user roles page) has its own set of permissions. For example, you could give users classified as "Administrators" permission to "administer nodes" but deny this power to ordinary, "authenticated" users. You can use permissions to reveal new features to privileged users (those with subscriptions, for example). Permissions also allow trusted users to share the administrative burden of running a busy site.', array('@role' => url('admin/users/roles'))) .'
'; - case 'admin/users/roles': + case 'admin/user/permissions': + return ''. t('Permissions let you control what users can do on your site. Each user role (defined on the user roles page) has its own set of permissions. For example, you could give users classified as "Administrators" permission to "administer nodes" but deny this power to ordinary, "authenticated" users. You can use permissions to reveal new features to privileged users (those with subscriptions, for example). Permissions also allow trusted users to share the administrative burden of running a busy site.', array('@role' => url('admin/user/roles'))) .'
'; + case 'admin/user/roles': return t('Roles allow you to fine tune the security and administration of Drupal. A role defines a group of users that have certain privileges as defined in user permissions. Examples of roles include: anonymous user, authenticated user, moderator, administrator and so on. In this area you will define the role names of the various roles. To delete a role choose "edit".
By default, Drupal comes with two user roles:
'. t('Enter a simple pattern ("*" may be used as a wildcard match) to search for a username or e-mail address. For example, one may search for "br" and Drupal might return "brian", "brad", and "brenda@example.com".') .'
'; } } @@ -2332,7 +2332,7 @@ function user_register() { '#type' => 'checkbox', '#title' => t('Notify user of new account') ); - // Redirect back to page which initiated the create request; usually admin/userss/users/create + // Redirect back to page which initiated the create request; usually admin/user/user/create $form['destination'] = array('#type' => 'hidden', '#value' => $_GET['q']); } diff -urp drupal6/modules/user/user.pages.inc drupal-6.0-rc2/modules/user/user.pages.inc --- drupal6/modules/user/user.pages.inc 2008-01-25 21:02:11.000000000 +0100 +++ drupal-6.0-rc2/modules/user/user.pages.inc 2008-01-08 11:35:43.000000000 +0100 @@ -319,7 +319,7 @@ function user_confirm_delete_submit($for drupal_set_message(t('%name has been deleted.', array('%name' => $form_state['values']['_account']->name))); if (!isset($_REQUEST['destination'])) { - $form_state['redirect'] = 'admin/users/user'; + $form_state['redirect'] = 'admin/user/user'; } }