updated contrib modules

This commit is contained in:
2020-05-27 11:10:08 +02:00
parent 0e518fc147
commit f4de92a1ca
8 changed files with 107 additions and 79 deletions
+20 -8
View File
@@ -23,22 +23,22 @@
"php": ">=5.6", "php": ">=5.6",
"composer/installers": "^1.7", "composer/installers": "^1.7",
"cweagans/composer-patches": "^1.6.5", "cweagans/composer-patches": "^1.6.5",
"drupal/addtoany": "1.12.0", "drupal/addtoany": "^1.4",
"drupal/admin_toolbar": "2.0", "drupal/admin_toolbar": "^2.2",
"drupal/adminimal_theme": "^1.4", "drupal/adminimal_theme": "^1.4",
"drupal/audiofield": "1.9", "drupal/audiofield": "1.9",
"drupal/autologout": "1.0.0", "drupal/autologout": "^1.3",
"drupal/basic": "1.3.0", "drupal/basic": "1.3.0",
"drupal/better_messages": "1.0.0-alpha2", "drupal/better_messages": "1.0.0-alpha2",
"drupal/bulkdelete": "1.x-dev", "drupal/bulkdelete": "1.x-dev",
"drupal/color_field": "2.0.0", "drupal/color_field": "^2.2",
"drupal/config_devel": "^1.4", "drupal/config_devel": "^1.4",
"drupal/config_ignore": "2.1.0", "drupal/config_ignore": "^2.2",
"drupal/console": "^1.0.2", "drupal/console": "^1.0.2",
"drupal/context": "4.0.0-beta2", "drupal/context": "4.0.0-beta2",
"drupal/core-composer-scaffold": "8.8.6", "drupal/core-composer-scaffold": "8.8.6",
"drupal/core-recommended": "^8.8", "drupal/core-recommended": "^8.8",
"drupal/ctools": "3.2.0", "drupal/ctools": "^3.4",
"drupal/date_range_formatter": "3.1.0", "drupal/date_range_formatter": "3.1.0",
"drupal/devel": "2.1", "drupal/devel": "2.1",
"drupal/domain": "^1.0", "drupal/domain": "^1.0",
@@ -50,7 +50,7 @@
"drupal/field_group": "^3.0", "drupal/field_group": "^3.0",
"drupal/filefield_sources": "1.x-dev", "drupal/filefield_sources": "1.x-dev",
"drupal/filter_perms": "1.x-dev", "drupal/filter_perms": "1.x-dev",
"drupal/honeypot": "1.29.0", "drupal/honeypot": "^1.30",
"drupal/linkit": "^5.0", "drupal/linkit": "^5.0",
"drupal/login_emailusername": "^1.1", "drupal/login_emailusername": "^1.1",
"drupal/maillog": "1.x-dev", "drupal/maillog": "1.x-dev",
@@ -70,7 +70,7 @@
"drupal/synonyms": "1.x-dev", "drupal/synonyms": "1.x-dev",
"drupal/toolbar_themes": "1.x-dev", "drupal/toolbar_themes": "1.x-dev",
"drupal/translation_views": "^1.0", "drupal/translation_views": "^1.0",
"drupal/url_to_video_filter": "1.3.0", "drupal/url_to_video_filter": "^1.4",
"drupal/views_bulk_edit": "^2.2", "drupal/views_bulk_edit": "^2.2",
"drupal/workflow": "1.x-dev", "drupal/workflow": "1.x-dev",
"drush/drush": "^9.0.0", "drush/drush": "^9.0.0",
@@ -129,12 +129,24 @@
}, },
"drupal/login_emailusername": { "drupal/login_emailusername": {
"rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch" "rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch"
},
"drupal/autologout": {
"AutologoutManager class incompatible with interface https://www.drupal.org/project/autologout/issues/3121214" : "https://www.drupal.org/files/issues/2020-03-20/3121214-autologout_manager_incompatible_interface.patch"
} }
}, },
"drupal-scaffold": { "drupal-scaffold": {
"initial": { "initial": {
".editorconfig": "../.editorconfig", ".editorconfig": "../.editorconfig",
".gitattributes": "../.gitattributes" ".gitattributes": "../.gitattributes"
},
"allowed-packages": [
"drupal/core"
],
"locations": {
"web-root": "./web"
},
"file-mapping": {
"[web-root]/sites/development.services.yml": false
} }
} }
Generated
+76 -68
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ead3aa1d4c00da934baa3f1a72126308", "content-hash": "f991cd93bd42cbcdc76bcbc46d7bf5f3",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@@ -1772,26 +1772,26 @@
}, },
{ {
"name": "drupal/addtoany", "name": "drupal/addtoany",
"version": "1.12.0", "version": "1.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/addtoany.git", "url": "https://git.drupalcode.org/project/addtoany.git",
"reference": "8.x-1.12" "reference": "8.x-1.14"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/addtoany-8.x-1.12.zip", "url": "https://ftp.drupal.org/files/projects/addtoany-8.x-1.14.zip",
"reference": "8.x-1.12", "reference": "8.x-1.14",
"shasum": "f66b3cb0a95b500e4802e8ff9c29af04554327d8" "shasum": "269ec4d1cfaf93132d5945edebf691ec7c04901a"
}, },
"require": { "require": {
"drupal/core": "*" "drupal/core": "^8 || ^9"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.12", "version": "8.x-1.14",
"datestamp": "1554702781", "datestamp": "1589571718",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -1812,34 +1812,38 @@
"homepage": "https://www.drupal.org/user/260224" "homepage": "https://www.drupal.org/user/260224"
} }
], ],
"description": "Share buttons by AddToAny, including the AddToAny universal sharing button, Facebook, Twitter, Google+, Pinterest, and over 100 more on the <a href=\"https://www.addtoany.com/\" target=\"_blank\">AddToAny</a> platform.", "description": "Share buttons for Drupal including the AddToAny universal share button, Facebook, Twitter, Pinterest, WhatsApp and many more.",
"homepage": "https://www.drupal.org/project/addtoany", "homepage": "https://www.drupal.org/project/addtoany",
"keywords": [
"Drupal"
],
"support": { "support": {
"source": "https://git.drupalcode.org/project/addtoany" "source": "https://git.drupalcode.org/project/addtoany",
"issues": "https://www.drupal.org/project/issues/addtoany"
} }
}, },
{ {
"name": "drupal/admin_toolbar", "name": "drupal/admin_toolbar",
"version": "2.0.0", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git", "url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "8.x-2.0" "reference": "8.x-2.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.0.zip", "url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.2.zip",
"reference": "8.x-2.0", "reference": "8.x-2.2",
"shasum": "568de63dbaa8046a82d327dbd0b892ab79fb87aa" "shasum": "41ea0e3321e6d1e190c486be49a99e60446d8dd7"
}, },
"require": { "require": {
"drupal/core": "*" "drupal/core": "^8.8.0 || ^9.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-2.0", "version": "8.x-2.2",
"datestamp": "1573751237", "datestamp": "1585017179",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -2013,30 +2017,33 @@
}, },
{ {
"name": "drupal/autologout", "name": "drupal/autologout",
"version": "1.0.0", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/autologout.git", "url": "https://git.drupalcode.org/project/autologout.git",
"reference": "8.x-1.0" "reference": "8.x-1.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/autologout-8.x-1.0.zip", "url": "https://ftp.drupal.org/files/projects/autologout-8.x-1.3.zip",
"reference": "8.x-1.0", "reference": "8.x-1.3",
"shasum": "0a5f67d4393b0acdf8522b1b1a5c9eb40bb05d93" "shasum": "87733b2042d9dcdee0d8f33d206872208a8c97ea"
}, },
"require": { "require": {
"drupal/core": "~8.0" "drupal/core": "^8 || ^9"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.0", "version": "8.x-1.3",
"datestamp": "1494237185", "datestamp": "1587193798",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
} }
},
"patches_applied": {
"AutologoutManager class incompatible with interface https://www.drupal.org/project/autologout/issues/3121214": "https://www.drupal.org/files/issues/2020-03-20/3121214-autologout_manager_incompatible_interface.patch"
} }
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
@@ -2289,23 +2296,24 @@
}, },
{ {
"name": "drupal/color_field", "name": "drupal/color_field",
"version": "2.0.0", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/color_field.git", "url": "https://git.drupalcode.org/project/color_field.git",
"reference": "8.x-2.0" "reference": "8.x-2.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/color_field-8.x-2.0.zip", "url": "https://ftp.drupal.org/files/projects/color_field-8.x-2.2.zip",
"reference": "8.x-2.0", "reference": "8.x-2.2",
"shasum": "27c510d258e409e1d029d69cf7747e96c1087df6" "shasum": "12eb5d74f361a2ebf8bf61f750c145cbf137919b"
}, },
"require": { "require": {
"drupal/core": "*" "drupal/core": "*"
}, },
"require-dev": { "require-dev": {
"drupal/token": "~1.3" "drupal/token": "~1.3",
"nickwilde1990/php-composter-phpcs-drupal": "^2.0"
}, },
"suggest": { "suggest": {
"bower-asset/jquery-simple-color": "^v1.2.2: Provides JavaScript library necessary for the Color Grid widget", "bower-asset/jquery-simple-color": "^v1.2.2: Provides JavaScript library necessary for the Color Grid widget",
@@ -2317,8 +2325,8 @@
"dev-2.x": "2.x-dev" "dev-2.x": "2.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-2.0", "version": "8.x-2.2",
"datestamp": "1579324387", "datestamp": "1579552087",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -2344,7 +2352,7 @@
"description": "Provides a color field type to store the color value and opacity", "description": "Provides a color field type to store the color value and opacity",
"homepage": "https://www.drupal.org/project/color_field", "homepage": "https://www.drupal.org/project/color_field",
"support": { "support": {
"source": "http://cgit.drupalcode.org/color_field", "source": "https://git.drupalcode.org/project/color_field",
"issues": "https://www.drupal.org/project/issues/color_field?version=8.x" "issues": "https://www.drupal.org/project/issues/color_field?version=8.x"
} }
}, },
@@ -2487,17 +2495,17 @@
}, },
{ {
"name": "drupal/config_ignore", "name": "drupal/config_ignore",
"version": "2.1.0", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/config_ignore.git", "url": "https://git.drupalcode.org/project/config_ignore.git",
"reference": "8.x-2.1" "reference": "8.x-2.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.1.zip", "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.2.zip",
"reference": "8.x-2.1", "reference": "8.x-2.2",
"shasum": "07e00684930706632b3f2fc2a7433ffdae57cde7" "shasum": "18af5772087b90dd4b83c2c6e292d8ea2f8834e0"
}, },
"require": { "require": {
"drupal/config_filter": "1.*", "drupal/config_filter": "1.*",
@@ -2509,7 +2517,7 @@
"dev-2.x": "2.x-dev" "dev-2.x": "2.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-2.1", "version": "8.x-2.2",
"datestamp": "1576528386", "datestamp": "1576528386",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
@@ -3325,26 +3333,26 @@
}, },
{ {
"name": "drupal/ctools", "name": "drupal/ctools",
"version": "3.2.0", "version": "3.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/ctools.git", "url": "https://git.drupalcode.org/project/ctools.git",
"reference": "8.x-3.2" "reference": "8.x-3.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.2.zip", "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.4.zip",
"reference": "8.x-3.2", "reference": "8.x-3.4",
"shasum": "d6da87239b64ba708a5977e7b33b1e009e36b091" "shasum": "016ca5abb7ac4ca720352a72e8989f3ef0e20539"
}, },
"require": { "require": {
"drupal/core": "^8.5" "drupal/core": "^8.7.7 || ^9"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-3.2", "version": "8.x-3.4",
"datestamp": "1550728386", "datestamp": "1585763383",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -3409,7 +3417,7 @@
"description": "Provides a number of utility and helper APIs for Drupal developers and site builders.", "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
"homepage": "https://www.drupal.org/project/ctools", "homepage": "https://www.drupal.org/project/ctools",
"support": { "support": {
"source": "http://cgit.drupalcode.org/ctools", "source": "https://git.drupalcode.org/project/ctools",
"issues": "https://www.drupal.org/project/issues/ctools" "issues": "https://www.drupal.org/project/issues/ctools"
} }
}, },
@@ -4163,17 +4171,17 @@
}, },
{ {
"name": "drupal/honeypot", "name": "drupal/honeypot",
"version": "1.29.0", "version": "1.30.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/honeypot.git", "url": "https://git.drupalcode.org/project/honeypot.git",
"reference": "8.x-1.29" "reference": "8.x-1.30"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/honeypot-8.x-1.29.zip", "url": "https://ftp.drupal.org/files/projects/honeypot-8.x-1.30.zip",
"reference": "8.x-1.29", "reference": "8.x-1.30",
"shasum": "029d9e068d8f6a5db52434c27dc71bd3f06da487" "shasum": "1d7983e8e07feee4f13e4b05c9a10db15ae2097e"
}, },
"require": { "require": {
"drupal/core": "~8.0" "drupal/core": "~8.0"
@@ -4181,7 +4189,7 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.29", "version": "8.x-1.30",
"datestamp": "1576274288", "datestamp": "1576274288",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
@@ -5421,17 +5429,17 @@
}, },
{ {
"name": "drupal/url_to_video_filter", "name": "drupal/url_to_video_filter",
"version": "1.3.0", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/url_to_video_filter.git", "url": "https://git.drupalcode.org/project/url_to_video_filter.git",
"reference": "8.x-1.3" "reference": "8.x-1.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/url_to_video_filter-8.x-1.3.zip", "url": "https://ftp.drupal.org/files/projects/url_to_video_filter-8.x-1.4.zip",
"reference": "8.x-1.3", "reference": "8.x-1.4",
"shasum": "40a27d1d8948638c0202c1b0c8afe0d92f8362a6" "shasum": "adeb30c7ad0e0838c222879c467e054e4b6ebcdd"
}, },
"require": { "require": {
"drupal/core": "~8.0" "drupal/core": "~8.0"
@@ -5439,8 +5447,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.3", "version": "8.x-1.4",
"datestamp": "1532695981", "datestamp": "1587532095",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@@ -5586,7 +5594,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/workflow.git", "url": "https://git.drupalcode.org/project/workflow.git",
"reference": "91e32308c022537ec7ae8e0118f1afa8a0bde7a4" "reference": "d75c801c73cec1f73c6a4273abce42686734503c"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "^8 || ^9"
@@ -5597,8 +5605,8 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.1+55-dev", "version": "8.x-1.1+59-dev",
"datestamp": "1590411186", "datestamp": "1590561418",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories." "message": "Dev releases are not covered by Drupal security advisories."
@@ -5652,7 +5660,7 @@
"support": { "support": {
"source": "https://git.drupalcode.org/project/workflow" "source": "https://git.drupalcode.org/project/workflow"
}, },
"time": "2020-05-25T13:34:05+00:00" "time": "2020-05-27T07:25:14+00:00"
}, },
{ {
"name": "drush/drush", "name": "drush/drush",
+2
View File
@@ -14,3 +14,5 @@ use_watchdog: true
_core: _core:
default_config_hash: zJS1GknUylh656CJSNXOupqKSqm6Xw200h1cq1eI970 default_config_hash: zJS1GknUylh656CJSNXOupqKSqm6Xw200h1cq1eI970
langcode: fr langcode: fr
dialog_title: 'Encyclopédie de la parole Alert'
no_individual_logout_threshold: false
+3 -3
View File
@@ -1,7 +1,7 @@
ignored_config_entities: ignored_config_entities:
0: system.performance - system.performance
2: devel.settings - devel.settings
4: piwik.settings - piwik.settings
_core: _core:
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
langcode: fr langcode: fr
+3
View File
@@ -0,0 +1,3 @@
/INSTALL.txt
/README.txt
/example.gitignore
+1
View File
@@ -0,0 +1 @@
/README.txt
+1
View File
@@ -0,0 +1 @@
/README.txt
+1
View File
@@ -0,0 +1 @@
/README.txt