Index: includes/install.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/install.inc,v retrieving revision 1.82 diff -u -r1.82 install.inc --- includes/install.inc 18 Jan 2009 06:56:58 -0000 1.82 +++ includes/install.inc 21 Jan 2009 12:02:39 -0000 @@ -522,7 +522,7 @@ * * Used during installation to install modules one at a time and then * enable them, or to install a number of modules at one time - * from admin/build/modules. + * from admin/build/module. * * @param $module * The machine name of the module to install. Index: modules/block/block.test =================================================================== RCS file: /cvs/drupal/drupal/modules/block/block.test,v retrieving revision 1.9 diff -u -r1.9 block.test --- modules/block/block.test 7 Jan 2009 21:41:13 -0000 1.9 +++ modules/block/block.test 21 Jan 2009 21:11:19 -0000 @@ -165,7 +165,7 @@ function testNonDefaultBlockAdmin() { $admin_user = $this->drupalCreateUser(array('administer blocks', 'administer site configuration')); $this->drupalLogin($admin_user); - $this->drupalPost('admin/build/themes', array('status[bluemarine]' => 1), t('Save configuration')); + $this->drupalPost('admin/build/theme', array('status[bluemarine]' => 1), t('Save configuration')); $this->drupalGet('admin/build/block/list/bluemarine'); $this->assertRaw('bluemarine/style.css', t('Bluemarine CSS found')); } Index: modules/blogapi/blogapi.install =================================================================== RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.install,v retrieving revision 1.4 diff -u -r1.4 blogapi.install --- modules/blogapi/blogapi.install 15 Nov 2008 13:01:04 -0000 1.4 +++ modules/blogapi/blogapi.install 22 Jan 2009 00:33:38 -0000 @@ -69,7 +69,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(); } Index: modules/color/color.module =================================================================== RCS file: /cvs/drupal/drupal/modules/color/color.module,v retrieving revision 1.52 diff -u -r1.52 color.module --- modules/color/color.module 20 Jan 2009 03:18:40 -0000 1.52 +++ modules/color/color.module 22 Jan 2009 00:34:18 -0000 @@ -9,7 +9,7 @@ case 'admin/help#color': $output = '

' . t('The color module allows a site administrator to quickly and easily change the color scheme of certain themes. Although not all themes support color module, both Garland (the default theme) and Minnelli were designed to take advantage of its features. By using color module with a compatible theme, you can easily change the color of links, backgrounds, text, and other theme elements. Color module requires that your file download method be set to public.', array('@url' => url('admin/settings/file-system'))) . '

'; $output .= '

' . t("It is important to remember that color module saves a modified copy of the theme's specified stylesheets in the files directory. This means that if you make any manual changes to your theme's stylesheet, you must save your color settings again, even if they haven't changed. This causes the color module generated version of the stylesheets in the files directory to be recreated using the new version of the original file.") . '

'; - $output .= '

' . t('To change the color settings for a compatible theme, select the "configure" link for the theme on the themes administration page.', array('@themes' => url('admin/build/themes'))) . '

'; + $output .= '

' . t('To change the color settings for a compatible theme, select the "configure" link for the theme on the themes administration page.', array('@themes' => url('admin/build/theme'))) . '

'; $output .= '

' . t('For more information, see the online handbook entry for Color module.', array('@color' => 'http://drupal.org/handbook/modules/color/')) . '

'; return $output; Index: modules/comment/comment.module =================================================================== RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v retrieving revision 1.682 diff -u -r1.682 comment.module --- modules/comment/comment.module 14 Jan 2009 21:48:24 -0000 1.682 +++ modules/comment/comment.module 22 Jan 2009 00:33:38 -0000 @@ -543,7 +543,7 @@ 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/user/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/permission', array('fragment' => 'module-comment')))), ); if (!user_access('post comments', drupal_anonymous_user())) { Index: modules/comment/comment.test =================================================================== RCS file: /cvs/drupal/drupal/modules/comment/comment.test,v retrieving revision 1.23 diff -u -r1.23 comment.test --- modules/comment/comment.test 14 Jan 2009 21:48:24 -0000 1.23 +++ modules/comment/comment.test 22 Jan 2009 00:33:38 -0000 @@ -172,7 +172,7 @@ $edit['1[access comments]'] = $enabled; $edit['1[post comments]'] = $enabled; $edit['1[post comments without approval]'] = $without_approval; - $this->drupalPost('admin/user/permissions', $edit, t('Save permissions')); + $this->drupalPost('admin/user/permission', $edit, t('Save permissions')); $this->assertText(t('The changes have been saved.'), t('Anonymous user comments ' . ($enabled ? 'enabled' : 'disabled') . '.')); } Index: modules/contact/contact.test =================================================================== RCS file: /cvs/drupal/drupal/modules/contact/contact.test,v retrieving revision 1.14 diff -u -r1.14 contact.test --- modules/contact/contact.test 30 Dec 2008 16:43:16 -0000 1.14 +++ modules/contact/contact.test 22 Jan 2009 00:33:38 -0000 @@ -247,7 +247,7 @@ $edit[$rid . '[' . $name . ']'] = $value; } - $this->drupalPost('admin/user/permissions', $edit, t('Save permissions')); + $this->drupalPost('admin/user/permission', $edit, t('Save permissions')); $this->assertText(t('The changes have been saved.'), t(' [permission] Saved changes.')); } } Index: modules/menu/menu.test =================================================================== RCS file: /cvs/drupal/drupal/modules/menu/menu.test,v retrieving revision 1.5 diff -u -r1.5 menu.test --- modules/menu/menu.test 29 Nov 2008 09:33:51 -0000 1.5 +++ modules/menu/menu.test 22 Jan 2009 00:33:38 -0000 @@ -218,7 +218,7 @@ * @param string $menu_name Menu name. */ function addInvalidMenuItem($menu_name = 'navigation') { - foreach (array('-&-', 'admin/user/permissions') as $link_path) { + foreach (array('-&-', 'admin/user/permission') as $link_path) { $edit = array ( 'menu[link_path]' => $link_path, 'menu[link_title]' => 'title', Index: modules/node/node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node/node.module,v retrieving revision 1.1014 diff -u -r1.1014 node.module --- modules/node/node.module 17 Jan 2009 20:56:04 -0000 1.1014 +++ modules/node/node.module 22 Jan 2009 00:34:18 -0000 @@ -67,7 +67,7 @@ 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/build/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/user/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/permission'))) . '

'; $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': @@ -1923,8 +1923,8 @@ $default_message .= '

' . t('Please follow these steps to set up and start using your website:') . '

'; $default_message .= '
    '; $default_message .= '
  1. ' . t('Configure your website Once logged in, visit the administration section, where you can customize and configure all aspects of your website.', array('@admin' => url('admin'), '@config' => url('admin/settings'))) . '
  2. '; - $default_message .= '
  3. ' . t('Enable additional functionality Next, visit the module list and enable features which suit your specific needs. You can find additional modules in the Drupal modules download section.', array('@modules' => url('admin/build/modules'), '@download_modules' => 'http://drupal.org/project/modules')) . '
  4. '; - $default_message .= '
  5. ' . t('Customize your website design To change the "look and feel" of your website, visit the themes section. You may choose from one of the included themes or download additional themes from the Drupal themes download section.', array('@themes' => url('admin/build/themes'), '@download_themes' => 'http://drupal.org/project/themes')) . '
  6. '; + $default_message .= '
  7. ' . t('Enable additional functionality Next, visit the module list and enable features which suit your specific needs. You can find additional modules in the Drupal modules download section.', array('@modules' => url('admin/build/module'), '@download_modules' => 'http://drupal.org/project/modules')) . '
  8. '; + $default_message .= '
  9. ' . t('Customize your website design To change the "look and feel" of your website, visit the themes section. You may choose from one of the included themes or download additional themes from the Drupal themes download section.', array('@themes' => url('admin/build/theme'), '@download_themes' => 'http://drupal.org/project/themes')) . '
  10. '; $default_message .= '
  11. ' . t('Start posting content Finally, you can create content for your website. This message will disappear once you have promoted a post to the front page.', array('@content' => url('node/add'))) . '
  12. '; $default_message .= '
'; $default_message .= '

' . t('For more information, please refer to the help section, or the online Drupal handbooks. You may also post at the Drupal forum, or view the wide range of other support options available.', array('@help' => url('admin/help'), '@handbook' => 'http://drupal.org/handbooks', '@forum' => 'http://drupal.org/forum', '@support' => 'http://drupal.org/support')) . '

'; Index: modules/simpletest/tests/menu.test =================================================================== RCS file: /cvs/drupal/drupal/modules/simpletest/tests/menu.test,v retrieving revision 1.4 diff -u -r1.4 menu.test --- modules/simpletest/tests/menu.test 28 Dec 2008 18:27:14 -0000 1.4 +++ modules/simpletest/tests/menu.test 22 Jan 2009 00:34:00 -0000 @@ -32,7 +32,7 @@ $this->assertEqual($name, 'original', t('Menu name is "original".')); // Force a menu rebuild by going to the modules page. - $this->drupalGet('admin/build/modules', array('query' => array("hook_menu_name" => 'changed'))); + $this->drupalGet('admin/build/module', array('query' => array("hook_menu_name" => 'changed'))); $sql = "SELECT menu_name FROM {menu_links} WHERE router_path = 'menu_name_test'"; $name = db_result(db_query($sql)); Index: modules/statistics/statistics.module =================================================================== RCS file: /cvs/drupal/drupal/modules/statistics/statistics.module,v retrieving revision 1.293 diff -u -r1.293 statistics.module --- modules/statistics/statistics.module 8 Jan 2009 08:42:13 -0000 1.293 +++ modules/statistics/statistics.module 22 Jan 2009 00:33:38 -0000 @@ -14,7 +14,7 @@ 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 .= '