-
-
Save lamby/4697fea399f3f01ca6de3ce9ed79fce7 to your computer and use it in GitHub Desktop.
This file contains 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
--- drupal-7.43/ | |
+++ drupal-7.44/ | |
├── CHANGELOG.txt | |
│ @@ -1,8 +1,12 @@ | |
│ | |
│ +Drupal 7.44, 2016-06-15 | |
│ +----------------------- | |
│ +- Fixed security issues (privilege escalation). See SA-CORE-2016-002. | |
│ + | |
│ Drupal 7.43, 2016-02-24 | |
│ ----------------------- | |
│ - Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001. | |
│ | |
│ Drupal 7.42, 2016-02-03 | |
│ ----------------------- | |
│ - Stopped invoking hook_flush_caches() on every cron run, since some modules | |
│ ├── stat {} | |
│ │ @@ -1,8 +1,8 @@ | |
│ │ | |
│ │ - Size: 104193 Blocks: 208 IO Block: 4096 regular file | |
│ │ + Size: 104312 Blocks: 208 IO Block: 4096 regular file | |
│ │ Links: 1 | |
│ │ Access: (0644/-rw-r--r--) Uid: ( 1000/ lamby) Gid: ( 1000/ lamby) | |
│ │ | |
│ │ Modify: 2016-06-13 08:34:00.411582406 +0000 | |
│ │ | |
│ │ Birth: - | |
│ ╵ | |
├── includes | |
│ ├── bootstrap.inc | |
│ │ @@ -4,15 +4,15 @@ | |
│ │ * @file | |
│ │ * Functions that need to be loaded on every Drupal request. | |
│ │ */ | |
│ │ | |
│ │ /** | |
│ │ * The current system version. | |
│ │ */ | |
│ │ -define('VERSION', '7.43'); | |
│ │ +define('VERSION', '7.44'); | |
│ │ | |
│ │ /** | |
│ │ * Core API compatibility. | |
│ │ */ | |
│ │ define('DRUPAL_CORE_COMPATIBILITY', '7.x'); | |
│ │ | |
│ │ /** | |
│ ╵ | |
├── modules | |
│ ├── aggregator | |
│ │ ├── aggregator.info | |
│ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = aggregator.test | |
│ │ │ configure = admin/config/services/aggregator/settings | |
│ │ │ stylesheets[all][] = aggregator.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── aggregator_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Aggregator module tests" | |
│ │ │ │ description = "Support module for aggregator related testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── block | |
│ │ ├── block.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = block.test | |
│ │ │ configure = admin/structure/block | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── block_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = Block test | |
│ │ │ │ description = Provides test blocks. | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── themes | |
│ │ │ │ ├── block_test_theme | |
│ │ │ │ │ ├── block_test_theme.info | |
│ │ │ │ │ │ @@ -9,12 +9,12 @@ | |
│ │ │ │ │ │ regions_hidden[] = sidebar_second | |
│ │ │ │ │ │ regions[content] = Content | |
│ │ │ │ │ │ regions[header] = Header | |
│ │ │ │ │ │ regions[footer] = Footer | |
│ │ │ │ │ │ regions[highlighted] = Highlighted | |
│ │ │ │ │ │ regions[help] = Help | |
│ │ │ │ │ │ | |
│ │ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ │ project = "drupal" | |
│ │ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ │ | |
│ │ │ │ │ ╵ | |
│ │ │ │ ╵ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── blog | |
│ │ ├── blog.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = Blog | |
│ │ │ description = Enables multi-user blogs. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = blog.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── book | |
│ │ ├── book.info | |
│ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = book.test | |
│ │ │ configure = admin/content/book/settings | |
│ │ │ stylesheets[all][] = book.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── color | |
│ │ ├── color.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = Color | |
│ │ │ description = Allows administrators to change the color scheme of compatible themes. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = color.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── comment | |
│ │ ├── comment.info | |
│ │ │ @@ -5,12 +5,12 @@ | |
│ │ │ core = 7.x | |
│ │ │ dependencies[] = text | |
│ │ │ files[] = comment.module | |
│ │ │ files[] = comment.test | |
│ │ │ configure = admin/content/comment | |
│ │ │ stylesheets[all][] = comment.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── contact | |
│ │ ├── contact.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Enables the use of both personal and site-wide contact forms. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = contact.test | |
│ │ │ configure = admin/structure/contact | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── contextual | |
│ │ ├── contextual.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = Contextual links | |
│ │ │ description = Provides contextual links to perform actions related to elements on a page. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = contextual.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── dashboard | |
│ │ ├── dashboard.info | |
│ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ core = 7.x | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ files[] = dashboard.test | |
│ │ │ dependencies[] = block | |
│ │ │ configure = admin/dashboard/customize | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── dblog | |
│ │ ├── dblog.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = Database logging | |
│ │ │ description = Logs and records system events to the database. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = dblog.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── field | |
│ │ ├── field.info | |
│ │ │ @@ -7,12 +7,12 @@ | |
│ │ │ files[] = field.attach.inc | |
│ │ │ files[] = field.info.class.inc | |
│ │ │ files[] = tests/field.test | |
│ │ │ dependencies[] = field_sql_storage | |
│ │ │ required = TRUE | |
│ │ │ stylesheets[all][] = theme/field.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── modules | |
│ │ │ ├── field_sql_storage | |
│ │ │ │ ├── field_sql_storage.info | |
│ │ │ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ │ │ package = Core | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ dependencies[] = field | |
│ │ │ │ │ files[] = field_sql_storage.test | |
│ │ │ │ │ required = TRUE | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ├── list | |
│ │ │ │ ├── list.info | |
│ │ │ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ │ │ package = Core | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ dependencies[] = field | |
│ │ │ │ │ dependencies[] = options | |
│ │ │ │ │ files[] = tests/list.test | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ├── tests | |
│ │ │ │ │ ├── list_test.info | |
│ │ │ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ │ │ name = "List test" | |
│ │ │ │ │ │ description = "Support module for the List module tests." | |
│ │ │ │ │ │ core = 7.x | |
│ │ │ │ │ │ package = Testing | |
│ │ │ │ │ │ version = VERSION | |
│ │ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ │ | |
│ │ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ │ project = "drupal" | |
│ │ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ │ | |
│ │ │ │ │ ╵ | |
│ │ │ │ ╵ | |
│ │ │ ├── number | |
│ │ │ │ ├── number.info | |
│ │ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ │ description = Defines numeric field types. | |
│ │ │ │ │ package = Core | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ dependencies[] = field | |
│ │ │ │ │ files[] = number.test | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ├── options | |
│ │ │ │ ├── options.info | |
│ │ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ │ description = Defines selection, check box and radio button widgets for text and numeric fields. | |
│ │ │ │ │ package = Core | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ dependencies[] = field | |
│ │ │ │ │ files[] = options.test | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ├── text | |
│ │ │ │ ├── text.info | |
│ │ │ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ │ │ package = Core | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ dependencies[] = field | |
│ │ │ │ │ files[] = text.test | |
│ │ │ │ │ required = TRUE | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ╵ | |
│ │ ├── tests | |
│ │ │ ├── field_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = "Support module for the Field API tests." | |
│ │ │ │ core = 7.x | |
│ │ │ │ package = Testing | |
│ │ │ │ files[] = field_test.entity.inc | |
│ │ │ │ version = VERSION | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── field_ui | |
│ │ ├── field_ui.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = User interface for the Field API. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ dependencies[] = field | |
│ │ │ files[] = field_ui.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── file | |
│ │ ├── file.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Defines a file field type. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ dependencies[] = field | |
│ │ │ files[] = tests/file.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── file_module_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = File test | |
│ │ │ │ description = Provides hooks for testing File module functionality. | |
│ │ │ │ package = Core | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── filter | |
│ │ ├── filter.info | |
│ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = filter.test | |
│ │ │ required = TRUE | |
│ │ │ configure = admin/config/content/formats | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── forum | |
│ │ ├── forum.info | |
│ │ │ @@ -5,12 +5,12 @@ | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = forum.test | |
│ │ │ configure = admin/structure/forum | |
│ │ │ stylesheets[all][] = forum.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── help | |
│ │ ├── help.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = Help | |
│ │ │ description = Manages the display of online help. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = help.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── image | |
│ │ ├── image.info | |
│ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ dependencies[] = file | |
│ │ │ files[] = image.test | |
│ │ │ configure = admin/config/media/image-styles | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── image_module_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = Provides hook implementations for testing Image module functionality. | |
│ │ │ │ package = Core | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ files[] = image_module_test.module | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── locale | |
│ │ ├── locale.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Adds language handling functionality and enables the translation of the user interface to languages other than English. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = locale.test | |
│ │ │ configure = admin/config/regional/language | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── locale_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Locale Test" | |
│ │ │ │ description = "Support module for the locale layer tests." | |
│ │ │ │ core = 7.x | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── menu | |
│ │ ├── menu.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Allows administrators to customize the site navigation menu. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = menu.test | |
│ │ │ configure = admin/structure/menu | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── node | |
│ │ ├── node.info | |
│ │ │ @@ -5,12 +5,12 @@ | |
│ │ │ core = 7.x | |
│ │ │ files[] = node.module | |
│ │ │ files[] = node.test | |
│ │ │ required = TRUE | |
│ │ │ configure = admin/structure/types | |
│ │ │ stylesheets[all][] = node.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── node_access_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Node module access tests" | |
│ │ │ │ description = "Support module for node permission testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── node_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Node module tests" | |
│ │ │ │ description = "Support module for node related testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── node_test_exception.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Node module exception tests" | |
│ │ │ │ description = "Support module for node related exception testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── openid | |
│ │ ├── openid.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = OpenID | |
│ │ │ description = "Allows users to log into your site using OpenID." | |
│ │ │ version = VERSION | |
│ │ │ package = Core | |
│ │ │ core = 7.x | |
│ │ │ files[] = openid.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── openid_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = "OpenID provider used for testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ dependencies[] = openid | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── overlay | |
│ │ ├── overlay.info | |
│ │ │ @@ -1,11 +1,11 @@ | |
│ │ │ name = Overlay | |
│ │ │ description = Displays the Drupal administration interface in an overlay. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── path | |
│ │ ├── path.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Allows users to rename URLs. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = path.test | |
│ │ │ configure = admin/config/search/path | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── php | |
│ │ ├── php.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = PHP filter | |
│ │ │ description = Allows embedded PHP code/snippets to be evaluated. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = php.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── poll | |
│ │ ├── poll.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Allows your site to capture votes on different topics in the form of multiple choice questions. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = poll.test | |
│ │ │ stylesheets[all][] = poll.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── profile | |
│ │ ├── profile.info | |
│ │ │ @@ -7,12 +7,12 @@ | |
│ │ │ configure = admin/config/people/profile | |
│ │ │ ; The Profile module is deprecated, and included in Drupal 7 for legacy | |
│ │ │ ; purposes only. By default, the module will be hidden from the UI unless you | |
│ │ │ ; are upgrading a site that uses the Profile module to extend user profiles. | |
│ │ │ ; See user_system_info_alter(). | |
│ │ │ hidden = TRUE | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── rdf | |
│ │ ├── rdf.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = RDF | |
│ │ │ description = Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = rdf.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── rdf_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "RDF module tests" | |
│ │ │ │ description = "Support module for RDF module testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── search | |
│ │ ├── search.info | |
│ │ │ @@ -4,12 +4,12 @@ | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = search.extender.inc | |
│ │ │ files[] = search.test | |
│ │ │ configure = admin/config/search/settings | |
│ │ │ stylesheets[all][] = search.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── search_embedded_form.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Search embedded form" | |
│ │ │ │ description = "Support module for search module testing of embedded forms." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── search_extra_type.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Test search type" | |
│ │ │ │ description = "Support module for search module testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── search_node_tags.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Test search node tags" | |
│ │ │ │ description = "Support module for Node search tags testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── shortcut | |
│ │ ├── shortcut.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Allows users to manage customizable lists of shortcut links. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = shortcut.test | |
│ │ │ configure = admin/config/user-interface/shortcut | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── simpletest | |
│ │ ├── simpletest.info | |
│ │ │ @@ -53,12 +53,12 @@ | |
│ │ │ files[] = tests/upgrade/upgrade.upload.test | |
│ │ │ files[] = tests/upgrade/upgrade.user.test | |
│ │ │ files[] = tests/upgrade/update.aggregator.test | |
│ │ │ 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 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── actions_loop_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = Actions loop test | |
│ │ │ │ description = Support module for action loop testing. | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── ajax_forms_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "AJAX form test mock module" | |
│ │ │ │ description = "Test for AJAX form calls." | |
│ │ │ │ core = 7.x | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── ajax_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = AJAX Test | |
│ │ │ │ description = Support module for AJAX framework tests. | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── batch_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Batch API test" | |
│ │ │ │ description = "Support module for Batch API tests." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── boot_test_1.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = Early bootstrap tests | |
│ │ │ │ description = A support module for hook_boot testing. | |
│ │ │ │ core = 7.x | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── boot_test_2.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = Early bootstrap tests | |
│ │ │ │ description = A support module for hook_boot hook testing. | |
│ │ │ │ core = 7.x | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── common_test.info | |
│ │ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ stylesheets[all][] = common_test.css | |
│ │ │ │ stylesheets[print][] = common_test.print.css | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── common_test_cron_helper.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Common Test Cron Helper" | |
│ │ │ │ description = "Helper module for CronRunTestCase::testCronExceptions()." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── database_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Database Test" | |
│ │ │ │ description = "Support module for Database layer tests." | |
│ │ │ │ core = 7.x | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── drupal_autoload_test | |
│ │ │ │ ├── drupal_autoload_test.info | |
│ │ │ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ │ │ files[] = drupal_autoload_test_interface.inc | |
│ │ │ │ │ files[] = drupal_autoload_test_class.inc | |
│ │ │ │ │ package = Testing | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ├── drupal_system_listing_compatible_test | |
│ │ │ │ ├── drupal_system_listing_compatible_test.info | |
│ │ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ │ name = "Drupal system listing compatible test" | |
│ │ │ │ │ description = "Support module for testing the drupal_system_listing function." | |
│ │ │ │ │ package = Testing | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ├── drupal_system_listing_incompatible_test | |
│ │ │ │ ├── drupal_system_listing_incompatible_test.info | |
│ │ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ │ name = "Drupal system listing incompatible test" | |
│ │ │ │ │ description = "Support module for testing the drupal_system_listing function." | |
│ │ │ │ │ package = Testing | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ├── entity_cache_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = "Support module for testing entity cache." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ dependencies[] = entity_cache_test_dependency | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── entity_cache_test_dependency.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Entity cache test dependency" | |
│ │ │ │ description = "Support dependency module for testing entity cache." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── entity_crud_hook_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Entity CRUD Hooks Test" | |
│ │ │ │ description = "Support module for CRUD hook tests." | |
│ │ │ │ core = 7.x | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── entity_query_access_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Entity query access test" | |
│ │ │ │ description = "Support module for checking entity query results." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── error_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Error test" | |
│ │ │ │ description = "Support module for error and exception testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── file_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = "Support module for file handling tests." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ files[] = file_test.module | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── filter_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = Filter test module | |
│ │ │ │ description = Tests filter hooks and functions. | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── form_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "FormAPI Test" | |
│ │ │ │ description = "Support module for Form API tests." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── image_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Image test" | |
│ │ │ │ description = "Support module for image toolkit tests." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── menu_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Hook menu tests" | |
│ │ │ │ description = "Support module for menu hook testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── module_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Module test" | |
│ │ │ │ description = "Support module for module system testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── path_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Hook path tests" | |
│ │ │ │ description = "Support module for path hook testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── psr_0_test | |
│ │ │ │ ├── psr_0_test.info | |
│ │ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ │ name = PSR-0 Test cases | |
│ │ │ │ │ description = Test classes to be discovered by simpletest. | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ | |
│ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ package = Testing | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ├── psr_4_test | |
│ │ │ │ ├── psr_4_test.info | |
│ │ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ │ name = PSR-4 Test cases | |
│ │ │ │ │ description = Test classes to be discovered by simpletest. | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ | |
│ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ package = Testing | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ├── requirements1_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = Requirements 1 Test | |
│ │ │ │ description = "Tests that a module is not installed when it fails hook_requirements('install')." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── requirements2_test.info | |
│ │ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ │ dependencies[] = requirements1_test | |
│ │ │ │ dependencies[] = comment | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── session_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Session test" | |
│ │ │ │ description = "Support module for session data testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── system_dependencies_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = "Support module for testing system dependencies." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ dependencies[] = _missing_dependency | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── system_incompatible_core_version_dependencies_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = "Support module for testing system dependencies." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ dependencies[] = system_incompatible_core_version_test | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── system_incompatible_core_version_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "System incompatible core version test" | |
│ │ │ │ description = "Support module for testing system dependencies." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 5.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── system_incompatible_module_version_dependencies_test.info | |
│ │ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ 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 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── system_incompatible_module_version_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "System incompatible module version test" | |
│ │ │ │ description = "Support module for testing system dependencies." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = 1.0 | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── system_project_namespace_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = "Support module for testing project namespace dependencies." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ dependencies[] = drupal:filter | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── system_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = Support module for system testing. | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ files[] = system_test.module | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── taxonomy_test.info | |
│ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ description = "Tests functions and hooks not used in core". | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ dependencies[] = taxonomy | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── theme_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Theme test" | |
│ │ │ │ description = "Support module for theme system testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── themes | |
│ │ │ │ ├── test_basetheme | |
│ │ │ │ │ ├── test_basetheme.info | |
│ │ │ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ │ │ description = Test theme which acts as a base theme for other test subthemes. | |
│ │ │ │ │ │ core = 7.x | |
│ │ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ │ | |
│ │ │ │ │ │ settings[basetheme_only] = base theme value | |
│ │ │ │ │ │ settings[subtheme_override] = base theme value | |
│ │ │ │ │ │ | |
│ │ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ │ project = "drupal" | |
│ │ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ │ | |
│ │ │ │ │ ╵ | |
│ │ │ │ ├── test_subtheme | |
│ │ │ │ │ ├── test_subtheme.info | |
│ │ │ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ │ │ description = Test theme which uses test_basetheme as the base theme. | |
│ │ │ │ │ │ core = 7.x | |
│ │ │ │ │ │ base theme = test_basetheme | |
│ │ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ │ | |
│ │ │ │ │ │ settings[subtheme_override] = subtheme value | |
│ │ │ │ │ │ | |
│ │ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ │ project = "drupal" | |
│ │ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ │ | |
│ │ │ │ │ ╵ | |
│ │ │ │ ├── test_theme | |
│ │ │ │ │ ├── test_theme.info | |
│ │ │ │ │ │ @@ -13,12 +13,12 @@ | |
│ │ │ │ │ │ ; here in order for a test to ensure that this correctly prevents the module | |
│ │ │ │ │ │ ; version from being loaded, and that errors aren't caused by the lack of this | |
│ │ │ │ │ │ ; file within the theme folder. | |
│ │ │ │ │ │ stylesheets[all][] = system.base.css | |
│ │ │ │ │ │ | |
│ │ │ │ │ │ settings[theme_test_setting] = default value | |
│ │ │ │ │ │ | |
│ │ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ │ project = "drupal" | |
│ │ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ │ | |
│ │ │ │ │ ╵ | |
│ │ │ │ ╵ | |
│ │ │ ├── update_script_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Update script test" | |
│ │ │ │ description = "Support module for update script testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── update_test_1.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Update test" | |
│ │ │ │ description = "Support module for update testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── update_test_2.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Update test" | |
│ │ │ │ description = "Support module for update testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── update_test_3.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Update test" | |
│ │ │ │ description = "Support module for update testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── url_alter_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = Url_alter tests | |
│ │ │ │ description = A support modules for url_alter hook testing. | |
│ │ │ │ core = 7.x | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── xmlrpc_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "XML-RPC Test" | |
│ │ │ │ description = "Support module for XML-RPC tests according to the validator1 specification." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── statistics | |
│ │ ├── statistics.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Logs access statistics for your site. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = statistics.test | |
│ │ │ configure = admin/config/system/statistics | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── syslog | |
│ │ ├── syslog.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Logs and records system events to syslog. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = syslog.test | |
│ │ │ configure = admin/config/development/logging | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── system | |
│ │ ├── system.info | |
│ │ │ @@ -8,12 +8,12 @@ | |
│ │ │ files[] = system.queue.inc | |
│ │ │ files[] = system.tar.inc | |
│ │ │ files[] = system.updater.inc | |
│ │ │ files[] = system.test | |
│ │ │ required = TRUE | |
│ │ │ configure = admin/config/system | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── tests | |
│ │ │ ├── cron_queue_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = Cron Queue test | |
│ │ │ │ description = 'Support module for the cron queue runner.' | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── system_cron_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = System Cron Test | |
│ │ │ │ description = 'Support module for testing the system_cron().' | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ├── taxonomy | |
│ │ ├── taxonomy.info | |
│ │ │ @@ -4,12 +4,12 @@ | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ dependencies[] = options | |
│ │ │ files[] = taxonomy.module | |
│ │ │ files[] = taxonomy.test | |
│ │ │ configure = admin/structure/taxonomy | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── toolbar | |
│ │ ├── toolbar.info | |
│ │ │ @@ -1,11 +1,11 @@ | |
│ │ │ name = Toolbar | |
│ │ │ description = Provides a toolbar that shows the top-level administration menu items and links from other modules. | |
│ │ │ core = 7.x | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── tracker | |
│ │ ├── tracker.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Enables tracking of recent content for users. | |
│ │ │ dependencies[] = comment | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = tracker.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── translation | |
│ │ ├── tests | |
│ │ │ ├── translation_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "Content Translation Test" | |
│ │ │ │ description = "Support module for the content translation tests." | |
│ │ │ │ core = 7.x | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ├── translation.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Allows content to be translated into different languages. | |
│ │ │ dependencies[] = locale | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = translation.test | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── trigger | |
│ │ ├── tests | |
│ │ │ ├── trigger_test.info | |
│ │ │ │ @@ -1,11 +1,11 @@ | |
│ │ │ │ name = "Trigger Test" | |
│ │ │ │ description = "Support module for Trigger tests." | |
│ │ │ │ package = Testing | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ├── trigger.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Enables actions to be fired on certain system events, such as when new content is created. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ files[] = trigger.test | |
│ │ │ configure = admin/structure/trigger | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── update | |
│ │ ├── tests | |
│ │ │ ├── aaa_update_test.info | |
│ │ │ │ @@ -1,11 +1,11 @@ | |
│ │ │ │ name = AAA Update test | |
│ │ │ │ description = Support module for update module testing. | |
│ │ │ │ package = Testing | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── bbb_update_test.info | |
│ │ │ │ @@ -1,11 +1,11 @@ | |
│ │ │ │ name = BBB Update test | |
│ │ │ │ description = Support module for update module testing. | |
│ │ │ │ package = Testing | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── ccc_update_test.info | |
│ │ │ │ @@ -1,11 +1,11 @@ | |
│ │ │ │ name = CCC Update test | |
│ │ │ │ description = Support module for update module testing. | |
│ │ │ │ package = Testing | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ├── themes | |
│ │ │ │ ├── update_test_basetheme | |
│ │ │ │ │ ├── update_test_basetheme.info | |
│ │ │ │ │ │ @@ -1,10 +1,10 @@ | |
│ │ │ │ │ │ name = Update test base theme | |
│ │ │ │ │ │ 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 2016-02-24 | |
│ │ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ │ project = "drupal" | |
│ │ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ │ | |
│ │ │ │ │ ╵ | |
│ │ │ │ ├── update_test_subtheme | |
│ │ │ │ │ ├── update_test_subtheme.info | |
│ │ │ │ │ │ @@ -1,11 +1,11 @@ | |
│ │ │ │ │ │ name = Update test subtheme | |
│ │ │ │ │ │ description = Test theme which uses update_test_basetheme as the base theme. | |
│ │ │ │ │ │ core = 7.x | |
│ │ │ │ │ │ base theme = update_test_basetheme | |
│ │ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ │ | |
│ │ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ │ project = "drupal" | |
│ │ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ │ | |
│ │ │ │ │ ╵ | |
│ │ │ │ ╵ | |
│ │ │ ├── update_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = Update test | |
│ │ │ │ description = Support module for update module testing. | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ├── update.info | |
│ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ description = Checks for available updates, and can securely install or update modules and themes via a web interface. | |
│ │ │ version = VERSION | |
│ │ │ package = Core | |
│ │ │ core = 7.x | |
│ │ │ files[] = update.test | |
│ │ │ configure = admin/reports/updates/settings | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── user | |
│ │ ├── tests | |
│ │ │ ├── user_form_test.info | |
│ │ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ │ name = "User module form tests" | |
│ │ │ │ description = "Support module for user form testing." | |
│ │ │ │ package = Testing | |
│ │ │ │ version = VERSION | |
│ │ │ │ core = 7.x | |
│ │ │ │ hidden = TRUE | |
│ │ │ │ | |
│ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ -version = "7.43" | |
│ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ +version = "7.44" | |
│ │ │ │ project = "drupal" | |
│ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ | |
│ │ │ ╵ | |
│ │ ├── user.info | |
│ │ │ @@ -5,12 +5,12 @@ | |
│ │ │ core = 7.x | |
│ │ │ files[] = user.module | |
│ │ │ files[] = user.test | |
│ │ │ required = TRUE | |
│ │ │ configure = admin/config/people | |
│ │ │ stylesheets[all][] = user.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ├── user.module | |
│ │ │ @@ -1158,15 +1158,15 @@ | |
│ │ │ '#default_value' => TRUE, | |
│ │ │ '#disabled' => TRUE, | |
│ │ │ ); | |
│ │ │ unset($roles[DRUPAL_AUTHENTICATED_RID]); | |
│ │ │ $form['account']['roles'] = array( | |
│ │ │ '#type' => 'checkboxes', | |
│ │ │ '#title' => t('Roles'), | |
│ │ │ - '#default_value' => (!$register && isset($account->roles) ? array_keys($account->roles) : array()), | |
│ │ │ + '#default_value' => (!$register && !empty($account->roles) ? array_keys(array_filter($account->roles)) : array()), | |
│ │ │ '#options' => $roles, | |
│ │ │ '#access' => $roles && user_access('administer permissions'), | |
│ │ │ DRUPAL_AUTHENTICATED_RID => $checkbox_authenticated, | |
│ │ │ ); | |
│ │ │ | |
│ │ │ $form['account']['notify'] = array( | |
│ │ │ '#type' => 'checkbox', | |
│ │ │ ├── stat {} | |
│ │ │ │ @@ -1,8 +1,8 @@ | |
│ │ │ │ | |
│ │ │ │ - Size: 144326 Blocks: 288 IO Block: 4096 regular file | |
│ │ │ │ + Size: 144341 Blocks: 288 IO Block: 4096 regular file | |
│ │ │ │ Links: 1 | |
│ │ │ │ Access: (0644/-rw-r--r--) Uid: ( 1000/ lamby) Gid: ( 1000/ lamby) | |
│ │ │ │ | |
│ │ │ │ Modify: 2016-06-13 08:34:00.411582406 +0000 | |
│ │ │ │ | |
│ │ │ │ Birth: - | |
│ │ │ ╵ | |
│ │ ╵ | |
│ ╵ | |
├── profiles | |
│ ├── minimal | |
│ │ ├── minimal.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = Minimal | |
│ │ │ description = Start with only a few modules enabled. | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ dependencies[] = block | |
│ │ │ dependencies[] = dblog | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── standard | |
│ │ ├── standard.info | |
│ │ │ @@ -20,12 +20,12 @@ | |
│ │ │ dependencies[] = shortcut | |
│ │ │ dependencies[] = toolbar | |
│ │ │ dependencies[] = overlay | |
│ │ │ dependencies[] = field_ui | |
│ │ │ dependencies[] = file | |
│ │ │ dependencies[] = rdf | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── testing | |
│ │ ├── modules | |
│ │ │ ├── drupal_system_listing_compatible_test | |
│ │ │ │ ├── drupal_system_listing_compatible_test.info | |
│ │ │ │ │ @@ -2,12 +2,12 @@ | |
│ │ │ │ │ description = "Support module for testing the drupal_system_listing function." | |
│ │ │ │ │ package = Testing | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ core = 7.x | |
│ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ files[] = drupal_system_listing_compatible_test.test | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ├── drupal_system_listing_incompatible_test | |
│ │ │ │ ├── drupal_system_listing_incompatible_test.info | |
│ │ │ │ │ @@ -4,12 +4,12 @@ | |
│ │ │ │ │ version = VERSION | |
│ │ │ │ │ ; This deliberately has the wrong core version, to test that it does not take | |
│ │ │ │ │ ; precedence over the version of the same module that is in the | |
│ │ │ │ │ ; modules/simpletest/tests directory. | |
│ │ │ │ │ core = 6.x | |
│ │ │ │ │ hidden = TRUE | |
│ │ │ │ │ | |
│ │ │ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ │ │ -version = "7.43" | |
│ │ │ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ │ │ +version = "7.44" | |
│ │ │ │ │ project = "drupal" | |
│ │ │ │ │ -datestamp = "1456343506" | |
│ │ │ │ │ +datestamp = "1466022211" | |
│ │ │ │ │ | |
│ │ │ │ ╵ | |
│ │ │ ╵ | |
│ │ ├── testing.info | |
│ │ │ @@ -1,11 +1,11 @@ | |
│ │ │ name = Testing | |
│ │ │ description = Minimal profile for running tests. Includes absolutely required modules only. | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ hidden = TRUE | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ╵ | |
├── themes | |
│ ├── bartik | |
│ │ ├── bartik.info | |
│ │ │ @@ -30,12 +30,12 @@ | |
│ │ │ regions[footer_thirdcolumn] = Footer third column | |
│ │ │ regions[footer_fourthcolumn] = Footer fourth column | |
│ │ │ regions[footer] = Footer | |
│ │ │ | |
│ │ │ settings[shortcut_module_link] = 0 | |
│ │ │ | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── garland | |
│ │ ├── garland.info | |
│ │ │ @@ -3,12 +3,12 @@ | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ stylesheets[all][] = style.css | |
│ │ │ stylesheets[print][] = print.css | |
│ │ │ settings[garland_width] = fluid | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── seven | |
│ │ ├── seven.info | |
│ │ │ @@ -9,12 +9,12 @@ | |
│ │ │ regions[content] = Content | |
│ │ │ regions[help] = Help | |
│ │ │ regions[page_top] = Page top | |
│ │ │ regions[page_bottom] = Page bottom | |
│ │ │ regions[sidebar_first] = First sidebar | |
│ │ │ regions_hidden[] = sidebar_first | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ├── stark | |
│ │ ├── stark.info | |
│ │ │ @@ -1,12 +1,12 @@ | |
│ │ │ name = Stark | |
│ │ │ description = This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href="http://drupal.org/theme-guide">Theming Guide</a>. | |
│ │ │ package = Core | |
│ │ │ version = VERSION | |
│ │ │ core = 7.x | |
│ │ │ stylesheets[all][] = layout.css | |
│ │ │ | |
│ │ │ -; Information added by Drupal.org packaging script on 2016-02-24 | |
│ │ │ -version = "7.43" | |
│ │ │ +; Information added by Drupal.org packaging script on 2016-06-15 | |
│ │ │ +version = "7.44" | |
│ │ │ project = "drupal" | |
│ │ │ -datestamp = "1456343506" | |
│ │ │ +datestamp = "1466022211" | |
│ │ │ | |
│ │ ╵ | |
│ ╵ | |
╵ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment