From 82b51dff1d2fd90b439129c70b415d30a06d1bce Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 10 Sep 2009 06:32:54 +0000 Subject: - Patch #569282 by joshmiller: removal of Site configuration and fixed a number of broken links. --- CHANGELOG.txt | 2 +- modules/block/block.module | 2 +- modules/contact/contact.module | 2 +- modules/help/help.api.php | 5 ++--- modules/help/help.module | 2 +- modules/system/system.admin.inc | 4 ++-- modules/system/system.module | 9 --------- modules/translation/translation.module | 2 +- modules/update/update.module | 4 ++-- 9 files changed, 11 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 641696b5d..47914f0b1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -74,7 +74,7 @@ Drupal 7.0, xxxx-xx-xx (development version) to time zone names, e.g. Africa/Abidjan. * In some cases the upgrade and install scripts do not choose the preferred site default time zone. The automatically-selected time zone can be - corrected at admin/settings/date-time. + corrected at admin/config/regional/settings. * If your site is being upgraded from Drupal 6 and you do not have the contributed date or event modules installed, user time zone settings will fallback to the system time zone and will have to be reconfigured by each user. diff --git a/modules/block/block.module b/modules/block/block.module index 803c477fe..55f34ac2b 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -18,7 +18,7 @@ function block_help($path, $arg) { switch ($path) { case 'admin/help#block': $output = '

' . t('Blocks are boxes of content rendered into an area, or region, of a web page. The default theme Garland, for example, implements the regions "left sidebar", "right sidebar", "content", "header", and "footer", and a block may appear in any one of these areas. The blocks administration page provides a drag-and-drop interface for assigning a block to a region, and for controlling the order of blocks within regions.', array('@blocks' => url('admin/structure/block'))) . '

'; - $output .= '

' . t('Although blocks are usually generated automatically by modules (like the User login block, for example), administrators can also define custom blocks. Custom blocks have a title, description, and body. The body of the block can be as long as necessary, and can contain content supported by any available text format.', array('@text-format' => url('admin/settings/filter'))) . '

'; + $output .= '

' . t('Although blocks are usually generated automatically by modules (like the User login block, for example), administrators can also define custom blocks. Custom blocks have a title, description, and body. The body of the block can be as long as necessary, and can contain content supported by any available text format.', array('@text-format' => url('admin/config/content/formats'))) . '

'; $output .= '

' . t('When working with blocks, remember that:') . '

'; $output .= '