? .DS_Store
? 270302_11_upload_type_namespace_conflict_D7.patch
? 270302_13_upload_type_namespace_conflict_D7.patch
? 270302_8_upload_type_namespace_conflict_D7.patch
? block_body_required_00.patch
? clean_url_form_01.patch
? clean_url_form_02.patch
? form_required_cursor_01.patch
? make_node_optional_00.patch
? make_node_optional_01.patch
? make_node_optional_02.patch
? make_node_optional_03.patch
? password_colouring_00.patch
? upload_variable_conflict_00.patch
? sites/.DS_Store
? sites/default/settings.php
Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.159
diff -u -p -r1.159 install.php
--- install.php 1 Mar 2009 09:32:16 -0000 1.159
+++ install.php 15 Mar 2009 22:26:44 -0000
@@ -725,7 +725,7 @@ function install_tasks($profile, $task)
drupal_add_js('misc/timezone.js');
// We add these strings as settings because JavaScript translation does not
// work on install time.
- drupal_add_js(array('copyFieldValue' => array('edit-site-mail' => array('edit-account-mail')), 'cleanURL' => array('success' => st('Your server has been successfully tested to support this feature.'), 'failure' => st('Your system configuration does not currently support this feature. The handbook page on Clean URLs has additional troubleshooting information.'), 'testing' => st('Testing clean URLs...'))), 'setting');
+ drupal_add_js(array('copyFieldValue' => array('edit-site-mail' => array('edit-account-mail'))), 'setting');
drupal_add_js('
// Global Killswitch
if (Drupal.jsEnabled) {
@@ -1027,15 +1027,8 @@ function install_configure_form(&$form_s
);
$form['server_settings']['clean_url'] = array(
- '#type' => 'radios',
- '#title' => st('Clean URLs'),
+ '#type' => 'hidden',
'#default_value' => 0,
- '#options' => array(0 => st('Disabled'), 1 => st('Enabled')),
- '#description' => st('This option makes Drupal emit "clean" URLs (i.e. without ?q= in the URL).'),
- '#disabled' => TRUE,
- '#prefix' => '
?q= in the URL).'),
+ '#description' => t('Use paths like example.com/node instead of example.com/?q=node.'),
);
if (!variable_get('clean_url', 0)) {
Index: modules/system/system.js
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.js,v
retrieving revision 1.20
diff -u -p -r1.20 system.js
--- modules/system/system.js 13 Mar 2009 23:15:09 -0000 1.20
+++ modules/system/system.js 15 Mar 2009 22:26:45 -0000
@@ -25,7 +25,6 @@ Drupal.behaviors.cleanURLsSettingsCheck
success: function () {
// Check was successful.
$("#clean-url input.form-radio").attr("disabled", false);
- $("#clean-url .description span").append('