drupal/drupal.patch

changeset 748
7548d72a64e3
parent 734
6f237b68bce5
equal deleted inserted replaced
2:bdfa5273388a 3:62f7912acd58
75 + 75 +
76 // If the database prefix is being used by SimpleTest to run the tests in a copied 76 // If the database prefix is being used by SimpleTest to run the tests in a copied
77 // database then set the user-agent header to the database prefix so that any 77 // database then set the user-agent header to the database prefix so that any
78 // calls to other Drupal pages will run the SimpleTest prefixed database. The 78 // calls to other Drupal pages will run the SimpleTest prefixed database. The
79 Index: modules/system/system.admin.inc 79 Index: modules/system/system.admin.inc
80 --- modules/system/system.admin.inc.orig 2008-03-25 12:58:16 +0100 80 --- modules/system/system.admin.inc.orig 2012-10-17 22:45:04.000000000 +0200
81 +++ modules/system/system.admin.inc 2008-04-24 11:43:07 +0200 81 +++ modules/system/system.admin.inc 2012-10-27 13:56:02.343450754 +0200
82 @@ -1766,6 +1766,165 @@ 82 @@ -1766,6 +1766,65 @@
83 } 83 }
84 84
85 /** 85 /**
86 + * Form builder; Configure the site proxy settings. 86 + * Form builder; Configure the site proxy settings.
87 + * 87 + *
164 'title' => 'File system', 164 'title' => 'File system',
165 'description' => 'Tell Drupal where to store uploaded files and how they are accessed.', 165 'description' => 'Tell Drupal where to store uploaded files and how they are accessed.',
166 Index: includes/install.core.inc 166 Index: includes/install.core.inc
167 --- includes/install.core.inc.orig 2012-08-01 18:27:42.000000000 +0200 167 --- includes/install.core.inc.orig 2012-08-01 18:27:42.000000000 +0200
168 +++ includes/install.core.inc 2012-08-22 21:55:27.582420660 +0200 168 +++ includes/install.core.inc 2012-08-22 21:55:27.582420660 +0200
169 @@ -1771,7 +1771,7 @@ 169 @@ -1770,7 +1770,7 @@
170 1 => st('Check for updates automatically'), 170 1 => st('Check for updates automatically'),
171 2 => st('Receive e-mail notifications'), 171 2 => st('Receive e-mail notifications'),
172 ), 172 ),
173 - '#default_value' => array(1, 2), 173 - '#default_value' => array(1, 2),
174 + '#default_value' => array(), 174 + '#default_value' => array(),

mercurial