updated E modules

This commit is contained in:
Bachir Soussi Chiadmi 2024-08-12 19:14:44 +02:00
parent 26b0b5277d
commit df6fec960d
3 changed files with 154 additions and 109 deletions

256
composer.lock generated
View File

@ -1369,16 +1369,16 @@
}, },
{ {
"name": "cweagans/composer-patches", "name": "cweagans/composer-patches",
"version": "1.7.2", "version": "1.7.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/cweagans/composer-patches.git", "url": "https://github.com/cweagans/composer-patches.git",
"reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871" "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e9969cfc0796e6dea9b4e52f77f18e1065212871", "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
"reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871", "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1411,9 +1411,9 @@
"description": "Provides a way to patch Composer packages.", "description": "Provides a way to patch Composer packages.",
"support": { "support": {
"issues": "https://github.com/cweagans/composer-patches/issues", "issues": "https://github.com/cweagans/composer-patches/issues",
"source": "https://github.com/cweagans/composer-patches/tree/1.7.2" "source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
}, },
"time": "2022-01-25T19:21:20+00:00" "time": "2022-12-20T22:53:13+00:00"
}, },
{ {
"name": "d3/d3", "name": "d3/d3",
@ -7230,29 +7230,30 @@
}, },
{ {
"name": "drupal/editor_advanced_link", "name": "drupal/editor_advanced_link",
"version": "2.1.1", "version": "2.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/editor_advanced_link.git", "url": "https://git.drupalcode.org/project/editor_advanced_link.git",
"reference": "2.1.1" "reference": "2.2.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.1.1.zip", "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.2.4.zip",
"reference": "2.1.1", "reference": "2.2.4",
"shasum": "ba8f12aee9ac6c4d7b60ee916e7bd69e98c99d4a" "shasum": "cd0db397827f2e21ec8a68211e8a153463a6c89b"
}, },
"require": { "require": {
"drupal/core": "^9.2 || ^10" "drupal/core": "^9.2 || ^10"
}, },
"require-dev": { "require-dev": {
"drupal/ckeditor": "*" "drupal/ckeditor": "*",
"phpro/grumphp": "^2.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.1.1", "version": "2.2.4",
"datestamp": "1667462197", "datestamp": "1688040059",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7267,9 +7268,13 @@
{ {
"name": "DuaelFr", "name": "DuaelFr",
"homepage": "https://www.drupal.org/user/931394" "homepage": "https://www.drupal.org/user/931394"
},
{
"name": "VladimirAus",
"homepage": "https://www.drupal.org/user/673120"
} }
], ],
"description": "Add title, target etc. attributes to Text Editor's link dialog if the text format allows them.", "description": "Editor Advanced link",
"homepage": "https://www.drupal.org/project/editor_advanced_link", "homepage": "https://www.drupal.org/project/editor_advanced_link",
"support": { "support": {
"source": "https://git.drupalcode.org/project/editor_advanced_link" "source": "https://git.drupalcode.org/project/editor_advanced_link"
@ -7277,32 +7282,33 @@
}, },
{ {
"name": "drupal/email_registration", "name": "drupal/email_registration",
"version": "1.1.0", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/email_registration.git", "url": "https://git.drupalcode.org/project/email_registration.git",
"reference": "8.x-1.1" "reference": "8.x-1.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/email_registration-8.x-1.1.zip", "url": "https://ftp.drupal.org/files/projects/email_registration-8.x-1.4.zip",
"reference": "8.x-1.1", "reference": "8.x-1.4",
"shasum": "cc0eef597216a6d025d9017df104f2693b029f96" "shasum": "fe7a91b858a98533fc1d7550b0917fc80523f186"
}, },
"require": { "require": {
"drupal/core": "^8.7.7 || ^9" "drupal/core": "^9.1 || ^10"
}, },
"conflict": { "conflict": {
"drupal/commerce": "<2.12" "drupal/commerce": "<2.12"
}, },
"require-dev": { "require-dev": {
"drupal/commerce": "^2.0" "drupal/commerce": "^2.0",
"drupal/token": "*"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.1", "version": "8.x-1.4",
"datestamp": "1592317072", "datestamp": "1700548925",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7333,6 +7339,14 @@
"name": "Moshe Weitzman (moshe weitzman)", "name": "Moshe Weitzman (moshe weitzman)",
"homepage": "https://www.drupal.org/u/moshe-weitzman", "homepage": "https://www.drupal.org/u/moshe-weitzman",
"role": "Maintainer" "role": "Maintainer"
},
{
"name": "Grevil",
"homepage": "https://www.drupal.org/user/3668491"
},
{
"name": "moshe weitzman",
"homepage": "https://www.drupal.org/user/23"
} }
], ],
"description": "Allows users to register with an email address as their username.", "description": "Allows users to register with an email address as their username.",
@ -7344,26 +7358,29 @@
}, },
{ {
"name": "drupal/embed", "name": "drupal/embed",
"version": "1.5.0", "version": "1.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/embed.git", "url": "https://git.drupalcode.org/project/embed.git",
"reference": "8.x-1.5" "reference": "8.x-1.9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/embed-8.x-1.5.zip", "url": "https://ftp.drupal.org/files/projects/embed-8.x-1.9.zip",
"reference": "8.x-1.5", "reference": "8.x-1.9",
"shasum": "88a447329d16988459e82392443e96d441d651b2" "shasum": "e6b4875e2b245ddf1a68a8615cbb4c5a378a0e9f"
}, },
"require": { "require": {
"drupal/core": "^8.7.7 || ^9" "drupal/core": "^9.5 | ^10"
},
"require-dev": {
"drupal/ckeditor": "^1.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.5", "version": "8.x-1.9",
"datestamp": "1653500382", "datestamp": "1723283819",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7376,7 +7393,11 @@
], ],
"authors": [ "authors": [
{ {
"name": "Dave Reid", "name": "cs_shadow",
"homepage": "https://www.drupal.org/user/2828287"
},
{
"name": "dave reid",
"homepage": "https://www.drupal.org/user/53892" "homepage": "https://www.drupal.org/user/53892"
}, },
{ {
@ -7387,10 +7408,6 @@
"name": "Drupal Media Team", "name": "Drupal Media Team",
"homepage": "https://www.drupal.org/user/3260690" "homepage": "https://www.drupal.org/user/3260690"
}, },
{
"name": "cs_shadow",
"homepage": "https://www.drupal.org/user/2828287"
},
{ {
"name": "phenaproxima", "name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645" "homepage": "https://www.drupal.org/user/205645"
@ -7440,7 +7457,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "Berdir", "name": "berdir",
"homepage": "https://www.drupal.org/user/214652" "homepage": "https://www.drupal.org/user/214652"
}, },
{ {
@ -7477,35 +7494,39 @@
}, },
{ {
"name": "drupal/entity_browser", "name": "drupal/entity_browser",
"version": "2.9.0", "version": "2.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/entity_browser.git", "url": "https://git.drupalcode.org/project/entity_browser.git",
"reference": "8.x-2.9" "reference": "8.x-2.10"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.9.zip", "url": "https://ftp.drupal.org/files/projects/entity_browser-8.x-2.10.zip",
"reference": "8.x-2.9", "reference": "8.x-2.10",
"shasum": "251afad80cde9fa547501a8d9de5d94b9f5bacff" "shasum": "d52548ea66dc56108c2e211aeaff6e1cc0522e85"
}, },
"require": { "require": {
"drupal/core": "^9.2 || ^10" "drupal/core": "^9.5 || ^10"
},
"conflict": {
"drupal/media_entity": "1.*"
}, },
"require-dev": { "require-dev": {
"drupal/embed": "~1.0", "drupal/ckeditor": "^1.0",
"drupal/entity_embed": "1.x-dev", "drupal/embed": "^1.0",
"drupal/entity_reference_revisions": "1.x-dev", "drupal/entity_embed": "^1.0",
"drupal/entityqueue": "1.x-dev", "drupal/entity_reference_revisions": "^1.0",
"drupal/inline_entity_form": "1.x-dev", "drupal/entityqueue": "^1.0",
"drupal/paragraphs": "1.x-dev", "drupal/inline_entity_form": "^1.0@rc",
"drupal/token": "1.x-dev" "drupal/paragraphs": "^1.0",
"drupal/token": "^1.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-2.9", "version": "8.x-2.10",
"datestamp": "1674070933", "datestamp": "1702325310",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7558,7 +7579,7 @@
} }
], ],
"description": "Entity browsing and selecting component.", "description": "Entity browsing and selecting component.",
"homepage": "http://drupal.org/project/entity_browser", "homepage": "https://drupal.org/project/entity_browser",
"support": { "support": {
"source": "https://git.drupalcode.org/project/entity_browser", "source": "https://git.drupalcode.org/project/entity_browser",
"issues": "https://www.drupal.org/project/issues/entity_browser", "issues": "https://www.drupal.org/project/issues/entity_browser",
@ -7567,27 +7588,27 @@
}, },
{ {
"name": "drupal/entity_browser_enhanced", "name": "drupal/entity_browser_enhanced",
"version": "1.0.0", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/entity_browser_enhanced.git", "url": "https://git.drupalcode.org/project/entity_browser_enhanced.git",
"reference": "8.x-1.0" "reference": "8.x-1.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_browser_enhanced-8.x-1.0.zip", "url": "https://ftp.drupal.org/files/projects/entity_browser_enhanced-8.x-1.4.zip",
"reference": "8.x-1.0", "reference": "8.x-1.4",
"shasum": "c309e3c3eb65c358fafc577de68f3cbb8c118865" "shasum": "7791e2a424ce81790f2673cdd366fe322ab72aff"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9", "drupal/core": "^9 || ^10",
"drupal/entity_browser": "~2.0" "drupal/entity_browser": "~2.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.0", "version": "8.x-1.4",
"datestamp": "1581940931", "datestamp": "1697210643",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7608,7 +7629,7 @@
"role": "Maintainer" "role": "Maintainer"
}, },
{ {
"name": "RajabNatshah", "name": "Rajab Natshah",
"homepage": "https://www.drupal.org/user/1414312" "homepage": "https://www.drupal.org/user/1414312"
} }
], ],
@ -7621,32 +7642,32 @@
}, },
{ {
"name": "drupal/entity_clone", "name": "drupal/entity_clone",
"version": "2.0.0-beta4", "version": "2.1.0-beta1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/entity_clone.git", "url": "https://git.drupalcode.org/project/entity_clone.git",
"reference": "2.0.0-beta4" "reference": "2.1.0-beta1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_clone-2.0.0-beta4.zip", "url": "https://ftp.drupal.org/files/projects/entity_clone-2.1.0-beta1.zip",
"reference": "2.0.0-beta4", "reference": "2.1.0-beta1",
"shasum": "21b6636cea194e1f71753a54b28d4a56b42a4b00" "shasum": "3602955a33ac4fff0213fd302e78d0c7b5c628ca"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9 || ^10" "drupal/core": "^9 || ^10 || ^11"
}, },
"require-dev": { "require-dev": {
"drupal/entity_browser": "2.x-dev", "drupal/entity_browser": "2.x-dev",
"drupal/entity_usage": "2.x-dev", "drupal/entity_usage": "2.x-dev",
"drupal/paragraphs": "^1.0", "drupal/paragraphs": "^1.0",
"drupal/search_api": "~1.0" "drupal/search_api": "^1.0"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "2.0.0-beta4", "version": "2.1.0-beta1",
"datestamp": "1687250852", "datestamp": "1721571015",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories." "message": "Beta releases are not covered by Drupal security advisories."
@ -7691,29 +7712,29 @@
}, },
{ {
"name": "drupal/entity_reference_revisions", "name": "drupal/entity_reference_revisions",
"version": "1.10.0", "version": "1.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/entity_reference_revisions.git", "url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
"reference": "8.x-1.10" "reference": "8.x-1.12"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.10.zip", "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.12.zip",
"reference": "8.x-1.10", "reference": "8.x-1.12",
"shasum": "edd23b91c4a34db65ea22c4db54b7458edc7513b" "shasum": "2a2ff8617c7ce01b56df1caaf0a563da04948e26"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10" "drupal/core": "^9 || ^10 || ^11"
}, },
"require-dev": { "require-dev": {
"drupal/diff": "1.x-dev" "drupal/diff": "^1 || ^2"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.10", "version": "8.x-1.12",
"datestamp": "1660664712", "datestamp": "1722804497",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7755,26 +7776,26 @@
}, },
{ {
"name": "drupal/error_log", "name": "drupal/error_log",
"version": "1.8.0", "version": "1.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/error_log.git", "url": "https://git.drupalcode.org/project/error_log.git",
"reference": "8.x-1.8" "reference": "8.x-1.14"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/error_log-8.x-1.8.zip", "url": "https://ftp.drupal.org/files/projects/error_log-8.x-1.14.zip",
"reference": "8.x-1.8", "reference": "8.x-1.14",
"shasum": "03a1c3ced5a268d619fe4e073d5d3e33c0e67b4b" "shasum": "2aa3a0c0e05aa8b3c909cf018e4eb229dde1cedc"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9 || ^10" "drupal/core": "^8 || ^9 || ^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.8", "version": "8.x-1.14",
"datestamp": "1644055747", "datestamp": "1716350501",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7787,38 +7808,49 @@
], ],
"authors": [ "authors": [
{ {
"name": "mfb", "name": "mark burdett",
"homepage": "https://www.drupal.org/user/12302" "homepage": "https://www.drupal.org/u/mfb"
} }
], ],
"description": "Sends log messages to the PHP error log.", "description": "Sends log messages to the PHP error log.",
"homepage": "https://www.drupal.org/project/error_log", "homepage": "https://www.drupal.org/project/error_log",
"support": { "support": {
"source": "https://git.drupalcode.org/project/error_log" "source": "https://git.drupalcode.org/project/error_log",
"issues": "https://www.drupal.org/project/issues/error_log"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/mfb"
},
{
"type": "patreon",
"url": "https://www.patreon.com/mfb"
} }
]
}, },
{ {
"name": "drupal/eu_cookie_compliance", "name": "drupal/eu_cookie_compliance",
"version": "1.19.0", "version": "1.24.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/eu-cookie-compliance.git", "url": "https://git.drupalcode.org/project/eu-cookie-compliance.git",
"reference": "8.x-1.19" "reference": "8.x-1.24"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.19.zip", "url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.24.zip",
"reference": "8.x-1.19", "reference": "8.x-1.24",
"shasum": "5a13cd53f87a58501cebd6e560c280ad7274035c" "shasum": "ab8dcd866e5ad95cde6fdf9cbca509c7f399bd23"
}, },
"require": { "require": {
"drupal/core": "^8.9 || ^9" "drupal/core": "^8.9 || ^9 || ^10"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.19", "version": "8.x-1.24",
"datestamp": "1633775773", "datestamp": "1665158185",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7872,26 +7904,26 @@
}, },
{ {
"name": "drupal/extlink", "name": "drupal/extlink",
"version": "1.6.0", "version": "1.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/extlink.git", "url": "https://git.drupalcode.org/project/extlink.git",
"reference": "8.x-1.6" "reference": "8.x-1.7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/extlink-8.x-1.6.zip", "url": "https://ftp.drupal.org/files/projects/extlink-8.x-1.7.zip",
"reference": "8.x-1.6", "reference": "8.x-1.7",
"shasum": "92c2794b1d5ece7978f5f6fa37f719c0b37d470e" "shasum": "38650688b5a58496db59f40b2a7f36c4bedcbfb4"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "^8 || ^9 || ^10"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.6", "version": "8.x-1.7",
"datestamp": "1615218226", "datestamp": "1665770295",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7917,6 +7949,14 @@
"name": "Neslee Canil Pinto", "name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto", "homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer" "role": "Maintainer"
},
{
"name": "quicksketch",
"homepage": "https://www.drupal.org/user/35821"
},
{
"name": "smustgrave",
"homepage": "https://www.drupal.org/user/3252890"
} }
], ],
"description": "Modify behavior and appearance of external links.", "description": "Modify behavior and appearance of external links.",

View File

@ -2,3 +2,4 @@ _core:
default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao default_config_hash: k024s6lEcCjGqAq_82KNi-RRCCc37Jxo5frFNChAqao
langcode: fr langcode: fr
login_with_username: false login_with_username: false
require_username_on_registration: false

View File

@ -75,3 +75,7 @@ cookie_value_disagreed: '0'
cookie_value_agreed_show_thank_you: '1' cookie_value_agreed_show_thank_you: '1'
cookie_value_agreed: '2' cookie_value_agreed: '2'
accessibility_focus: false accessibility_focus: false
close_button_action: close_banner
reject_button_label: ''
reject_button_enabled: false
close_button_enabled: false