summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt1
-rw-r--r--sites/default/default.settings.php18
2 files changed, 6 insertions, 13 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8131d16ec..90c116dfa 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -12,6 +12,7 @@ Drupal 7.16, xxxx-xx-xx (development version)
projects.
- Fixed a regression which caused a "call to undefined function
drupal_find_base_themes()" fatal error under rare circumstances.
+- Added "lang" attributes to language links, to better support screen readers.
Drupal 7.15, 2012-08-01
-----------------------
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 7071a5820..0ae34a2bb 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -510,21 +510,13 @@ $conf['404_fast_html'] = '<html xmlns="http://www.w3.org/1999/xhtml"><head><titl
*
* The Update manager module included with Drupal provides a mechanism for
* site administrators to securely install missing updates for the site
- * directly through the web user interface. On securely-configured servers,
- * the Update manager will require the administrator to provide SSH or FTP
- * credentials before allowing the installation to proceed; this allows the
- * site to update the new files as the user who owns all the Drupal files,
- * instead of as the user the webserver is running as. On servers where the
- * webserver user is itself the owner of the Drupal files, the administrator
- * will not be prompted for SSH or FTP credentials (note that these server
- * setups are common on shared hosting, but are inherently insecure).
- *
- * Some sites might wish to disable the above functionality, and only update
- * the code directly via SSH or FTP themselves. This setting completely
+ * directly through the web user interface by providing either SSH or FTP
+ * credentials. This allows the site to update the new files as the user who
+ * owns all the Drupal files, instead of as the user the webserver is running
+ * as. However, some sites might wish to disable this functionality, and only
+ * update the code directly via SSH or FTP themselves. This setting completely
* disables all functionality related to these authorized file operations.
*
- * @see http://drupal.org/node/244924
- *
* Remove the leading hash signs to disable.
*/
# $conf['allow_authorize_operations'] = FALSE;