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
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 = 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"
......@@ -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"
......@@ -7,8 +7,8 @@ stylesheets[all][] = common_test.css
stylesheets[print][] = common_test.print.css
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 = 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"
......@@ -3384,6 +3384,34 @@ class DatabaseQueryTestCase extends DatabaseTestCase {
$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
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
dependencies[] = entity_cache_test_dependency
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 = 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"
......@@ -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[] = file_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"
......@@ -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 @@ 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 @@ core = 7.x
hidden = TRUE
package = Testing
; 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 @@ 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
hidden = TRUE
dependencies[] = _missing_dependency
; 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
hidden = TRUE
dependencies[] = system_incompatible_core_version_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 = 5.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 @@ hidden = TRUE
; system_incompatible_module_version_test declares version 1.0
dependencies[] = system_incompatible_module_version_test (>2.0)
; 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 = 1.0
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[] = system_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
hidden = TRUE
dependencies[] = taxonomy
; 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 @@ hidden = TRUE
settings[basetheme_only] = base theme value
settings[subtheme_override] = base theme value
; 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 @@ hidden = TRUE
settings[subtheme_override] = subtheme value
; 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"
......@@ -17,8 +17,8 @@ stylesheets[all][] = system.base.css
settings[theme_test_setting] = default value
; 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 @@ 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 = 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"
......@@ -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[] = statistics.test
configure = admin/config/system/statistics
; 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[] = syslog.test
configure = admin/config/development/logging
; 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"
......@@ -12,8 +12,8 @@ files[] = system.test
required = TRUE
configure = admin/config/system
; 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[] = taxonomy.module
files[] = taxonomy.test
configure = admin/structure/taxonomy
; 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 @@ core = 7.x
package = Core
version = VERSION
; 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 @@ version = VERSION
core = 7.x
files[] = tracker.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 @@ version = VERSION
core = 7.x
files[] = translation.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"
......@@ -4,8 +4,8 @@ package = Testing
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[] = trigger.test
configure = admin/structure/trigger
; 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 = Testing
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"
......@@ -4,8 +4,8 @@ package = Testing
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"
......@@ -4,8 +4,8 @@ package = Testing
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"
......@@ -3,8 +3,8 @@ description = Test theme which acts as a base theme for other test subthemes.
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"
......@@ -4,8 +4,8 @@ core = 7.x
base theme = update_test_basetheme
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[] = update.test
configure = admin/reports/updates/settings
; 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"
......@@ -9,8 +9,8 @@ required = TRUE
configure = admin/config/people
stylesheets[all][] = user.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 @@ core = 7.x
dependencies[] = block
dependencies[] = dblog
; 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"
......@@ -24,8 +24,8 @@ dependencies[] = field_ui
dependencies[] = file
dependencies[] = rdf
; 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
hidden = TRUE
files[] = drupal_system_listing_compatible_test.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"
......@@ -8,8 +8,8 @@ version = VERSION
core = 6.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"
......@@ -4,8 +4,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"
......@@ -34,8 +34,8 @@ regions[footer] = Footer
settings[shortcut_module_link] = 0
; 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 @@ stylesheets[all][] = style.css
stylesheets[print][] = print.css
settings[garland_width] = fluid
; 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[page_bottom] = Page bottom
regions[sidebar_first] = First sidebar
regions_hidden[] = sidebar_first
; 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"
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