Last active
March 28, 2018 19:23
-
-
Save Krisseck/7ee7b861e61021b3fd70e341c5a717c7 to your computer and use it in GitHub Desktop.
Drupal 7.58 Patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r -u drupal-7.57/CHANGELOG.txt drupal-7.58/CHANGELOG.txt | |
--- drupal-7.57/CHANGELOG.txt 2018-02-21 19:28:43.000000000 +0200 | |
+++ drupal-7.58/CHANGELOG.txt 2018-03-27 22:28:19.000000000 +0300 | |
@@ -1,4 +1,8 @@ | |
+Drupal 7.58, 2018-03-28 | |
+----------------------- | |
+- Fixed security issues (multiple vulnerabilities). See SA-CORE-2018-002. | |
+ | |
Drupal 7.57, 2018-02-21 | |
----------------------- | |
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2018-001. | |
diff -r -u drupal-7.57/includes/bootstrap.inc drupal-7.58/includes/bootstrap.inc | |
--- drupal-7.57/includes/bootstrap.inc 2018-02-21 19:28:43.000000000 +0200 | |
+++ drupal-7.58/includes/bootstrap.inc 2018-03-27 22:28:19.000000000 +0300 | |
@@ -8,7 +8,7 @@ | |
/** | |
* The current system version. | |
*/ | |
-define('VERSION', '7.57'); | |
+define('VERSION', '7.58'); | |
/** | |
* Core API compatibility. | |
@@ -2632,6 +2632,10 @@ | |
timer_start('page'); | |
// Initialize the configuration, including variables from settings.php. | |
drupal_settings_initialize(); | |
+ | |
+ // Sanitize unsafe keys from the request. | |
+ require_once DRUPAL_ROOT . '/includes/request-sanitizer.inc'; | |
+ DrupalRequestSanitizer::sanitize(); | |
} | |
/** | |
Only in drupal-7.58/includes: request-sanitizer.inc | |
diff -r -u drupal-7.57/modules/aggregator/aggregator.info drupal-7.58/modules/aggregator/aggregator.info | |
--- drupal-7.57/modules/aggregator/aggregator.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/aggregator/aggregator.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
configure = admin/config/services/aggregator/settings | |
stylesheets[all][] = aggregator.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/aggregator/tests/aggregator_test.info drupal-7.58/modules/aggregator/tests/aggregator_test.info | |
--- drupal-7.57/modules/aggregator/tests/aggregator_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/aggregator/tests/aggregator_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/block/block.info drupal-7.58/modules/block/block.info | |
--- drupal-7.57/modules/block/block.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/block/block.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = block.test | |
configure = admin/structure/block | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/block/tests/block_test.info drupal-7.58/modules/block/tests/block_test.info | |
--- drupal-7.57/modules/block/tests/block_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/block/tests/block_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/block/tests/themes/block_test_theme/block_test_theme.info drupal-7.58/modules/block/tests/themes/block_test_theme/block_test_theme.info | |
--- drupal-7.57/modules/block/tests/themes/block_test_theme/block_test_theme.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/block/tests/themes/block_test_theme/block_test_theme.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -13,8 +13,8 @@ | |
regions[highlighted] = Highlighted | |
regions[help] = Help | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/blog/blog.info drupal-7.58/modules/blog/blog.info | |
--- drupal-7.57/modules/blog/blog.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/blog/blog.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
files[] = blog.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/book/book.info drupal-7.58/modules/book/book.info | |
--- drupal-7.57/modules/book/book.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/book/book.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
configure = admin/content/book/settings | |
stylesheets[all][] = book.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/color/color.info drupal-7.58/modules/color/color.info | |
--- drupal-7.57/modules/color/color.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/color/color.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
files[] = color.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/comment/comment.info drupal-7.58/modules/comment/comment.info | |
--- drupal-7.57/modules/comment/comment.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/comment/comment.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -9,8 +9,8 @@ | |
configure = admin/content/comment | |
stylesheets[all][] = comment.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/contact/contact.info drupal-7.58/modules/contact/contact.info | |
--- drupal-7.57/modules/contact/contact.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/contact/contact.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = contact.test | |
configure = admin/structure/contact | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/contextual/contextual.info drupal-7.58/modules/contextual/contextual.info | |
--- drupal-7.57/modules/contextual/contextual.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/contextual/contextual.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
files[] = contextual.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/dashboard/dashboard.info drupal-7.58/modules/dashboard/dashboard.info | |
--- drupal-7.57/modules/dashboard/dashboard.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/dashboard/dashboard.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
dependencies[] = block | |
configure = admin/dashboard/customize | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/dblog/dblog.info drupal-7.58/modules/dblog/dblog.info | |
--- drupal-7.57/modules/dblog/dblog.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/dblog/dblog.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
files[] = dblog.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/field/field.info drupal-7.58/modules/field/field.info | |
--- drupal-7.57/modules/field/field.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/field/field.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -11,8 +11,8 @@ | |
required = TRUE | |
stylesheets[all][] = theme/field.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/field/modules/field_sql_storage/field_sql_storage.info drupal-7.58/modules/field/modules/field_sql_storage/field_sql_storage.info | |
--- drupal-7.57/modules/field/modules/field_sql_storage/field_sql_storage.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/field/modules/field_sql_storage/field_sql_storage.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
files[] = field_sql_storage.test | |
required = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/field/modules/list/list.info drupal-7.58/modules/field/modules/list/list.info | |
--- drupal-7.57/modules/field/modules/list/list.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/field/modules/list/list.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
dependencies[] = options | |
files[] = tests/list.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/field/modules/list/tests/list_test.info drupal-7.58/modules/field/modules/list/tests/list_test.info | |
--- drupal-7.57/modules/field/modules/list/tests/list_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/field/modules/list/tests/list_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/field/modules/number/number.info drupal-7.58/modules/field/modules/number/number.info | |
--- drupal-7.57/modules/field/modules/number/number.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/field/modules/number/number.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
dependencies[] = field | |
files[] = number.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/field/modules/options/options.info drupal-7.58/modules/field/modules/options/options.info | |
--- drupal-7.57/modules/field/modules/options/options.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/field/modules/options/options.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
dependencies[] = field | |
files[] = options.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/field/modules/text/text.info drupal-7.58/modules/field/modules/text/text.info | |
--- drupal-7.57/modules/field/modules/text/text.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/field/modules/text/text.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
files[] = text.test | |
required = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/field/tests/field_test.info drupal-7.58/modules/field/tests/field_test.info | |
--- drupal-7.57/modules/field/tests/field_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/field/tests/field_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/field_ui/field_ui.info drupal-7.58/modules/field_ui/field_ui.info | |
--- drupal-7.57/modules/field_ui/field_ui.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/field_ui/field_ui.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
dependencies[] = field | |
files[] = field_ui.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/file/file.info drupal-7.58/modules/file/file.info | |
--- drupal-7.57/modules/file/file.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/file/file.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
dependencies[] = field | |
files[] = tests/file.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/file/tests/file_module_test.info drupal-7.58/modules/file/tests/file_module_test.info | |
--- drupal-7.57/modules/file/tests/file_module_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/file/tests/file_module_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/filter/filter.info drupal-7.58/modules/filter/filter.info | |
--- drupal-7.57/modules/filter/filter.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/filter/filter.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
required = TRUE | |
configure = admin/config/content/formats | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/forum/forum.info drupal-7.58/modules/forum/forum.info | |
--- drupal-7.57/modules/forum/forum.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/forum/forum.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -9,8 +9,8 @@ | |
configure = admin/structure/forum | |
stylesheets[all][] = forum.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/help/help.info drupal-7.58/modules/help/help.info | |
--- drupal-7.57/modules/help/help.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/help/help.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
files[] = help.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/image/image.info drupal-7.58/modules/image/image.info | |
--- drupal-7.57/modules/image/image.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/image/image.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
files[] = image.test | |
configure = admin/config/media/image-styles | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/image/tests/image_module_test.info drupal-7.58/modules/image/tests/image_module_test.info | |
--- drupal-7.57/modules/image/tests/image_module_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/image/tests/image_module_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = image_module_test.module | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/locale/locale.info drupal-7.58/modules/locale/locale.info | |
--- drupal-7.57/modules/locale/locale.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/locale/locale.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = locale.test | |
configure = admin/config/regional/language | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/locale/tests/locale_test.info drupal-7.58/modules/locale/tests/locale_test.info | |
--- drupal-7.57/modules/locale/tests/locale_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/locale/tests/locale_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/menu/menu.info drupal-7.58/modules/menu/menu.info | |
--- drupal-7.57/modules/menu/menu.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/menu/menu.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = menu.test | |
configure = admin/structure/menu | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/node/node.info drupal-7.58/modules/node/node.info | |
--- drupal-7.57/modules/node/node.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/node/node.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -9,8 +9,8 @@ | |
configure = admin/structure/types | |
stylesheets[all][] = node.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/node/tests/node_access_test.info drupal-7.58/modules/node/tests/node_access_test.info | |
--- drupal-7.57/modules/node/tests/node_access_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/node/tests/node_access_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/node/tests/node_test_exception.info drupal-7.58/modules/node/tests/node_test_exception.info | |
--- drupal-7.57/modules/node/tests/node_test_exception.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/node/tests/node_test_exception.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/node/tests/node_test.info drupal-7.58/modules/node/tests/node_test.info | |
--- drupal-7.57/modules/node/tests/node_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/node/tests/node_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/openid/openid.info drupal-7.58/modules/openid/openid.info | |
--- drupal-7.57/modules/openid/openid.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/openid/openid.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
files[] = openid.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/openid/tests/openid_test.info drupal-7.58/modules/openid/tests/openid_test.info | |
--- drupal-7.57/modules/openid/tests/openid_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/openid/tests/openid_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
dependencies[] = openid | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/overlay/overlay.info drupal-7.58/modules/overlay/overlay.info | |
--- drupal-7.57/modules/overlay/overlay.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/overlay/overlay.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -4,8 +4,8 @@ | |
version = VERSION | |
core = 7.x | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/path/path.info drupal-7.58/modules/path/path.info | |
--- drupal-7.57/modules/path/path.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/path/path.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = path.test | |
configure = admin/config/search/path | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/php/php.info drupal-7.58/modules/php/php.info | |
--- drupal-7.57/modules/php/php.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/php/php.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
files[] = php.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/poll/poll.info drupal-7.58/modules/poll/poll.info | |
--- drupal-7.57/modules/poll/poll.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/poll/poll.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = poll.test | |
stylesheets[all][] = poll.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/profile/profile.info drupal-7.58/modules/profile/profile.info | |
--- drupal-7.57/modules/profile/profile.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/profile/profile.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -11,8 +11,8 @@ | |
; See user_system_info_alter(). | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/rdf/rdf.info drupal-7.58/modules/rdf/rdf.info | |
--- drupal-7.57/modules/rdf/rdf.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/rdf/rdf.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
files[] = rdf.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/rdf/tests/rdf_test.info drupal-7.58/modules/rdf/tests/rdf_test.info | |
--- drupal-7.57/modules/rdf/tests/rdf_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/rdf/tests/rdf_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
hidden = TRUE | |
dependencies[] = blog | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/search/search.info drupal-7.58/modules/search/search.info | |
--- drupal-7.57/modules/search/search.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/search/search.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -8,8 +8,8 @@ | |
configure = admin/config/search/settings | |
stylesheets[all][] = search.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/search/tests/search_embedded_form.info drupal-7.58/modules/search/tests/search_embedded_form.info | |
--- drupal-7.57/modules/search/tests/search_embedded_form.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/search/tests/search_embedded_form.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/search/tests/search_extra_type.info drupal-7.58/modules/search/tests/search_extra_type.info | |
--- drupal-7.57/modules/search/tests/search_extra_type.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/search/tests/search_extra_type.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/search/tests/search_node_tags.info drupal-7.58/modules/search/tests/search_node_tags.info | |
--- drupal-7.57/modules/search/tests/search_node_tags.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/search/tests/search_node_tags.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/shortcut/shortcut.info drupal-7.58/modules/shortcut/shortcut.info | |
--- drupal-7.57/modules/shortcut/shortcut.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/shortcut/shortcut.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = shortcut.test | |
configure = admin/config/user-interface/shortcut | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/simpletest.info drupal-7.58/modules/simpletest/simpletest.info | |
--- drupal-7.57/modules/simpletest/simpletest.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/simpletest.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -57,8 +57,8 @@ | |
files[] = tests/upgrade/update.field.test | |
files[] = tests/upgrade/update.user.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/actions_loop_test.info drupal-7.58/modules/simpletest/tests/actions_loop_test.info | |
--- drupal-7.57/modules/simpletest/tests/actions_loop_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/actions_loop_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/ajax_forms_test.info drupal-7.58/modules/simpletest/tests/ajax_forms_test.info | |
--- drupal-7.57/modules/simpletest/tests/ajax_forms_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/ajax_forms_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/ajax_test.info drupal-7.58/modules/simpletest/tests/ajax_test.info | |
--- drupal-7.57/modules/simpletest/tests/ajax_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/ajax_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/batch_test.info drupal-7.58/modules/simpletest/tests/batch_test.info | |
--- drupal-7.57/modules/simpletest/tests/batch_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/batch_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/boot_test_1.info drupal-7.58/modules/simpletest/tests/boot_test_1.info | |
--- drupal-7.57/modules/simpletest/tests/boot_test_1.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/boot_test_1.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/boot_test_2.info drupal-7.58/modules/simpletest/tests/boot_test_2.info | |
--- drupal-7.57/modules/simpletest/tests/boot_test_2.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/boot_test_2.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/common_test_cron_helper.info drupal-7.58/modules/simpletest/tests/common_test_cron_helper.info | |
--- drupal-7.57/modules/simpletest/tests/common_test_cron_helper.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/common_test_cron_helper.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/common_test.info drupal-7.58/modules/simpletest/tests/common_test.info | |
--- drupal-7.57/modules/simpletest/tests/common_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/common_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
stylesheets[print][] = common_test.print.css | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/database_test.info drupal-7.58/modules/simpletest/tests/database_test.info | |
--- drupal-7.57/modules/simpletest/tests/database_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/database_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info drupal-7.58/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info | |
--- drupal-7.57/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info drupal-7.58/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info | |
--- drupal-7.57/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info drupal-7.58/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info | |
--- drupal-7.57/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/entity_cache_test_dependency.info drupal-7.58/modules/simpletest/tests/entity_cache_test_dependency.info | |
--- drupal-7.57/modules/simpletest/tests/entity_cache_test_dependency.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/entity_cache_test_dependency.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/entity_cache_test.info drupal-7.58/modules/simpletest/tests/entity_cache_test.info | |
--- drupal-7.57/modules/simpletest/tests/entity_cache_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/entity_cache_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
dependencies[] = entity_cache_test_dependency | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/entity_crud_hook_test.info drupal-7.58/modules/simpletest/tests/entity_crud_hook_test.info | |
--- drupal-7.57/modules/simpletest/tests/entity_crud_hook_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/entity_crud_hook_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/entity_query_access_test.info drupal-7.58/modules/simpletest/tests/entity_query_access_test.info | |
--- drupal-7.57/modules/simpletest/tests/entity_query_access_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/entity_query_access_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/error_test.info drupal-7.58/modules/simpletest/tests/error_test.info | |
--- drupal-7.57/modules/simpletest/tests/error_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/error_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/file_test.info drupal-7.58/modules/simpletest/tests/file_test.info | |
--- drupal-7.57/modules/simpletest/tests/file_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/file_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = file_test.module | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/filter_test.info drupal-7.58/modules/simpletest/tests/filter_test.info | |
--- drupal-7.57/modules/simpletest/tests/filter_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/filter_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/form_test.info drupal-7.58/modules/simpletest/tests/form_test.info | |
--- drupal-7.57/modules/simpletest/tests/form_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/form_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/image_test.info drupal-7.58/modules/simpletest/tests/image_test.info | |
--- drupal-7.57/modules/simpletest/tests/image_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/image_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/menu_test.info drupal-7.58/modules/simpletest/tests/menu_test.info | |
--- drupal-7.57/modules/simpletest/tests/menu_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/menu_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/module_test.info drupal-7.58/modules/simpletest/tests/module_test.info | |
--- drupal-7.57/modules/simpletest/tests/module_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/module_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/path_test.info drupal-7.58/modules/simpletest/tests/path_test.info | |
--- drupal-7.57/modules/simpletest/tests/path_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/path_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/psr_0_test/psr_0_test.info drupal-7.58/modules/simpletest/tests/psr_0_test/psr_0_test.info | |
--- drupal-7.57/modules/simpletest/tests/psr_0_test/psr_0_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/psr_0_test/psr_0_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
hidden = TRUE | |
package = Testing | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/psr_4_test/psr_4_test.info drupal-7.58/modules/simpletest/tests/psr_4_test/psr_4_test.info | |
--- drupal-7.57/modules/simpletest/tests/psr_4_test/psr_4_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/psr_4_test/psr_4_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
hidden = TRUE | |
package = Testing | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/requirements1_test.info drupal-7.58/modules/simpletest/tests/requirements1_test.info | |
--- drupal-7.57/modules/simpletest/tests/requirements1_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/requirements1_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/requirements2_test.info drupal-7.58/modules/simpletest/tests/requirements2_test.info | |
--- drupal-7.57/modules/simpletest/tests/requirements2_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/requirements2_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/session_test.info drupal-7.58/modules/simpletest/tests/session_test.info | |
--- drupal-7.57/modules/simpletest/tests/session_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/session_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/system_dependencies_test.info drupal-7.58/modules/simpletest/tests/system_dependencies_test.info | |
--- drupal-7.57/modules/simpletest/tests/system_dependencies_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/system_dependencies_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
hidden = TRUE | |
dependencies[] = _missing_dependency | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info drupal-7.58/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info | |
--- drupal-7.57/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/system_incompatible_core_version_dependencies_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
hidden = TRUE | |
dependencies[] = system_incompatible_core_version_test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/system_incompatible_core_version_test.info drupal-7.58/modules/simpletest/tests/system_incompatible_core_version_test.info | |
--- drupal-7.57/modules/simpletest/tests/system_incompatible_core_version_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/system_incompatible_core_version_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 5.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info drupal-7.58/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info | |
--- drupal-7.57/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/system_incompatible_module_version_dependencies_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
; 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 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/system_incompatible_module_version_test.info drupal-7.58/modules/simpletest/tests/system_incompatible_module_version_test.info | |
--- drupal-7.57/modules/simpletest/tests/system_incompatible_module_version_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/system_incompatible_module_version_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/system_project_namespace_test.info drupal-7.58/modules/simpletest/tests/system_project_namespace_test.info | |
--- drupal-7.57/modules/simpletest/tests/system_project_namespace_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/system_project_namespace_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
hidden = TRUE | |
dependencies[] = drupal:filter | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/system_test.info drupal-7.58/modules/simpletest/tests/system_test.info | |
--- drupal-7.57/modules/simpletest/tests/system_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/system_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = system_test.module | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/taxonomy_test.info drupal-7.58/modules/simpletest/tests/taxonomy_test.info | |
--- drupal-7.57/modules/simpletest/tests/taxonomy_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/taxonomy_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
hidden = TRUE | |
dependencies[] = taxonomy | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info drupal-7.58/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info | |
--- drupal-7.57/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
settings[basetheme_only] = base theme value | |
settings[subtheme_override] = base theme value | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info drupal-7.58/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info | |
--- drupal-7.57/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
settings[subtheme_override] = subtheme value | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/themes/test_theme/test_theme.info drupal-7.58/modules/simpletest/tests/themes/test_theme/test_theme.info | |
--- drupal-7.57/modules/simpletest/tests/themes/test_theme/test_theme.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/themes/test_theme/test_theme.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -17,8 +17,8 @@ | |
settings[theme_test_setting] = default value | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info drupal-7.58/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info | |
--- drupal-7.57/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -4,8 +4,8 @@ | |
hidden = TRUE | |
engine = nyan_cat | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/theme_test.info drupal-7.58/modules/simpletest/tests/theme_test.info | |
--- drupal-7.57/modules/simpletest/tests/theme_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/theme_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/update_script_test.info drupal-7.58/modules/simpletest/tests/update_script_test.info | |
--- drupal-7.57/modules/simpletest/tests/update_script_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/update_script_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/update_test_1.info drupal-7.58/modules/simpletest/tests/update_test_1.info | |
--- drupal-7.57/modules/simpletest/tests/update_test_1.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/update_test_1.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/update_test_2.info drupal-7.58/modules/simpletest/tests/update_test_2.info | |
--- drupal-7.57/modules/simpletest/tests/update_test_2.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/update_test_2.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/update_test_3.info drupal-7.58/modules/simpletest/tests/update_test_3.info | |
--- drupal-7.57/modules/simpletest/tests/update_test_3.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/update_test_3.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/url_alter_test.info drupal-7.58/modules/simpletest/tests/url_alter_test.info | |
--- drupal-7.57/modules/simpletest/tests/url_alter_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/url_alter_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/simpletest/tests/xmlrpc_test.info drupal-7.58/modules/simpletest/tests/xmlrpc_test.info | |
--- drupal-7.57/modules/simpletest/tests/xmlrpc_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/simpletest/tests/xmlrpc_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/statistics/statistics.info drupal-7.58/modules/statistics/statistics.info | |
--- drupal-7.57/modules/statistics/statistics.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/statistics/statistics.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = statistics.test | |
configure = admin/config/system/statistics | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/syslog/syslog.info drupal-7.58/modules/syslog/syslog.info | |
--- drupal-7.57/modules/syslog/syslog.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/syslog/syslog.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = syslog.test | |
configure = admin/config/development/logging | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/system/system.info drupal-7.58/modules/system/system.info | |
--- drupal-7.57/modules/system/system.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/system/system.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -12,8 +12,8 @@ | |
required = TRUE | |
configure = admin/config/system | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/system/tests/cron_queue_test.info drupal-7.58/modules/system/tests/cron_queue_test.info | |
--- drupal-7.57/modules/system/tests/cron_queue_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/system/tests/cron_queue_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/system/tests/system_cron_test.info drupal-7.58/modules/system/tests/system_cron_test.info | |
--- drupal-7.57/modules/system/tests/system_cron_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/system/tests/system_cron_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/taxonomy/taxonomy.info drupal-7.58/modules/taxonomy/taxonomy.info | |
--- drupal-7.57/modules/taxonomy/taxonomy.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/taxonomy/taxonomy.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -8,8 +8,8 @@ | |
files[] = taxonomy.test | |
configure = admin/structure/taxonomy | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/toolbar/toolbar.info drupal-7.58/modules/toolbar/toolbar.info | |
--- drupal-7.57/modules/toolbar/toolbar.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/toolbar/toolbar.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -4,8 +4,8 @@ | |
package = Core | |
version = VERSION | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/tracker/tracker.info drupal-7.58/modules/tracker/tracker.info | |
--- drupal-7.57/modules/tracker/tracker.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/tracker/tracker.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
core = 7.x | |
files[] = tracker.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/translation/tests/translation_test.info drupal-7.58/modules/translation/tests/translation_test.info | |
--- drupal-7.57/modules/translation/tests/translation_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/translation/tests/translation_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
version = VERSION | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/translation/translation.info drupal-7.58/modules/translation/translation.info | |
--- drupal-7.57/modules/translation/translation.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/translation/translation.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
core = 7.x | |
files[] = translation.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/trigger/tests/trigger_test.info drupal-7.58/modules/trigger/tests/trigger_test.info | |
--- drupal-7.57/modules/trigger/tests/trigger_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/trigger/tests/trigger_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -4,8 +4,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/trigger/trigger.info drupal-7.58/modules/trigger/trigger.info | |
--- drupal-7.57/modules/trigger/trigger.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/trigger/trigger.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = trigger.test | |
configure = admin/structure/trigger | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/update/tests/aaa_update_test.info drupal-7.58/modules/update/tests/aaa_update_test.info | |
--- drupal-7.57/modules/update/tests/aaa_update_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/update/tests/aaa_update_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -4,8 +4,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/update/tests/bbb_update_test.info drupal-7.58/modules/update/tests/bbb_update_test.info | |
--- drupal-7.57/modules/update/tests/bbb_update_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/update/tests/bbb_update_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -4,8 +4,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/update/tests/ccc_update_test.info drupal-7.58/modules/update/tests/ccc_update_test.info | |
--- drupal-7.57/modules/update/tests/ccc_update_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/update/tests/ccc_update_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -4,8 +4,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info drupal-7.58/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info | |
--- drupal-7.57/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/update/tests/themes/update_test_admintheme/update_test_admintheme.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -3,8 +3,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info drupal-7.58/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info | |
--- drupal-7.57/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/update/tests/themes/update_test_basetheme/update_test_basetheme.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -3,8 +3,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info drupal-7.58/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info | |
--- drupal-7.57/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/update/tests/themes/update_test_subtheme/update_test_subtheme.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -4,8 +4,8 @@ | |
base theme = update_test_basetheme | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/update/tests/update_test.info drupal-7.58/modules/update/tests/update_test.info | |
--- drupal-7.57/modules/update/tests/update_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/update/tests/update_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/update/update.info drupal-7.58/modules/update/update.info | |
--- drupal-7.57/modules/update/update.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/update/update.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
files[] = update.test | |
configure = admin/reports/updates/settings | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/user/tests/user_form_test.info drupal-7.58/modules/user/tests/user_form_test.info | |
--- drupal-7.57/modules/user/tests/user_form_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/user/tests/user_form_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/modules/user/user.info drupal-7.58/modules/user/user.info | |
--- drupal-7.57/modules/user/user.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/modules/user/user.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -9,8 +9,8 @@ | |
configure = admin/config/people | |
stylesheets[all][] = user.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/profiles/minimal/minimal.info drupal-7.58/profiles/minimal/minimal.info | |
--- drupal-7.57/profiles/minimal/minimal.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/profiles/minimal/minimal.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
dependencies[] = block | |
dependencies[] = dblog | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/profiles/standard/standard.info drupal-7.58/profiles/standard/standard.info | |
--- drupal-7.57/profiles/standard/standard.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/profiles/standard/standard.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -24,8 +24,8 @@ | |
dependencies[] = file | |
dependencies[] = rdf | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info drupal-7.58/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info | |
--- drupal-7.57/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -6,8 +6,8 @@ | |
hidden = TRUE | |
files[] = drupal_system_listing_compatible_test.test | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info drupal-7.58/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info | |
--- drupal-7.57/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/profiles/testing/modules/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -8,8 +8,8 @@ | |
core = 6.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/profiles/testing/testing.info drupal-7.58/profiles/testing/testing.info | |
--- drupal-7.57/profiles/testing/testing.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/profiles/testing/testing.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -4,8 +4,8 @@ | |
core = 7.x | |
hidden = TRUE | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/themes/bartik/bartik.info drupal-7.58/themes/bartik/bartik.info | |
--- drupal-7.57/themes/bartik/bartik.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/themes/bartik/bartik.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -34,8 +34,8 @@ | |
settings[shortcut_module_link] = 0 | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/themes/garland/garland.info drupal-7.58/themes/garland/garland.info | |
--- drupal-7.57/themes/garland/garland.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/themes/garland/garland.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -7,8 +7,8 @@ | |
stylesheets[print][] = print.css | |
settings[garland_width] = fluid | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/themes/seven/seven.info drupal-7.58/themes/seven/seven.info | |
--- drupal-7.57/themes/seven/seven.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/themes/seven/seven.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -13,8 +13,8 @@ | |
regions[sidebar_first] = First sidebar | |
regions_hidden[] = sidebar_first | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" | |
diff -r -u drupal-7.57/themes/stark/stark.info drupal-7.58/themes/stark/stark.info | |
--- drupal-7.57/themes/stark/stark.info 2018-02-21 19:45:52.000000000 +0200 | |
+++ drupal-7.58/themes/stark/stark.info 2018-03-28 22:06:59.000000000 +0300 | |
@@ -5,8 +5,8 @@ | |
core = 7.x | |
stylesheets[all][] = layout.css | |
-; Information added by Drupal.org packaging script on 2018-02-21 | |
-version = "7.57" | |
+; Information added by Drupal.org packaging script on 2018-03-28 | |
+version = "7.58" | |
project = "drupal" | |
-datestamp = "1519235152" | |
+datestamp = "1522264019" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment