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 Drupal 7.31, 2014-08-06
---------------------- ----------------------
- Fixed security issues (denial of service). See SA-CORE-2014-004. - Fixed security issues (denial of service). See SA-CORE-2014-004.
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
/** /**
* The current system version. * The current system version.
*/ */
define('VERSION', '7.31'); define('VERSION', '7.32');
/** /**
* Core API compatibility. * Core API compatibility.
......
...@@ -736,7 +736,7 @@ abstract class DatabaseConnection extends PDO { ...@@ -736,7 +736,7 @@ abstract class DatabaseConnection extends PDO {
// to expand it out into a comma-delimited set of placeholders. // to expand it out into a comma-delimited set of placeholders.
foreach (array_filter($args, 'is_array') as $key => $data) { foreach (array_filter($args, 'is_array') as $key => $data) {
$new_keys = array(); $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 // This assumes that there are no other placeholders that use the same
// name. For example, if the array placeholder is defined as :example // name. For example, if the array placeholder is defined as :example
// and there is already an :example_2 placeholder, this will generate // and there is already an :example_2 placeholder, this will generate
......
...@@ -7,8 +7,8 @@ files[] = aggregator.test ...@@ -7,8 +7,8 @@ files[] = aggregator.test
configure = admin/config/services/aggregator/settings configure = admin/config/services/aggregator/settings
stylesheets[all][] = aggregator.css stylesheets[all][] = aggregator.css
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = block.test files[] = block.test
configure = admin/structure/block configure = admin/structure/block
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -13,8 +13,8 @@ regions[footer] = Footer ...@@ -13,8 +13,8 @@ regions[footer] = Footer
regions[highlighted] = Highlighted regions[highlighted] = Highlighted
regions[help] = Help regions[help] = Help
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
files[] = blog.test files[] = blog.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ files[] = book.test ...@@ -7,8 +7,8 @@ files[] = book.test
configure = admin/content/book/settings configure = admin/content/book/settings
stylesheets[all][] = book.css stylesheets[all][] = book.css
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
files[] = color.test files[] = color.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -9,8 +9,8 @@ files[] = comment.test ...@@ -9,8 +9,8 @@ files[] = comment.test
configure = admin/content/comment configure = admin/content/comment
stylesheets[all][] = comment.css stylesheets[all][] = comment.css
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = contact.test files[] = contact.test
configure = admin/structure/contact configure = admin/structure/contact
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
files[] = contextual.test files[] = contextual.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ files[] = dashboard.test ...@@ -7,8 +7,8 @@ files[] = dashboard.test
dependencies[] = block dependencies[] = block
configure = admin/dashboard/customize configure = admin/dashboard/customize
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
files[] = dblog.test files[] = dblog.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -11,8 +11,8 @@ dependencies[] = field_sql_storage ...@@ -11,8 +11,8 @@ dependencies[] = field_sql_storage
required = TRUE required = TRUE
stylesheets[all][] = theme/field.css stylesheets[all][] = theme/field.css
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ dependencies[] = field ...@@ -7,8 +7,8 @@ dependencies[] = field
files[] = field_sql_storage.test files[] = field_sql_storage.test
required = TRUE required = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ dependencies[] = field ...@@ -7,8 +7,8 @@ dependencies[] = field
dependencies[] = options dependencies[] = options
files[] = tests/list.test files[] = tests/list.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ package = Testing ...@@ -5,8 +5,8 @@ package = Testing
version = VERSION version = VERSION
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = field dependencies[] = field
files[] = number.test files[] = number.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = field dependencies[] = field
files[] = options.test files[] = options.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ dependencies[] = field ...@@ -7,8 +7,8 @@ dependencies[] = field
files[] = text.test files[] = text.test
required = TRUE required = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ files[] = field_test.entity.inc ...@@ -6,8 +6,8 @@ files[] = field_test.entity.inc
version = VERSION version = VERSION
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = field dependencies[] = field
files[] = field_ui.test files[] = field_ui.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = field dependencies[] = field
files[] = tests/file.test files[] = tests/file.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ files[] = filter.test ...@@ -7,8 +7,8 @@ files[] = filter.test
required = TRUE required = TRUE
configure = admin/config/content/formats configure = admin/config/content/formats
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -9,8 +9,8 @@ files[] = forum.test ...@@ -9,8 +9,8 @@ files[] = forum.test
configure = admin/structure/forum configure = admin/structure/forum
stylesheets[all][] = forum.css stylesheets[all][] = forum.css
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
files[] = help.test files[] = help.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ dependencies[] = file ...@@ -7,8 +7,8 @@ dependencies[] = file
files[] = image.test files[] = image.test
configure = admin/config/media/image-styles configure = admin/config/media/image-styles
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = image_module_test.module files[] = image_module_test.module
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = locale.test files[] = locale.test
configure = admin/config/regional/language configure = admin/config/regional/language
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ package = Testing ...@@ -5,8 +5,8 @@ package = Testing
version = VERSION version = VERSION
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = menu.test files[] = menu.test
configure = admin/structure/menu configure = admin/structure/menu
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -9,8 +9,8 @@ required = TRUE ...@@ -9,8 +9,8 @@ required = TRUE
configure = admin/structure/types configure = admin/structure/types
stylesheets[all][] = node.css stylesheets[all][] = node.css
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ package = Core ...@@ -5,8 +5,8 @@ package = Core
core = 7.x core = 7.x
files[] = openid.test files[] = openid.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = openid dependencies[] = openid
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -4,8 +4,8 @@ package = Core ...@@ -4,8 +4,8 @@ package = Core
version = VERSION version = VERSION
core = 7.x core = 7.x
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = path.test files[] = path.test
configure = admin/config/search/path configure = admin/config/search/path
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
files[] = php.test files[] = php.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = poll.test files[] = poll.test
stylesheets[all][] = poll.css stylesheets[all][] = poll.css
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -11,8 +11,8 @@ configure = admin/config/people/profile ...@@ -11,8 +11,8 @@ configure = admin/config/people/profile
; See user_system_info_alter(). ; See user_system_info_alter().
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
files[] = rdf.test files[] = rdf.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -8,8 +8,8 @@ files[] = search.test ...@@ -8,8 +8,8 @@ files[] = search.test
configure = admin/config/search/settings configure = admin/config/search/settings
stylesheets[all][] = search.css stylesheets[all][] = search.css
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = shortcut.test files[] = shortcut.test
configure = admin/config/user-interface/shortcut configure = admin/config/user-interface/shortcut
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -56,8 +56,8 @@ files[] = tests/upgrade/update.trigger.test ...@@ -56,8 +56,8 @@ files[] = tests/upgrade/update.trigger.test
files[] = tests/upgrade/update.field.test files[] = tests/upgrade/update.field.test
files[] = tests/upgrade/update.user.test files[] = tests/upgrade/update.user.test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ package = Testing ...@@ -5,8 +5,8 @@ package = Testing
version = VERSION version = VERSION
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ stylesheets[all][] = common_test.css ...@@ -7,8 +7,8 @@ stylesheets[all][] = common_test.css
stylesheets[print][] = common_test.print.css stylesheets[print][] = common_test.print.css
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ package = Testing ...@@ -5,8 +5,8 @@ package = Testing
version = VERSION version = VERSION
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -3384,6 +3384,34 @@ class DatabaseQueryTestCase extends DatabaseTestCase { ...@@ -3384,6 +3384,34 @@ class DatabaseQueryTestCase extends DatabaseTestCase {
$this->assertEqual(count($names), 3, 'Correct number of names returned'); $this->assertEqual(count($names), 3, 'Correct number of names returned');
} }
/**
* Test SQL injection via database query array arguments.
*/
public function testArrayArgumentsSQLInjection() {
// Attempt SQL injection and verify that it does not work.
$condition = array(
"1 ;INSERT INTO {test} SET name = 'test12345678'; -- " => '',
'1' => '',
);
try {
db_query("SELECT * FROM {test} WHERE name = :name", array(':name' => $condition))->fetchObject();
$this->fail('SQL injection attempt via array arguments should result in a PDOException.');
}
catch (PDOException $e) {
$this->pass('SQL injection attempt via array arguments should result in a PDOException.');
}
// Test that the insert query that was used in the SQL injection attempt did
// not result in a row being inserted in the database.
$result = db_select('test')
->condition('name', 'test12345678')
->countQuery()
->execute()
->fetchField();
$this->assertFalse($result, 'SQL injection attempt did not result in a row being inserted in the database table.');
}
} }
/** /**
......
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
dependencies[] = entity_cache_test_dependency dependencies[] = entity_cache_test_dependency
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ package = Testing ...@@ -5,8 +5,8 @@ package = Testing
version = VERSION version = VERSION
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = file_test.module files[] = file_test.module
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ core = 7.x ...@@ -5,8 +5,8 @@ core = 7.x
hidden = TRUE hidden = TRUE
package = Testing package = Testing
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ version = VERSION ...@@ -7,8 +7,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
hidden = TRUE hidden = TRUE
dependencies[] = _missing_dependency dependencies[] = _missing_dependency
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
hidden = TRUE hidden = TRUE
dependencies[] = system_incompatible_core_version_test dependencies[] = system_incompatible_core_version_test
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 5.x core = 5.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -7,8 +7,8 @@ hidden = TRUE ...@@ -7,8 +7,8 @@ hidden = TRUE
; system_incompatible_module_version_test declares version 1.0 ; system_incompatible_module_version_test declares version 1.0
dependencies[] = system_incompatible_module_version_test (>2.0) dependencies[] = system_incompatible_module_version_test (>2.0)
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = 1.0 ...@@ -5,8 +5,8 @@ version = 1.0
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = system_test.module files[] = system_test.module
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
hidden = TRUE hidden = TRUE
dependencies[] = taxonomy dependencies[] = taxonomy
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ hidden = TRUE ...@@ -6,8 +6,8 @@ hidden = TRUE
settings[basetheme_only] = base theme value settings[basetheme_only] = base theme value
settings[subtheme_override] = base theme value settings[subtheme_override] = base theme value
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ hidden = TRUE ...@@ -6,8 +6,8 @@ hidden = TRUE
settings[subtheme_override] = subtheme value settings[subtheme_override] = subtheme value
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -17,8 +17,8 @@ stylesheets[all][] = system.base.css ...@@ -17,8 +17,8 @@ stylesheets[all][] = system.base.css
settings[theme_test_setting] = default value settings[theme_test_setting] = default value
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ package = Testing ...@@ -5,8 +5,8 @@ package = Testing
version = VERSION version = VERSION
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = statistics.test files[] = statistics.test
configure = admin/config/system/statistics configure = admin/config/system/statistics
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -6,8 +6,8 @@ core = 7.x ...@@ -6,8 +6,8 @@ core = 7.x
files[] = syslog.test files[] = syslog.test
configure = admin/config/development/logging configure = admin/config/development/logging
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -12,8 +12,8 @@ files[] = system.test ...@@ -12,8 +12,8 @@ files[] = system.test
required = TRUE required = TRUE
configure = admin/config/system configure = admin/config/system
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
...@@ -5,8 +5,8 @@ version = VERSION ...@@ -5,8 +5,8 @@ version = VERSION
core = 7.x core = 7.x
hidden = TRUE hidden = TRUE
; Information added by Drupal.org packaging script on 2014-08-06 ; Information added by Drupal.org packaging script on 2014-10-15
version = "7.31" version = "7.32"
project = "drupal" project = "drupal"
datestamp = "1407346433" datestamp = "1413387510"
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment