Commit fdceadd6 authored by Riccardo Padovani's avatar Riccardo Padovani

Updated Drupal to v7.32

parent 42a10b85
Drupal 7.32, 2014-10-15
----------------------
- Fixed security issues (SQL injection). See SA-CORE-2014-005.
Drupal 7.31, 2014-08-06
----------------------
- Fixed security issues (denial of service). See SA-CORE-2014-004.
......
......@@ -8,7 +8,7 @@
/**
* The current system version.
*/
define('VERSION', '7.31');
define('VERSION', '7.32');
/**
* Core API compatibility.
......
......@@ -736,7 +736,7 @@ abstract class DatabaseConnection extends PDO {
// to expand it out into a comma-delimited set of placeholders.
foreach (array_filter($args, 'is_array') as $key => $data) {
$new_keys = array();
foreach ($data as $i => $value) {
foreach (array_values($data) as $i => $value) {
// This assumes that there are no other placeholders that use the same
// name. For example, if the array placeholder is defined as :example
// and there is already an :example_2 placeholder, this will generate
......
......@@ -7,8 +7,8 @@ files[] = aggregator.test
configure = admin/config/services/aggregator/settings
stylesheets[all][] = aggregator.css
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
files[] = block.test
configure = admin/structure/block
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -13,8 +13,8 @@ regions[footer] = Footer
regions[highlighted] = Highlighted
regions[help] = Help
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
files[] = blog.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -7,8 +7,8 @@ files[] = book.test
configure = admin/content/book/settings
stylesheets[all][] = book.css
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
files[] = color.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -9,8 +9,8 @@ files[] = comment.test
configure = admin/content/comment
stylesheets[all][] = comment.css
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
files[] = contact.test
configure = admin/structure/contact
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
files[] = contextual.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -7,8 +7,8 @@ files[] = dashboard.test
dependencies[] = block
configure = admin/dashboard/customize
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
files[] = dblog.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -11,8 +11,8 @@ dependencies[] = field_sql_storage
required = TRUE
stylesheets[all][] = theme/field.css
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -7,8 +7,8 @@ dependencies[] = field
files[] = field_sql_storage.test
required = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -7,8 +7,8 @@ dependencies[] = field
dependencies[] = options
files[] = tests/list.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ package = Testing
version = VERSION
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = field
files[] = number.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = field
files[] = options.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -7,8 +7,8 @@ dependencies[] = field
files[] = text.test
required = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ files[] = field_test.entity.inc
version = VERSION
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = field
files[] = field_ui.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = field
files[] = tests/file.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -7,8 +7,8 @@ files[] = filter.test
required = TRUE
configure = admin/config/content/formats
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -9,8 +9,8 @@ files[] = forum.test
configure = admin/structure/forum
stylesheets[all][] = forum.css
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
files[] = help.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -7,8 +7,8 @@ dependencies[] = file
files[] = image.test
configure = admin/config/media/image-styles
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
files[] = image_module_test.module
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
files[] = locale.test
configure = admin/config/regional/language
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ package = Testing
version = VERSION
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
files[] = menu.test
configure = admin/structure/menu
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -9,8 +9,8 @@ required = TRUE
configure = admin/structure/types
stylesheets[all][] = node.css
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ package = Core
core = 7.x
files[] = openid.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = openid
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -4,8 +4,8 @@ package = Core
version = VERSION
core = 7.x
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
files[] = path.test
configure = admin/config/search/path
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
files[] = php.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
files[] = poll.test
stylesheets[all][] = poll.css
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -11,8 +11,8 @@ configure = admin/config/people/profile
; See user_system_info_alter().
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
files[] = rdf.test
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -8,8 +8,8 @@ files[] = search.test
configure = admin/config/search/settings
stylesheets[all][] = search.css
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -5,8 +5,8 @@ version = VERSION
core = 7.x
hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -6,8 +6,8 @@ core = 7.x
files[] = shortcut.test
configure = admin/config/user-interface/shortcut
; Information added by Drupal.org packaging script on 2014-08-06
version = "7.31"
; Information added by Drupal.org packaging script on 2014-10-15
version = "7.32"
project = "drupal"
datestamp = "1407346433"
datestamp = "1413387510"
......@@ -56,8 +56,8 @@ files[] = tests/upgrade/update.trigger.test
files[] = tests/upgrade/update.field.test
files[] = tests/upgrade/update.user.test
; Information added by Drupal.org packaging script on 2014-08-06