? 199400.patch
? files
? test.patch
? sites/all/modules
? sites/default/settings.php
Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.101
diff -u -p -r1.101 install.php
--- install.php	10 Dec 2007 18:16:19 -0000	1.101
+++ install.php	10 Dec 2007 20:23:15 -0000
@@ -977,6 +977,7 @@ function install_configure_form(&$form_s
   $form['site_information']['site_name'] = array(
     '#type' => 'textfield',
     '#title' => st('Site name'),
+    '#description' => st('The name of this website.'),
     '#required' => TRUE,
     '#weight' => -20,
   );
Index: profiles/default/default.profile
===================================================================
RCS file: /cvs/drupal/drupal/profiles/default/default.profile,v
retrieving revision 1.21
diff -u -p -r1.21 default.profile
--- profiles/default/default.profile	8 Dec 2007 15:15:25 -0000	1.21
+++ profiles/default/default.profile	10 Dec 2007 20:23:15 -0000
@@ -136,16 +136,3 @@ function default_profile_tasks(&$task, $
   // Update the menu router information.
   menu_rebuild();
 }
-
-/**
- * Implementation of hook_form_alter().
- *
- * Allows the profile to alter the site-configuration form. This is
- * called through custom invocation, so $form_state is not populated.
- */
-function default_form_alter(&$form, $form_state, $form_id) {
-  if ($form_id == 'install_configure') {
-    // Set default for site name field.
-    $form['site_information']['site_name']['#default_value'] = 'Drupal';
-  }
-}
