diff --git a/composer.json b/composer.json index 49a43e70..03fd9faa 100644 --- a/composer.json +++ b/composer.json @@ -11,16 +11,19 @@ "cweagans/composer-patches": "^1.6.7", "drupal/core-composer-scaffold": "^9.1", "drupal/core-recommended": "^9.1", - "drupal/hdbt": "^1.0", + "drupal/hdbt": "^1.3", "drupal/hdbt_admin": "^1.0", "drupal/helfi_ahjo": "^1.0", "drupal/helfi_azure_fs": "^1.0", "drupal/helfi_hauki": "^1.0", "drupal/helfi_linkedevents": "^1.0", - "drupal/helfi_platform_config": "^1", + "drupal/helfi_platform_config": "^2.0", "drupal/helfi_proxy": "^1.0", "drupal/helfi_tpr": "^1.0", "drupal/helfi_tunnistamo": "^1.0", + "drupal/raven": "^3.2", + "drupal/purge": "^3.0", + "drupal/varnish_purge": "^2.1", "drush/drush": "^10.4" }, "require-dev": { diff --git a/composer.lock b/composer.lock index ef0a969b..334021cf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ae2dc0917644b5a6adf213ddd1880fcc", + "content-hash": "5736eb859580b425c5c432af1a098159", "packages": [ { "name": "City-of-Helsinki/php-hauki-client", @@ -237,6 +237,68 @@ }, "time": "2020-12-05T05:59:11+00:00" }, + { + "name": "clue/stream-filter", + "version": "v1.5.0", + "source": { + "type": "git", + "url": "https://github.com/clue/stream-filter.git", + "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/clue/stream-filter/zipball/aeb7d8ea49c7963d3b581378955dbf5bc49aa320", + "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" + }, + "type": "library", + "autoload": { + "psr-4": { + "Clue\\StreamFilter\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@clue.engineering" + } + ], + "description": "A simple and modern approach to stream filtering in PHP", + "homepage": "https://github.com/clue/php-stream-filter", + "keywords": [ + "bucket brigade", + "callback", + "filter", + "php_user_filter", + "stream", + "stream_filter_append", + "stream_filter_register" + ], + "funding": [ + { + "url": "https://clue.engineering/support", + "type": "custom" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2020-10-02T12:38:20+00:00" + }, { "name": "commerceguys/addressing", "version": "v1.2.1", @@ -302,16 +364,16 @@ }, { "name": "composer/installers", - "version": "v1.11.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", - "reference": "ae03311f45dfe194412081526be2e003960df74b" + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b", - "reference": "ae03311f45dfe194412081526be2e003960df74b", + "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "shasum": "" }, "require": { @@ -410,6 +472,7 @@ "modx", "moodle", "osclass", + "pantheon", "phpbb", "piwik", "ppi", @@ -432,8 +495,77 @@ ], "support": { "issues": "https://github.com/composer/installers/issues", - "source": "https://github.com/composer/installers/tree/v1.11.0" + "source": "https://github.com/composer/installers/tree/v1.12.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-09-13T08:19:44+00:00" + }, + { + "name": "composer/package-versions-deprecated", + "version": "1.11.99.4", + "source": { + "type": "git", + "url": "https://github.com/composer/package-versions-deprecated.git", + "reference": "b174585d1fe49ceed21928a945138948cb394600" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600", + "reference": "b174585d1fe49ceed21928a945138948cb394600", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1.0 || ^2.0", + "php": "^7 || ^8" + }, + "replace": { + "ocramius/package-versions": "1.11.99" + }, + "require-dev": { + "composer/composer": "^1.9.3 || ^2.0@dev", + "ext-zip": "^1.13", + "phpunit/phpunit": "^6.5 || ^7" + }, + "type": "composer-plugin", + "extra": { + "class": "PackageVersions\\Installer", + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "PackageVersions\\": "src/PackageVersions" + } }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } + ], + "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "funding": [ { "url": "https://packagist.com", @@ -448,7 +580,7 @@ "type": "tidelift" } ], - "time": "2021-04-28T06:42:17+00:00" + "time": "2021-09-13T08:41:34+00:00" }, { "name": "composer/semver", @@ -533,16 +665,16 @@ }, { "name": "consolidation/annotated-command", - "version": "4.3.1", + "version": "4.3.2", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "386d2c9253675bbb4b7f04c6bc52f8e74c0d4cc6" + "reference": "101c7dd0388259cfbba41b705b9255d2b1976bbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/386d2c9253675bbb4b7f04c6bc52f8e74c0d4cc6", - "reference": "386d2c9253675bbb4b7f04c6bc52f8e74c0d4cc6", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/101c7dd0388259cfbba41b705b9255d2b1976bbf", + "reference": "101c7dd0388259cfbba41b705b9255d2b1976bbf", "shasum": "" }, "require": { @@ -580,11 +712,7 @@ } ], "description": "Initialize Symfony Console commands from annotated command class methods.", - "support": { - "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.3.1" - }, - "time": "2021-08-30T03:50:47+00:00" + "time": "2021-09-19T14:35:36+00:00" }, { "name": "consolidation/config", @@ -1009,16 +1137,16 @@ }, { "name": "consolidation/site-alias", - "version": "3.1.0", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c" + "reference": "e824b57253d9174f4a500f87e6d0e1e497c2a50a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/9ed3c590be9fcf9fea69c73456c2fd4b27f5204c", - "reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/e824b57253d9174f4a500f87e6d0e1e497c2a50a", + "reference": "e824b57253d9174f4a500f87e6d0e1e497c2a50a", "shasum": "" }, "require": { @@ -1059,11 +1187,7 @@ } ], "description": "Manage alias records for local and remote sites.", - "support": { - "issues": "https://github.com/consolidation/site-alias/issues", - "source": "https://github.com/consolidation/site-alias/tree/3.1.0" - }, - "time": "2021-02-20T20:03:10+00:00" + "time": "2021-09-21T00:30:48+00:00" }, { "name": "consolidation/site-process", @@ -1773,6 +1897,54 @@ "issues": "https://www.drupal.org/project/issues/aet" } }, + { + "name": "drupal/allowed_formats", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/allowed_formats.git", + "reference": "8.x-1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/allowed_formats-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "4c3c036d7b41428d6e22b61f1219de0ab012feec" + }, + "require": { + "drupal/core": "^8.7.7 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1592909219", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "floretan", + "homepage": "https://www.drupal.org/user/66163" + }, + { + "name": "nord102", + "homepage": "https://www.drupal.org/user/3471419" + } + ], + "description": "Limit which text formats are available for each field instance.", + "homepage": "https://www.drupal.org/project/allowed_formats", + "support": { + "source": "https://git.drupalcode.org/project/allowed_formats" + } + }, { "name": "drupal/config_filter", "version": "2.2.0", @@ -1948,6 +2120,57 @@ "source": "https://git.drupalcode.org/project/config_replace" } }, + { + "name": "drupal/config_rewrite", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_rewrite.git", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_rewrite-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "558ae849dffef68aa304c7907f5f4ffa4a4d1a81" + }, + "require": { + "drupal/core": "^8.6 || ^9", + "php": ">=7.1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.4", + "datestamp": "1611769139", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Brant Wynn (brantwynn)", + "homepage": "https://www.drupal.org/u/brantwynn", + "role": "Maintainer" + }, + { + "name": "saltednut", + "homepage": "https://www.drupal.org/user/252788" + } + ], + "description": "Rewrites existing configuration on module installation via using a 'rewrite' folder in the config directory.", + "homepage": "https://www.drupal.org/project/config_rewrite", + "support": { + "source": "http://cgit.drupalcode.org/config_rewrite", + "issues": "https://www.drupal.org/project/issues/config_rewrite" + } + }, { "name": "drupal/config_update", "version": "1.7.0", @@ -1998,16 +2221,16 @@ }, { "name": "drupal/core", - "version": "9.2.5", + "version": "9.2.6", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "96bb4da48ed4d5892247b8afed55ca3db9bc47f6" + "reference": "c51e9d9e28c08e284ff57ca42504cfe0ec9522db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/96bb4da48ed4d5892247b8afed55ca3db9bc47f6", - "reference": "96bb4da48ed4d5892247b8afed55ca3db9bc47f6", + "url": "https://api.github.com/repos/drupal/core/zipball/c51e9d9e28c08e284ff57ca42504cfe0ec9522db", + "reference": "c51e9d9e28c08e284ff57ca42504cfe0ec9522db", "shasum": "" }, "require": { @@ -2200,6 +2423,11 @@ "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" } + }, + "patches_applied": { + "[#UHF-181] Hide untranslated menu links": "https://www.drupal.org/files/issues/2021-03-05/3091246-allow-menu-tree-manipulators-alter-12-1.patch", + "[#UHF-920] Token for base URL (https://www.drupal.org/project/drupal/issues/1088112).": "https://www.drupal.org/files/issues/2020-10-06/1088112-63.patch", + "[#UHF-949] Drupal.views.ajaxView is not initializing pagers in nested views (https://www.drupal.org/project/drupal/issues/2858890).": "https://www.drupal.org/files/issues/2020-11-29/2858890-58.patch" } }, "autoload": { @@ -2245,14 +2473,11 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "support": { - "source": "https://github.com/drupal/core/tree/9.2.5" - }, - "time": "2021-09-01T21:51:44+00:00" + "time": "2021-09-14T22:07:47+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.2.5", + "version": "9.2.6", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", @@ -2295,23 +2520,20 @@ "keywords": [ "drupal" ], - "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.2.5" - }, "time": "2021-08-24T12:04:07+00:00" }, { "name": "drupal/core-recommended", - "version": "9.2.5", + "version": "9.2.6", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "a6738810628a3ee04a49265191b43b2b2de5aa60" + "reference": "e9bbd6d45dddc02157ea675b557c604feb31c80d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/a6738810628a3ee04a49265191b43b2b2de5aa60", - "reference": "a6738810628a3ee04a49265191b43b2b2de5aa60", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/e9bbd6d45dddc02157ea675b557c604feb31c80d", + "reference": "e9bbd6d45dddc02157ea675b557c604feb31c80d", "shasum": "" }, "require": { @@ -2320,7 +2542,7 @@ "doctrine/annotations": "1.13.1", "doctrine/lexer": "1.2.1", "doctrine/reflection": "1.2.2", - "drupal/core": "9.2.5", + "drupal/core": "9.2.6", "egulias/email-validator": "2.1.25", "guzzlehttp/guzzle": "6.5.5", "guzzlehttp/promises": "1.4.1", @@ -2382,10 +2604,7 @@ "GPL-2.0-or-later" ], "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", - "support": { - "source": "https://github.com/drupal/core-recommended/tree/9.2.5" - }, - "time": "2021-09-01T21:51:44+00:00" + "time": "2021-09-14T22:07:47+00:00" }, { "name": "drupal/crop", @@ -2571,6 +2790,9 @@ "services": { "drush.services.yml": "^9" } + }, + "patches_applied": { + "https://www.drupal.org/project/default_content/issues/2698425#comment-13809863": "https://www.drupal.org/files/issues/2020-09-02/default_content-integrity_constrait_violation-3162987-2.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -3152,6 +3374,9 @@ "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "patches_applied": { + "Helfi-specific customizations to EU Cookie Compliance": "https://gist.githubusercontent.com/tuutti/68890713f0d0d9e00499823150c41f7e/raw/c5be8d708d4c17cd0edefc1a2588514da6d33eda/eu_cookie_compliance_block.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -3227,6 +3452,9 @@ "services": { "drush.services.yml": "^9 || ^10" } + }, + "patches_applied": { + "https://www.drupal.org/project/features/issues/2869336": "https://www.drupal.org/files/issues/features_export-config-translation-2869336-2.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -3466,7 +3694,8 @@ "homepage": "https://www.drupal.org/project/flysystem_azure", "support": { "source": "https://git.drupalcode.org/project/flysystem_azure" - } + }, + "time": "2021-05-03T14:31:15+00:00" }, { "name": "drupal/focal_point", @@ -3641,16 +3870,16 @@ }, { "name": "drupal/hdbt", - "version": "1.3.17", + "version": "1.3.20", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt.git", - "reference": "f787cfe008ff4bb5bc457f4bfbcfdca65d77b283" + "reference": "d13254477bb7a7b4dcd14dac8275c9cc83a0001f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/f787cfe008ff4bb5bc457f4bfbcfdca65d77b283", - "reference": "f787cfe008ff4bb5bc457f4bfbcfdca65d77b283", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt/zipball/d13254477bb7a7b4dcd14dac8275c9cc83a0001f", + "reference": "d13254477bb7a7b4dcd14dac8275c9cc83a0001f", "shasum": "" }, "require": { @@ -3668,20 +3897,20 @@ "source": "https://github.com/City-of-Helsinki/drupal-hdbt/tree/latest", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt/issues" }, - "time": "2021-09-07T07:21:25+00:00" + "time": "2021-09-14T09:01:33+00:00" }, { "name": "drupal/hdbt_admin", - "version": "1.3.8", + "version": "1.3.9", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-hdbt-admin.git", - "reference": "bb1eec9ca80a7ea0f80b59c7a007423bf19df553" + "reference": "1c921075562b1553ce8386297b4baafddb56e1a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt-admin/zipball/bb1eec9ca80a7ea0f80b59c7a007423bf19df553", - "reference": "bb1eec9ca80a7ea0f80b59c7a007423bf19df553", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-hdbt-admin/zipball/1c921075562b1553ce8386297b4baafddb56e1a9", + "reference": "1c921075562b1553ce8386297b4baafddb56e1a9", "shasum": "" }, "require": { @@ -3700,7 +3929,7 @@ "source": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/tree/latest", "issues": "https://github.com/City-of-Helsinki/drupal-hdbt-admin/issues" }, - "time": "2021-08-27T07:45:42+00:00" + "time": "2021-09-09T07:07:09+00:00" }, { "name": "drupal/helfi_ahjo", @@ -3903,23 +4132,25 @@ }, { "name": "drupal/helfi_platform_config", - "version": "1.3.5", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config.git", - "reference": "cfe2448687d356b4db920651ee49016c92c3fff9" + "reference": "4f64bb7ceb9ac68dc28720b359a12a0832f2dba2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/cfe2448687d356b4db920651ee49016c92c3fff9", - "reference": "cfe2448687d356b4db920651ee49016c92c3fff9", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-helfi-platform-config/zipball/4f64bb7ceb9ac68dc28720b359a12a0832f2dba2", + "reference": "4f64bb7ceb9ac68dc28720b359a12a0832f2dba2", "shasum": "" }, "require": { "drupal/admin_toolbar": "^2.4.0", "drupal/aet": "^2.0@alpha", + "drupal/allowed_formats": "^1.3", "drupal/config_ignore": "^2.3", "drupal/config_replace": "^2.0", + "drupal/config_rewrite": "^1.4", "drupal/crop": "^2.1", "drupal/default_content": "^2.0.0-alpha1", "drupal/diff": "^1.0", @@ -3951,7 +4182,8 @@ "drupal/siteimprove": "^1.11", "drupal/social_media": "^1.8", "drupal/token": "^1.9", - "drupal/token_filter": "^1.2" + "drupal/token_filter": "^1.2", + "drupal/update_helper": "^2.0" }, "type": "drupal-module", "extra": { @@ -3983,23 +4215,23 @@ ], "description": "HELfi platform config", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/1.3.5", + "source": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/tree/2.0.0", "issues": "https://github.com/City-of-Helsinki/drupal-helfi-platform-config/issues" }, - "time": "2021-08-27T07:45:18+00:00" + "time": "2021-09-16T09:19:36+00:00" }, { "name": "drupal/helfi_proxy", - "version": "1.1.0", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy.git", - "reference": "64ae34f4f40f084971d121ca49e759cea34d4a6b" + "reference": "ca7a15630b3f00e180548c0a214fa3925503b7be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-proxy/zipball/64ae34f4f40f084971d121ca49e759cea34d4a6b", - "reference": "64ae34f4f40f084971d121ca49e759cea34d4a6b", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-proxy/zipball/ca7a15630b3f00e180548c0a214fa3925503b7be", + "reference": "ca7a15630b3f00e180548c0a214fa3925503b7be", "shasum": "" }, "require": { @@ -4020,23 +4252,23 @@ ], "description": "Provides various fixes so we can serve multiple Drupal instances in one domain.", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy/tree/1.1.0", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy/tree/1.1.3", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-proxy/issues" }, - "time": "2021-09-08T05:52:47+00:00" + "time": "2021-09-17T08:15:58+00:00" }, { "name": "drupal/helfi_tpr", - "version": "1.3.5", + "version": "1.3.7", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr.git", - "reference": "3e16af9ba469140f72a9c273e9f5d8932f1d7beb" + "reference": "0dae5488ad331ae8efb0556acf19e6c1811e33fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tpr/zipball/3e16af9ba469140f72a9c273e9f5d8932f1d7beb", - "reference": "3e16af9ba469140f72a9c273e9f5d8932f1d7beb", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-tpr/zipball/0dae5488ad331ae8efb0556acf19e6c1811e33fc", + "reference": "0dae5488ad331ae8efb0556acf19e6c1811e33fc", "shasum": "" }, "require": { @@ -4057,10 +4289,10 @@ ], "description": "TPR integration", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/tree/1.3.5", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/tree/1.3.7", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-tpr/issues" }, - "time": "2021-08-24T12:40:32+00:00" + "time": "2021-09-14T08:56:19+00:00" }, { "name": "drupal/helfi_tunnistamo", @@ -4649,6 +4881,9 @@ "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "patches_applied": { + "https://www.drupal.org/project/paragraphs/issues/2904705#comment-13836790": "https://www.drupal.org/files/issues/2020-09-25/2904705-115.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -4714,6 +4949,9 @@ "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." } + }, + "patches_applied": { + "https://www.drupal.org/project/paragraphs_asymmetric_translation_widgets/issues/3171810#comment-13836806": "https://www.drupal.org/files/issues/2020-09-25/3171810-2.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -4817,31 +5055,35 @@ } }, { - "name": "drupal/readonly_field_widget", - "version": "1.4.0", + "name": "drupal/purge", + "version": "3.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/readonly_field_widget.git", - "reference": "8.x-1.4" + "url": "https://git.drupalcode.org/project/purge.git", + "reference": "8.x-3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/readonly_field_widget-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "79aa2211ffc4bdab4e30c43487c76df5a80d8893" + "url": "https://ftp.drupal.org/files/projects/purge-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "e7113e9927dbdbbd5c2f4edc2649a14676e14f34" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.7.7 || ^9", + "php": ">=7.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1590394864", + "version": "8.x-3.0", + "datestamp": "1590744318", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "branch-alias": { + "dev-8.x-3.x": "3.x-dev" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -4850,42 +5092,59 @@ ], "authors": [ { - "name": "thtas", - "homepage": "https://www.drupal.org/user/287467" + "name": "Niels van Mourik", + "homepage": "http://www.nielsvm.org" + }, + { + "name": "djbobbydrake", + "homepage": "https://www.drupal.org/user/336378" + }, + { + "name": "nielsvm", + "homepage": "https://www.drupal.org/user/163285" } ], - "description": "Provides a field widget which can display the field formatter version of a field on the edit form", - "homepage": "https://www.drupal.org/project/readonly_field_widget", + "description": "Provides a generic external cache invalidation API and queue service.", + "homepage": "https://www.drupal.org/project/purge", "support": { - "source": "https://git.drupalcode.org/project/readonly_field_widget" + "source": "https://git.drupalcode.org/project/purge" } }, { - "name": "drupal/redirect", - "version": "1.6.0", + "name": "drupal/raven", + "version": "3.2.5", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.6" + "url": "https://git.drupalcode.org/project/raven.git", + "reference": "3.2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "f848e001deac8425ae57d4b9397087c491d37294" + "url": "https://ftp.drupal.org/files/projects/raven-3.2.5.zip", + "reference": "3.2.5", + "shasum": "bac9edb225346b4de10b3ce62710d0470e37cd55" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8 || ^9", + "sentry/sdk": "^3" + }, + "require-dev": { + "drupal/csp": "^1.13" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1589312204", + "version": "3.2.5", + "datestamp": "1631732322", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -4894,23 +5153,123 @@ ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, + "name": "Mark Burdett (mfb)", + "homepage": "https://www.drupal.org/u/mfb", + "role": "Maintainer" + } + ], + "description": "Integrates with Sentry application monitoring and error tracking platform (sentry.io).", + "homepage": "https://www.drupal.org/project/raven", + "support": { + "source": "https://git.drupalcode.org/project/raven", + "issues": "https://www.drupal.org/project/issues/raven" + }, + "funding": [ { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" + "type": "github", + "url": "https://github.com/sponsors/mfb" }, { - "name": "pifagor", - "homepage": "https://www.drupal.org/user/2375692" + "type": "patreon", + "url": "https://www.patreon.com/mfb" } - ], - "description": "Allows users to redirect from old URLs to new URLs.", - "homepage": "https://www.drupal.org/project/redirect", - "support": { - "source": "https://git.drupalcode.org/project/redirect" - } + ] + }, + { + "name": "drupal/readonly_field_widget", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/readonly_field_widget.git", + "reference": "8.x-1.4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/readonly_field_widget-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "79aa2211ffc4bdab4e30c43487c76df5a80d8893" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.4", + "datestamp": "1590394864", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "thtas", + "homepage": "https://www.drupal.org/user/287467" + } + ], + "description": "Provides a field widget which can display the field formatter version of a field on the edit form", + "homepage": "https://www.drupal.org/project/readonly_field_widget", + "support": { + "source": "https://git.drupalcode.org/project/readonly_field_widget" + } + }, + { + "name": "drupal/redirect", + "version": "1.6.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/redirect.git", + "reference": "8.x-1.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "f848e001deac8425ae57d4b9397087c491d37294" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.6", + "datestamp": "1589312204", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" + }, + { + "name": "pifagor", + "homepage": "https://www.drupal.org/user/2375692" + } + ], + "description": "Allows users to redirect from old URLs to new URLs.", + "homepage": "https://www.drupal.org/project/redirect", + "support": { + "source": "https://git.drupalcode.org/project/redirect" + } }, { "name": "drupal/scheduler", @@ -5374,17 +5733,17 @@ }, { "name": "drupal/token_filter", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token_filter.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token_filter-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "4d22feb0c96aeb747152d947499258e49769c237" + "url": "https://ftp.drupal.org/files/projects/token_filter-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "6ac6ae8349731512696d2c3d1cd11846a95cd1a7" }, "require": { "drupal/core": "^8 || ^9", @@ -5393,8 +5752,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1588029999", + "version": "8.x-1.3", + "datestamp": "1632199659", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5403,13 +5762,9 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ - { - "name": "Darvanen", - "homepage": "https://www.drupal.org/user/1068770" - }, { "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" @@ -5426,6 +5781,10 @@ "name": "asciikewl", "homepage": "https://www.drupal.org/user/147292" }, + { + "name": "darvanen", + "homepage": "https://www.drupal.org/user/1068770" + }, { "name": "pescetti", "homepage": "https://www.drupal.org/user/436244" @@ -5497,6 +5856,137 @@ "issues": "https://www.drupal.org/project/issues/twig_tweak" } }, + { + "name": "drupal/update_helper", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/update_helper.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/update_helper-2.0.0.zip", + "reference": "2.0.0", + "shasum": "1c442d26f316f59ae790d126b1148309468e8d78" + }, + "require": { + "chi-teck/drupal-code-generator": "^1.32.0", + "drupal/config_update": "^1.5", + "drupal/core": "^8 || ^9", + "symfony/console": "~3.4.0 || ^4.4" + }, + "require-dev": { + "drupal/checklistapi": "~1.0", + "drush/drush": "~10.2" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1591777960", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Mladen Todorovic", + "homepage": "https://www.drupal.org/user/157725", + "email": "mladen.todorovic@burda.com" + }, + { + "name": "Christian Fritsch", + "homepage": "https://www.drupal.org/user/2103716", + "email": "christian.fritsch@burda.com" + }, + { + "name": "Daniel Bosen", + "homepage": "https://www.drupal.org/user/404865", + "email": "daniel.bosen@burda.com" + }, + { + "name": "Volker Killesreiter", + "homepage": "https://www.drupal.org/user/3453049", + "email": "killesreiter@burda.com" + }, + { + "name": "thunderbot", + "homepage": "https://www.drupal.org/user/3511180" + } + ], + "description": "This module offers supporting functionalities to make configuration updates easier.", + "homepage": "https://www.drupal.org/project/update_helper", + "support": { + "source": "https://git.drupalcode.org/project/update_helper" + } + }, + { + "name": "drupal/varnish_purge", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/varnish_purge.git", + "reference": "8.x-2.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/varnish_purge-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "695eb7d81816e013e81d36207cfac162dd3cbe9f" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "require-dev": { + "drupal/purge": "*", + "drupal/purge_tokens": "*", + "drupal/varnish_purger-varnish_purger": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.1", + "datestamp": "1615977068", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "MiSc", + "homepage": "https://www.drupal.org/user/382892" + }, + { + "name": "deadbeef", + "homepage": "https://www.drupal.org/user/93644" + }, + { + "name": "javivf", + "homepage": "https://www.drupal.org/user/2789335" + }, + { + "name": "littlethoughts", + "homepage": "https://www.drupal.org/user/2479724" + } + ], + "homepage": "https://www.drupal.org/project/varnish_purge", + "support": { + "source": "https://git.drupalcode.org/project/varnish_purge" + } + }, { "name": "drupal/views_infinite_scroll", "version": "1.8.0", @@ -6364,81 +6854,186 @@ "time": "2021-04-26T09:17:50+00:00" }, { - "name": "laminas/laminas-diactoros", - "version": "2.6.0", + "name": "http-interop/http-factory-guzzle", + "version": "1.2.0", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "7d2034110ae18afe05050b796a3ee4b3fe177876" + "url": "https://github.com/http-interop/http-factory-guzzle.git", + "reference": "8f06e92b95405216b237521cc64c804dd44c4a81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/7d2034110ae18afe05050b796a3ee4b3fe177876", - "reference": "7d2034110ae18afe05050b796a3ee4b3fe177876", + "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81", + "reference": "8f06e92b95405216b237521cc64c804dd44c4a81", "shasum": "" }, "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" - }, - "conflict": { - "phpspec/prophecy": "<1.9.0" + "guzzlehttp/psr7": "^1.7||^2.0", + "php": ">=7.3", + "psr/http-factory": "^1.0" }, "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" - }, - "replace": { - "zendframework/zend-diactoros": "^2.2.1" + "psr/http-factory-implementation": "^1.0" }, "require-dev": { - "ext-curl": "*", - "ext-dom": "*", - "ext-gd": "*", - "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.8.0", - "laminas/laminas-coding-standard": "~1.0.0", - "php-http/psr7-integration-tests": "^1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.1", - "psalm/plugin-phpunit": "^0.14.0", - "vimeo/psalm": "^4.3" + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^9.5" }, - "type": "library", - "extra": { - "laminas": { - "config-provider": "Laminas\\Diactoros\\ConfigProvider", - "module": "Laminas\\Diactoros" - } + "suggest": { + "guzzlehttp/psr7": "Includes an HTTP factory starting in version 2.0" }, + "type": "library", "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php", - "src/functions/create_uploaded_file.legacy.php", - "src/functions/marshal_headers_from_sapi.legacy.php", - "src/functions/marshal_method_from_sapi.legacy.php", - "src/functions/marshal_protocol_version_from_sapi.legacy.php", - "src/functions/marshal_uri_from_sapi.legacy.php", - "src/functions/normalize_server.legacy.php", - "src/functions/normalize_uploaded_files.legacy.php", - "src/functions/parse_cookie_header.legacy.php" - ], "psr-4": { - "Laminas\\Diactoros\\": "src/" + "Http\\Factory\\Guzzle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "An HTTP Factory using Guzzle PSR7", + "keywords": [ + "factory", + "http", + "psr-17", + "psr-7" + ], + "time": "2021-07-21T13:50:14+00:00" + }, + { + "name": "jean85/pretty-package-versions", + "version": "1.6.0", + "source": { + "type": "git", + "url": "https://github.com/Jean85/pretty-package-versions.git", + "reference": "1e0104b46f045868f11942aea058cd7186d6c303" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/1e0104b46f045868f11942aea058cd7186d6c303", + "reference": "1e0104b46f045868f11942aea058cd7186d6c303", + "shasum": "" + }, + "require": { + "composer/package-versions-deprecated": "^1.8.0", + "php": "^7.0|^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.0|^8.5|^9.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Jean85\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alessandro Lai", + "email": "alessandro.lai85@gmail.com" + } + ], + "description": "A wrapper for ocramius/package-versions to get pretty versions strings", + "keywords": [ + "composer", + "package", + "release", + "versions" + ], + "time": "2021-02-04T16:20:16+00:00" + }, + { + "name": "laminas/laminas-diactoros", + "version": "2.6.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-diactoros.git", + "reference": "7d2034110ae18afe05050b796a3ee4b3fe177876" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/7d2034110ae18afe05050b796a3ee4b3fe177876", + "reference": "7d2034110ae18afe05050b796a3ee4b3fe177876", + "shasum": "" + }, + "require": { + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^7.3 || ~8.0.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0" + }, + "conflict": { + "phpspec/prophecy": "<1.9.0" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "replace": { + "zendframework/zend-diactoros": "^2.2.1" + }, + "require-dev": { + "ext-curl": "*", + "ext-dom": "*", + "ext-gd": "*", + "ext-libxml": "*", + "http-interop/http-factory-tests": "^0.8.0", + "laminas/laminas-coding-standard": "~1.0.0", + "php-http/psr7-integration-tests": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.1", + "psalm/plugin-phpunit": "^0.14.0", + "vimeo/psalm": "^4.3" + }, + "type": "library", + "extra": { + "laminas": { + "config-provider": "Laminas\\Diactoros\\ConfigProvider", + "module": "Laminas\\Diactoros" + } + }, + "autoload": { + "files": [ + "src/functions/create_uploaded_file.php", + "src/functions/marshal_headers_from_sapi.php", + "src/functions/marshal_method_from_sapi.php", + "src/functions/marshal_protocol_version_from_sapi.php", + "src/functions/marshal_uri_from_sapi.php", + "src/functions/normalize_server.php", + "src/functions/normalize_uploaded_files.php", + "src/functions/parse_cookie_header.php", + "src/functions/create_uploaded_file.legacy.php", + "src/functions/marshal_headers_from_sapi.legacy.php", + "src/functions/marshal_method_from_sapi.legacy.php", + "src/functions/marshal_protocol_version_from_sapi.legacy.php", + "src/functions/marshal_uri_from_sapi.legacy.php", + "src/functions/normalize_server.legacy.php", + "src/functions/normalize_uploaded_files.legacy.php", + "src/functions/parse_cookie_header.legacy.php" + ], + "psr-4": { + "Laminas\\Diactoros\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" ], "description": "PSR HTTP Message implementations", "homepage": "https://laminas.dev", @@ -7473,16 +8068,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.12.0", + "version": "v4.13.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "6608f01670c3cc5079e18c1dab1104e002579143" + "reference": "50953a2691a922aa1769461637869a0a2faa3f53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143", - "reference": "6608f01670c3cc5079e18c1dab1104e002579143", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53", + "reference": "50953a2691a922aa1769461637869a0a2faa3f53", "shasum": "" }, "require": { @@ -7521,11 +8116,7 @@ "parser", "php" ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0" - }, - "time": "2021-07-21T10:44:31+00:00" + "time": "2021-09-20T12:20:58+00:00" }, { "name": "nodespark/des-connector", @@ -7882,6 +8473,372 @@ }, "time": "2021-03-21T15:43:46+00:00" }, + { + "name": "php-http/client-common", + "version": "2.4.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/client-common.git", + "reference": "29e0c60d982f04017069483e832b92074d0a90b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/client-common/zipball/29e0c60d982f04017069483e832b92074d0a90b2", + "reference": "29e0c60d982f04017069483e832b92074d0a90b2", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0", + "php-http/httplug": "^2.0", + "php-http/message": "^1.6", + "php-http/message-factory": "^1.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0", + "symfony/options-resolver": "^2.6 || ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0", + "symfony/polyfill-php80": "^1.17" + }, + "require-dev": { + "doctrine/instantiator": "^1.1", + "guzzlehttp/psr7": "^1.4", + "nyholm/psr7": "^1.2", + "phpspec/phpspec": "^5.1 || ^6.0", + "phpspec/prophecy": "^1.10.2", + "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3" + }, + "suggest": { + "ext-json": "To detect JSON responses with the ContentTypePlugin", + "ext-libxml": "To detect XML responses with the ContentTypePlugin", + "php-http/cache-plugin": "PSR-6 Cache plugin", + "php-http/logger-plugin": "PSR-3 Logger plugin", + "php-http/stopwatch-plugin": "Symfony Stopwatch plugin" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Client\\Common\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Common HTTP Client implementations and tools for HTTPlug", + "homepage": "http://httplug.io", + "keywords": [ + "client", + "common", + "http", + "httplug" + ], + "time": "2021-07-05T08:19:25+00:00" + }, + { + "name": "php-http/discovery", + "version": "1.14.1", + "source": { + "type": "git", + "url": "https://github.com/php-http/discovery.git", + "reference": "de90ab2b41d7d61609f504e031339776bc8c7223" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/discovery/zipball/de90ab2b41d7d61609f504e031339776bc8c7223", + "reference": "de90ab2b41d7d61609f504e031339776bc8c7223", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "nyholm/psr7": "<1.0" + }, + "require-dev": { + "graham-campbell/phpspec-skip-example-extension": "^5.0", + "php-http/httplug": "^1.0 || ^2.0", + "php-http/message-factory": "^1.0", + "phpspec/phpspec": "^5.1 || ^6.1", + "puli/composer-plugin": "1.0.0-beta10" + }, + "suggest": { + "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Discovery\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Finds installed HTTPlug implementations and PSR-7 message factories", + "homepage": "http://php-http.org", + "keywords": [ + "adapter", + "client", + "discovery", + "factory", + "http", + "message", + "psr7" + ], + "time": "2021-09-18T07:57:46+00:00" + }, + { + "name": "php-http/httplug", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/httplug.git", + "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9", + "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0", + "php-http/promise": "^1.1", + "psr/http-client": "^1.0", + "psr/http-message": "^1.0" + }, + "require-dev": { + "friends-of-phpspec/phpspec-code-coverage": "^4.1", + "phpspec/phpspec": "^5.1 || ^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eric GELOEN", + "email": "geloen.eric@gmail.com" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "HTTPlug, the HTTP client abstraction for PHP", + "homepage": "http://httplug.io", + "keywords": [ + "client", + "http" + ], + "time": "2020-07-13T15:43:23+00:00" + }, + { + "name": "php-http/message", + "version": "1.12.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/message.git", + "reference": "39eb7548be982a81085fe5a6e2a44268cd586291" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/message/zipball/39eb7548be982a81085fe5a6e2a44268cd586291", + "reference": "39eb7548be982a81085fe5a6e2a44268cd586291", + "shasum": "" + }, + "require": { + "clue/stream-filter": "^1.5", + "php": "^7.1 || ^8.0", + "php-http/message-factory": "^1.0.2", + "psr/http-message": "^1.0" + }, + "provide": { + "php-http/message-factory-implementation": "1.0" + }, + "require-dev": { + "ergebnis/composer-normalize": "^2.6", + "ext-zlib": "*", + "guzzlehttp/psr7": "^1.0", + "laminas/laminas-diactoros": "^2.0", + "phpspec/phpspec": "^5.1 || ^6.3", + "slim/slim": "^3.0" + }, + "suggest": { + "ext-zlib": "Used with compressor/decompressor streams", + "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", + "laminas/laminas-diactoros": "Used with Diactoros Factories", + "slim/slim": "Used with Slim Framework PSR-7 implementation" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Message\\": "src/" + }, + "files": [ + "src/filters.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "HTTP Message related tools", + "homepage": "http://php-http.org", + "keywords": [ + "http", + "message", + "psr-7" + ], + "time": "2021-08-29T09:13:12+00:00" + }, + { + "name": "php-http/message-factory", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-http/message-factory.git", + "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", + "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", + "shasum": "" + }, + "require": { + "php": ">=5.4", + "psr/http-message": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Factory interfaces for PSR-7 HTTP Message", + "homepage": "http://php-http.org", + "keywords": [ + "factory", + "http", + "message", + "stream", + "uri" + ], + "time": "2015-12-19T14:08:53+00:00" + }, + { + "name": "php-http/promise", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/promise.git", + "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", + "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", + "phpspec/phpspec": "^5.1.2 || ^6.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Joel Wurtz", + "email": "joel.wurtz@gmail.com" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Promise used for asynchronous HTTP requests", + "homepage": "http://httplug.io", + "keywords": [ + "promise" + ], + "time": "2020-07-07T09:29:14+00:00" + }, { "name": "psr/cache", "version": "1.0.1", @@ -7979,6 +8936,55 @@ }, "time": "2021-03-05T17:36:06+00:00" }, + { + "name": "psr/http-client", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "time": "2020-06-29T06:28:15+00:00" + }, { "name": "psr/http-factory", "version": "1.0.1", @@ -8291,89 +9297,237 @@ ], "authors": [ { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com" + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com" + } + ], + "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "keywords": [ + "promise", + "promises" + ], + "support": { + "issues": "https://github.com/reactphp/promise/issues", + "source": "https://github.com/reactphp/promise/tree/v2.8.0" + }, + "time": "2020-05-12T15:16:56+00:00" + }, + { + "name": "ruflin/elastica", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/ruflin/Elastica.git", + "reference": "9f71915210b9d5e2c866ffee612ef738a9146f77" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ruflin/Elastica/zipball/9f71915210b9d5e2c866ffee612ef738a9146f77", + "reference": "9f71915210b9d5e2c866ffee612ef738a9146f77", + "shasum": "" + }, + "require": { + "elasticsearch/elasticsearch": "^7.1.1", + "ext-json": "*", + "nyholm/dsn": "^2.0.0", + "php": "^7.2 || ^8.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "symfony/deprecation-contracts": "^2.2", + "symfony/polyfill-php73": "^1.19" + }, + "require-dev": { + "aws/aws-sdk-php": "^3.155", + "guzzlehttp/guzzle": "^6.3 || ^7.2", + "phpunit/phpunit": "^8.5.8 || ^9.4", + "symfony/phpunit-bridge": "^5.1.1" + }, + "suggest": { + "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service", + "egeloen/http-adapter": "Allow using httpadapter as transport", + "guzzlehttp/guzzle": "Allow using guzzle as transport", + "monolog/monolog": "Logging request" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Elastica\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Ruflin", + "homepage": "http://ruflin.com/" + } + ], + "description": "Elasticsearch Client", + "homepage": "http://elastica.io/", + "keywords": [ + "client", + "search" + ], + "time": "2021-09-10T06:45:23+00:00" + }, + { + "name": "sentry/sdk", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://github.com/getsentry/sentry-php-sdk.git", + "reference": "f03133b067fdf03fed09ff03daf3f1d68f5f3673" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/getsentry/sentry-php-sdk/zipball/f03133b067fdf03fed09ff03daf3f1d68f5f3673", + "reference": "f03133b067fdf03fed09ff03daf3f1d68f5f3673", + "shasum": "" + }, + "require": { + "http-interop/http-factory-guzzle": "^1.0", + "sentry/sentry": "^3.1", + "symfony/http-client": "^4.3|^5.0" + }, + "type": "metapackage", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sentry", + "email": "accounts@sentry.io" + } + ], + "description": "This is a metapackage shipping sentry/sentry with a recommended HTTP client.", + "homepage": "http://sentry.io", + "keywords": [ + "crash-reporting", + "crash-reports", + "error-handler", + "error-monitoring", + "log", + "logging", + "sentry" + ], + "funding": [ + { + "url": "https://sentry.io/", + "type": "custom" + }, + { + "url": "https://sentry.io/pricing/", + "type": "custom" } ], - "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "keywords": [ - "promise", - "promises" - ], - "support": { - "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v2.8.0" - }, - "time": "2020-05-12T15:16:56+00:00" + "time": "2020-12-01T10:31:45+00:00" }, { - "name": "ruflin/elastica", - "version": "dev-master", + "name": "sentry/sentry", + "version": "3.3.2", "source": { "type": "git", - "url": "https://github.com/ruflin/Elastica.git", - "reference": "0114e1dc12f561675a393a5cdd30bf6ddde256cb" + "url": "https://github.com/getsentry/sentry-php.git", + "reference": "3d733139a3ba2d1d3a8011580e3acf0ba1d0dc9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ruflin/Elastica/zipball/0114e1dc12f561675a393a5cdd30bf6ddde256cb", - "reference": "0114e1dc12f561675a393a5cdd30bf6ddde256cb", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/3d733139a3ba2d1d3a8011580e3acf0ba1d0dc9b", + "reference": "3d733139a3ba2d1d3a8011580e3acf0ba1d0dc9b", "shasum": "" }, "require": { - "elasticsearch/elasticsearch": "^7.1.1", "ext-json": "*", - "nyholm/dsn": "^2.0.0", - "php": "^7.2 || ^8.0", - "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/deprecation-contracts": "^2.2", - "symfony/polyfill-php73": "^1.19" + "ext-mbstring": "*", + "guzzlehttp/promises": "^1.4", + "guzzlehttp/psr7": "^1.7|^2.0", + "jean85/pretty-package-versions": "^1.5|^2.0.1", + "php": "^7.2|^8.0", + "php-http/async-client-implementation": "^1.0", + "php-http/client-common": "^1.5|^2.0", + "php-http/discovery": "^1.6.1", + "php-http/httplug": "^1.1|^2.0", + "php-http/message": "^1.5", + "psr/http-factory": "^1.0", + "psr/http-message-implementation": "^1.0", + "psr/log": "^1.0|^2.0|^3.0", + "symfony/options-resolver": "^3.4.43|^4.4.11|^5.0.11", + "symfony/polyfill-php80": "^1.17", + "symfony/polyfill-uuid": "^1.13.1" + }, + "conflict": { + "php-http/client-common": "1.8.0", + "raven/raven": "*" }, "require-dev": { - "aws/aws-sdk-php": "^3.155", - "guzzlehttp/guzzle": "^6.3 || ^7.2", - "phpunit/phpunit": "^8.5.8 || ^9.4", - "symfony/phpunit-bridge": "^5.1.1" + "friendsofphp/php-cs-fixer": "^2.17", + "http-interop/http-factory-guzzle": "^1.0", + "monolog/monolog": "^1.3|^2.0", + "nikic/php-parser": "^4.10.3", + "php-http/mock-client": "^1.3", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^8.5.13|^9.4", + "symfony/phpunit-bridge": "^5.2", + "vimeo/psalm": "^4.2" }, "suggest": { - "aws/aws-sdk-php": "Allow using IAM authentication with Amazon ElasticSearch Service", - "egeloen/http-adapter": "Allow using httpadapter as transport", - "guzzlehttp/guzzle": "Allow using guzzle as transport", - "monolog/monolog": "Logging request" + "monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler." }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { - "dev-master": "7.0.x-dev" + "dev-master": "3.3.x-dev" } }, "autoload": { + "files": [ + "src/functions.php" + ], "psr-4": { - "Elastica\\": "src/" + "Sentry\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Ruflin", - "homepage": "http://ruflin.com/" + "name": "Sentry", + "email": "accounts@sentry.io" } ], - "description": "Elasticsearch Client", - "homepage": "http://elastica.io/", + "description": "A PHP SDK for Sentry (http://sentry.io)", + "homepage": "http://sentry.io", "keywords": [ - "client", - "search" + "crash-reporting", + "crash-reports", + "error-handler", + "error-monitoring", + "log", + "logging", + "sentry" ], - "support": { - "issues": "https://github.com/ruflin/Elastica/issues", - "source": "https://github.com/ruflin/Elastica/tree/master" - }, - "time": "2021-08-26T12:02:50+00:00" + "funding": [ + { + "url": "https://sentry.io/", + "type": "custom" + }, + { + "url": "https://sentry.io/pricing/", + "type": "custom" + } + ], + "time": "2021-07-19T08:09:34+00:00" }, { "name": "stack/builder", @@ -9298,6 +10452,90 @@ ], "time": "2021-08-04T20:31:23+00:00" }, + { + "name": "symfony/http-client", + "version": "v5.3.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client.git", + "reference": "da8638ffecefc4e8ba2bc848d7b61a408119b333" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client/zipball/da8638ffecefc4e8ba2bc848d7b61a408119b333", + "reference": "da8638ffecefc4e8ba2bc848d7b61a408119b333", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.1", + "symfony/http-client-contracts": "^2.4", + "symfony/polyfill-php73": "^1.11", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.0|^2" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "1.0", + "symfony/http-client-implementation": "2.4" + }, + "require-dev": { + "amphp/amp": "^2.5", + "amphp/http-client": "^4.2.1", + "amphp/http-tunnel": "^1.0", + "amphp/socket": "^1.1", + "guzzlehttp/promises": "^1.4", + "nyholm/psr7": "^1.0", + "php-http/httplug": "^1.0|^2.0", + "psr/http-client": "^1.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/http-kernel": "^4.4.13|^5.1.5", + "symfony/process": "^4.4|^5.0", + "symfony/stopwatch": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpClient\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-08-28T16:24:37+00:00" + }, { "name": "symfony/http-client-contracts", "version": "v2.4.0", @@ -9631,6 +10869,72 @@ ], "time": "2021-05-26T17:43:10+00:00" }, + { + "name": "symfony/options-resolver", + "version": "v5.3.7", + "source": { + "type": "git", + "url": "https://github.com/symfony/options-resolver.git", + "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4b78e55b179003a42523a362cc0e8327f7a69b5e", + "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php73": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an improved replacement for the array_replace PHP function", + "homepage": "https://symfony.com", + "keywords": [ + "config", + "configuration", + "options" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-08-04T21:20:46+00:00" + }, { "name": "symfony/polyfill-ctype", "version": "v1.23.0", @@ -10279,6 +11583,82 @@ ], "time": "2021-02-19T12:13:01+00:00" }, + { + "name": "symfony/polyfill-uuid", + "version": "v1.23.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-uuid.git", + "reference": "9165effa2eb8a31bb3fa608df9d529920d21ddd9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9165effa2eb8a31bb3fa608df9d529920d21ddd9", + "reference": "9165effa2eb8a31bb3fa608df9d529920d21ddd9", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-uuid": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Polyfill\\Uuid\\": "" + }, + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for uuid functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "uuid" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2021-02-19T12:13:01+00:00" + }, { "name": "symfony/process", "version": "v4.4.25", @@ -11820,16 +13200,16 @@ }, { "name": "composer/composer", - "version": "2.1.6", + "version": "2.1.8", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "e5cac5f9d2354d08b67f1d21c664ae70d748c603" + "reference": "24d38e9686092de05214cafa187dc282a5d89497" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/e5cac5f9d2354d08b67f1d21c664ae70d748c603", - "reference": "e5cac5f9d2354d08b67f1d21c664ae70d748c603", + "url": "https://api.github.com/repos/composer/composer/zipball/24d38e9686092de05214cafa187dc282a5d89497", + "reference": "24d38e9686092de05214cafa187dc282a5d89497", "shasum": "" }, "require": { @@ -11895,11 +13275,6 @@ "dependency", "package" ], - "support": { - "irc": "ircs://irc.libera.chat:6697/composer", - "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.1.6" - }, "funding": [ { "url": "https://packagist.com", @@ -11914,7 +13289,7 @@ "type": "tidelift" } ], - "time": "2021-08-19T15:11:08+00:00" + "time": "2021-09-15T11:55:15+00:00" }, { "name": "composer/metadata-minifier", @@ -12312,7 +13687,7 @@ }, { "name": "drupal/core-dev", - "version": "9.2.5", + "version": "9.2.6", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", @@ -12357,9 +13732,6 @@ "GPL-2.0-or-later" ], "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", - "support": { - "source": "https://github.com/drupal/core-dev/tree/9.2.5" - }, "time": "2021-06-01T16:41:50+00:00" }, { @@ -13022,16 +14394,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0" + "reference": "30f38bffc6f24293dadd1823936372dfa9e86e2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", - "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/30f38bffc6f24293dadd1823936372dfa9e86e2f", + "reference": "30f38bffc6f24293dadd1823936372dfa9e86e2f", "shasum": "" }, "require": { @@ -13039,7 +14411,8 @@ "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "ext-tokenizer": "*" + "ext-tokenizer": "*", + "psalm/phar": "^4.8" }, "type": "library", "extra": { @@ -13063,41 +14436,37 @@ } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "support": { - "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0" - }, - "time": "2020-09-17T18:55:26+00:00" + "time": "2021-09-17T15:28:14+00:00" }, { "name": "phpspec/prophecy", - "version": "1.13.0", + "version": "1.14.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea" + "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea", - "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", + "reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e", "shasum": "" }, "require": { "doctrine/instantiator": "^1.2", - "php": "^7.2 || ~8.0, <8.1", + "php": "^7.2 || ~8.0, <8.2", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0", "sebastian/recursion-context": "^3.0 || ^4.0" }, "require-dev": { - "phpspec/phpspec": "^6.0", + "phpspec/phpspec": "^6.0 || ^7.0", "phpunit/phpunit": "^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.11.x-dev" + "dev-master": "1.x-dev" } }, "autoload": { @@ -13132,9 +14501,9 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/1.13.0" + "source": "https://github.com/phpspec/prophecy/tree/1.14.0" }, - "time": "2021-03-17T13:42:18+00:00" + "time": "2021-09-10T09:02:12+00:00" }, { "name": "phpspec/prophecy-phpunit", @@ -13190,23 +14559,23 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.6", + "version": "9.2.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "f6293e1b30a2354e8428e004689671b83871edde" + "reference": "d4c798ed8d51506800b441f7a13ecb0f76f12218" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f6293e1b30a2354e8428e004689671b83871edde", - "reference": "f6293e1b30a2354e8428e004689671b83871edde", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d4c798ed8d51506800b441f7a13ecb0f76f12218", + "reference": "d4c798ed8d51506800b441f7a13ecb0f76f12218", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.10.2", + "nikic/php-parser": "^4.12.0", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -13253,17 +14622,13 @@ "testing", "xunit" ], - "support": { - "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.6" - }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" } ], - "time": "2021-03-28T07:26:59+00:00" + "time": "2021-09-17T05:39:03+00:00" }, { "name": "phpunit/php-file-iterator", @@ -15085,5 +16450,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "1.1.0" } diff --git a/conf/cmi/block.block.mainnavigation.yml b/conf/cmi/block.block.mainnavigation.yml index 2596b7ce..e0fa7ca4 100644 --- a/conf/cmi/block.block.mainnavigation.yml +++ b/conf/cmi/block.block.mainnavigation.yml @@ -25,7 +25,7 @@ settings: views: views menu_link_content: menu_link_content default: '0' - level: 1 + level: 2 depth: 2 expand_all_items: true visibility: { } diff --git a/conf/cmi/block.block.sidebarcontentblock.yml b/conf/cmi/block.block.sidebarcontentblock.yml new file mode 100644 index 00000000..f4ca8e85 --- /dev/null +++ b/conf/cmi/block.block.sidebarcontentblock.yml @@ -0,0 +1,29 @@ +uuid: 1bbd24e7-9fd3-48e4-aa22-00d282424bd7 +langcode: en +status: true +dependencies: + module: + - ctools + - hdbt_content + theme: + - hdbt +id: sidebarcontentblock +theme: hdbt +region: sidebar_first +weight: 1 +provider: null +plugin: sidebar_content_block +settings: + id: sidebar_content_block + label: 'Sidebar content block' + provider: hdbt_content + label_display: '0' +visibility: + 'entity_bundle:node': + id: 'entity_bundle:node' + bundles: + article: article + landing_page: landing_page + negate: true + context_mapping: + node: '@node.node_route_context:node' diff --git a/conf/cmi/block.block.stark_admin.yml b/conf/cmi/block.block.stark_admin.yml deleted file mode 100644 index 90e82806..00000000 --- a/conf/cmi/block.block.stark_admin.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: 07481b55-d603-4c61-99e9-3971bc07816f -langcode: en -status: true -dependencies: - config: - - system.menu.admin - module: - - system - theme: - - stark -_core: - default_config_hash: OFEDxrButmQ8Vac1kiVr1gtw6vYKuSJPr9cJQZVKCKg -id: stark_admin -theme: stark -region: sidebar_first -weight: 1 -provider: null -plugin: 'system_menu_block:admin' -settings: - id: 'system_menu_block:admin' - label: Administration - provider: system - label_display: visible - level: 1 - depth: 0 - expand_all_items: false -visibility: { } diff --git a/conf/cmi/block.block.stark_branding.yml b/conf/cmi/block.block.stark_branding.yml deleted file mode 100644 index c52d8eec..00000000 --- a/conf/cmi/block.block.stark_branding.yml +++ /dev/null @@ -1,25 +0,0 @@ -uuid: 250bcfc3-bcb0-4c0d-a16c-f261f83c68e5 -langcode: en -status: true -dependencies: - module: - - system - theme: - - stark -_core: - default_config_hash: fRKXNB91UxDvEMkzCR8ZBsawfC6Fqbme2gtobei3gu4 -id: stark_branding -theme: stark -region: header -weight: 0 -provider: null -plugin: system_branding_block -settings: - id: system_branding_block - label: 'Site branding' - provider: system - label_display: '0' - use_site_logo: true - use_site_name: true - use_site_slogan: true -visibility: { } diff --git a/conf/cmi/block.block.stark_local_actions.yml b/conf/cmi/block.block.stark_local_actions.yml deleted file mode 100644 index a2cb50db..00000000 --- a/conf/cmi/block.block.stark_local_actions.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: ade98662-54e5-4ca7-bd1e-3ecf22e419d6 -langcode: en -status: true -dependencies: - theme: - - stark -_core: - default_config_hash: PffmQ-ABSz5tFjWmVsR7NesunDnEivvopnJnBjl8KNE -id: stark_local_actions -theme: stark -region: content -weight: -10 -provider: null -plugin: local_actions_block -settings: - id: local_actions_block - label: 'Primary admin actions' - provider: core - label_display: '0' -visibility: { } diff --git a/conf/cmi/block.block.stark_local_tasks.yml b/conf/cmi/block.block.stark_local_tasks.yml deleted file mode 100644 index 345c74c4..00000000 --- a/conf/cmi/block.block.stark_local_tasks.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: b554e96a-acfd-48a9-9e7c-4259fdebbb2d -langcode: en -status: true -dependencies: - theme: - - stark -_core: - default_config_hash: c-06bbElRY5sKmglk74ppgTW93Et4-EJFyNiUZMb8JY -id: stark_local_tasks -theme: stark -region: content -weight: -20 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: Tabs - provider: core - label_display: '0' - primary: true - secondary: true -visibility: { } diff --git a/conf/cmi/block.block.stark_messages.yml b/conf/cmi/block.block.stark_messages.yml deleted file mode 100644 index 650a5b71..00000000 --- a/conf/cmi/block.block.stark_messages.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: d0b884a4-942d-427d-a7e7-53c2fbc9abe8 -langcode: en -status: true -dependencies: - module: - - system - theme: - - stark -_core: - default_config_hash: 5MNdk3fpMKx_xxBTcz2T11DL4XEU1H5SgHl8BsYdFsA -id: stark_messages -theme: stark -region: highlighted -weight: 0 -provider: null -plugin: system_messages_block -settings: - id: system_messages_block - label: 'Status messages' - provider: system - label_display: '0' -visibility: { } diff --git a/conf/cmi/block.block.stark_page_title.yml b/conf/cmi/block.block.stark_page_title.yml deleted file mode 100644 index 305585fb..00000000 --- a/conf/cmi/block.block.stark_page_title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: fbc9770b-8697-4459-9b68-e1d8ae44a73f -langcode: en -status: true -dependencies: - theme: - - stark -_core: - default_config_hash: 8yptDf6WrXxeyevUz4nP5vfr7BtxQqCBMninhV2IJ1g -id: stark_page_title -theme: stark -region: content -weight: -30 -provider: null -plugin: page_title_block -settings: - id: page_title_block - label: 'Page title' - provider: core - label_display: '0' -visibility: { } diff --git a/conf/cmi/block.block.stark_tools.yml b/conf/cmi/block.block.stark_tools.yml deleted file mode 100644 index 829aade7..00000000 --- a/conf/cmi/block.block.stark_tools.yml +++ /dev/null @@ -1,27 +0,0 @@ -uuid: 81972dc2-5eef-4379-a7a4-17a21b07d285 -langcode: en -status: true -dependencies: - config: - - system.menu.tools - module: - - system - theme: - - stark -_core: - default_config_hash: uUF2GYN2x5fcmOu26M-gwqUA-yVWMDD_MRmnYfmPzlM -id: stark_tools -theme: stark -region: sidebar_first -weight: 0 -provider: null -plugin: 'system_menu_block:tools' -settings: - id: 'system_menu_block:tools' - label: Tools - provider: system - label_display: visible - level: 1 - depth: 0 - expand_all_items: false -visibility: { } diff --git a/conf/cmi/core.entity_form_display.node.page.default.yml b/conf/cmi/core.entity_form_display.node.page.default.yml index 7d46b667..d7c99dbf 100644 --- a/conf/cmi/core.entity_form_display.node.page.default.yml +++ b/conf/cmi/core.entity_form_display.node.page.default.yml @@ -10,9 +10,9 @@ dependencies: - field.field.node.page.field_liftup_image - field.field.node.page.field_lower_content - field.field.node.page.field_metatags + - field.field.node.page.field_sidebar_content - node.type.page module: - - hdbt_admin_editorial - media_library - metatag - paragraphs @@ -36,15 +36,15 @@ content: weight: 14 region: content settings: - title: Lohko - title_plural: Lohkot + title: Paragraph + title_plural: Paragraphs edit_mode: open closed_mode: summary autocollapse: none closed_mode_threshold: 0 add_mode: dropdown form_display_mode: default - default_paragraph_type: text + default_paragraph_type: _none features: add_above: '0' collapse_edit_all: collapse_edit_all @@ -60,8 +60,8 @@ content: field_hero: weight: 3 settings: - title: Lohko - title_plural: Lohkot + title: Paragraph + title_plural: Paragraphs edit_mode: closed_expand_nested closed_mode: summary autocollapse: none @@ -93,17 +93,17 @@ content: region: content field_lower_content: type: paragraphs - weight: 19 + weight: 20 settings: - title: Lohko - title_plural: Lohkot + title: Paragraph + title_plural: Paragraphs edit_mode: open closed_mode: summary autocollapse: none closed_mode_threshold: 0 add_mode: dropdown form_display_mode: default - default_paragraph_type: text + default_paragraph_type: _none features: add_above: '0' collapse_edit_all: collapse_edit_all @@ -117,6 +117,25 @@ content: third_party_settings: { } type: metatag_firehose region: content + field_sidebar_content: + type: paragraphs + weight: 15 + settings: + title: Paragraph + title_plural: Paragraphs + edit_mode: open + closed_mode: summary + autocollapse: none + closed_mode_threshold: 0 + add_mode: dropdown + form_display_mode: default + default_paragraph_type: _none + features: + add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate + third_party_settings: { } + region: content langcode: type: language_select weight: 0 @@ -139,12 +158,12 @@ content: third_party_settings: { } publish_on: type: datetime_timestamp_no_default - weight: 16 + weight: 17 region: content settings: { } third_party_settings: { } scheduler_settings: - weight: 15 + weight: 16 region: content settings: { } third_party_settings: { } @@ -187,12 +206,12 @@ content: third_party_settings: { } unpublish_on: type: datetime_timestamp_no_default - weight: 17 + weight: 18 region: content settings: { } third_party_settings: { } url_redirects: - weight: 18 + weight: 19 region: content settings: { } third_party_settings: { } diff --git a/conf/cmi/core.entity_form_display.paragraph.content_liftup.default.yml b/conf/cmi/core.entity_form_display.paragraph.content_liftup.default.yml new file mode 100644 index 00000000..08ce9d5f --- /dev/null +++ b/conf/cmi/core.entity_form_display.paragraph.content_liftup.default.yml @@ -0,0 +1,25 @@ +uuid: 87270c81-648f-40fe-90e1-aab28c65d4d4 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.content_liftup.field_content_liftup_unit + - paragraphs.paragraphs_type.content_liftup +id: paragraph.content_liftup.default +targetEntityType: paragraph +bundle: content_liftup +mode: default +content: + field_content_liftup_unit: + weight: 1 + settings: + match_operator: CONTAINS + match_limit: 10 + size: 60 + placeholder: '' + third_party_settings: { } + type: entity_reference_autocomplete + region: content +hidden: + created: true + status: true diff --git a/conf/cmi/core.entity_form_display.paragraph.service_list.default.yml b/conf/cmi/core.entity_form_display.paragraph.service_list.default.yml new file mode 100644 index 00000000..96adc7ac --- /dev/null +++ b/conf/cmi/core.entity_form_display.paragraph.service_list.default.yml @@ -0,0 +1,73 @@ +uuid: bb4b3ab3-067e-4e82-b01d-602716f450c0 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.service_list.field_service_list_description + - field.field.paragraph.service_list.field_service_list_meta_load_mor + - field.field.paragraph.service_list.field_service_list_services + - field.field.paragraph.service_list.field_service_list_title + - paragraphs.paragraphs_type.service_list + module: + - field_group + - select2 + - text +third_party_settings: + field_group: + group_service_list_meta: + children: + - field_service_list_meta_load_mor + parent_name: '' + weight: 3 + format_type: details + region: content + format_settings: + show_empty_fields: false + id: '' + classes: '' + description: '' + open: false + required_fields: true + label: 'Meta information' +id: paragraph.service_list.default +targetEntityType: paragraph +bundle: service_list +mode: default +content: + field_service_list_description: + weight: 2 + settings: + rows: 5 + placeholder: '' + third_party_settings: { } + type: text_textarea + region: content + field_service_list_meta_load_mor: + weight: 4 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content + field_service_list_services: + weight: 1 + settings: + match_operator: CONTAINS + match_limit: 10 + autocomplete: false + width: 100% + third_party_settings: { } + type: select2_entity_reference + region: content + field_service_list_title: + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content +hidden: + created: true + status: true diff --git a/conf/cmi/core.entity_form_display.paragraph.sidebar_text.default.yml b/conf/cmi/core.entity_form_display.paragraph.sidebar_text.default.yml new file mode 100644 index 00000000..7851f7b8 --- /dev/null +++ b/conf/cmi/core.entity_form_display.paragraph.sidebar_text.default.yml @@ -0,0 +1,38 @@ +uuid: 93caba13-fd7e-452b-a679-7e1efc688249 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.sidebar_text.field_sidebar_text_text + - field.field.paragraph.sidebar_text.field_sidebar_text_title + - paragraphs.paragraphs_type.sidebar_text + module: + - allowed_formats + - text +id: paragraph.sidebar_text.default +targetEntityType: paragraph +bundle: sidebar_text +mode: default +content: + field_sidebar_text_text: + weight: 1 + settings: + rows: 3 + placeholder: '' + third_party_settings: + allowed_formats: + hide_help: '0' + hide_guidelines: '0' + type: text_textarea + region: content + field_sidebar_text_title: + weight: 0 + settings: + size: 60 + placeholder: '' + third_party_settings: { } + type: string_textfield + region: content +hidden: + created: true + status: true diff --git a/conf/cmi/core.entity_form_display.tpr_service.tpr_service.default.yml b/conf/cmi/core.entity_form_display.tpr_service.tpr_service.default.yml index 734a1036..1eaab225 100644 --- a/conf/cmi/core.entity_form_display.tpr_service.tpr_service.default.yml +++ b/conf/cmi/core.entity_form_display.tpr_service.tpr_service.default.yml @@ -6,6 +6,7 @@ dependencies: - field.field.tpr_service.tpr_service.field_content - field.field.tpr_service.tpr_service.field_lower_content - field.field.tpr_service.tpr_service.field_metatags + - field.field.tpr_service.tpr_service.field_sidebar_content module: - hdbt_admin_editorial - helfi_tpr @@ -42,7 +43,7 @@ content: third_party_settings: { } field_content: type: paragraphs - weight: 27 + weight: 9 settings: title: Paragraph title_plural: Paragraphs @@ -61,7 +62,7 @@ content: region: content field_lower_content: type: paragraphs - weight: 28 + weight: 11 settings: title: Paragraph title_plural: Paragraphs @@ -79,12 +80,31 @@ content: third_party_settings: { } region: content field_metatags: - weight: 26 + weight: 8 settings: sidebar: false third_party_settings: { } type: metatag_firehose region: content + field_sidebar_content: + type: paragraphs + weight: 10 + settings: + title: Paragraph + title_plural: Paragraphs + edit_mode: open + closed_mode: summary + autocollapse: none + closed_mode_threshold: 0 + add_mode: dropdown + form_display_mode: default + default_paragraph_type: sidebar_text + features: + add_above: '0' + collapse_edit_all: collapse_edit_all + duplicate: duplicate + third_party_settings: { } + region: content langcode: type: language_select weight: 0 diff --git a/conf/cmi/core.entity_view_display.node.page.default.yml b/conf/cmi/core.entity_view_display.node.page.default.yml index 357ce8c3..d8006446 100644 --- a/conf/cmi/core.entity_view_display.node.page.default.yml +++ b/conf/cmi/core.entity_view_display.node.page.default.yml @@ -10,6 +10,7 @@ dependencies: - field.field.node.page.field_liftup_image - field.field.node.page.field_lower_content - field.field.node.page.field_metatags + - field.field.node.page.field_sidebar_content - node.type.page module: - entity_reference_revisions @@ -54,6 +55,15 @@ content: third_party_settings: { } type: metatag_empty_formatter region: content + field_sidebar_content: + type: entity_reference_revisions_entity_view + weight: 5 + label: hidden + settings: + view_mode: default + link: '' + third_party_settings: { } + region: content links: weight: 0 region: content diff --git a/conf/cmi/core.entity_view_display.node.page.teaser.yml b/conf/cmi/core.entity_view_display.node.page.teaser.yml index 884e6743..8a16fe57 100644 --- a/conf/cmi/core.entity_view_display.node.page.teaser.yml +++ b/conf/cmi/core.entity_view_display.node.page.teaser.yml @@ -11,6 +11,7 @@ dependencies: - field.field.node.page.field_liftup_image - field.field.node.page.field_lower_content - field.field.node.page.field_metatags + - field.field.node.page.field_sidebar_content - node.type.page module: - user @@ -37,5 +38,6 @@ hidden: field_lead_in: true field_lower_content: true field_metatags: true + field_sidebar_content: true langcode: true links: true diff --git a/conf/cmi/core.entity_view_display.paragraph.content_liftup.default.yml b/conf/cmi/core.entity_view_display.paragraph.content_liftup.default.yml new file mode 100644 index 00000000..20b6a422 --- /dev/null +++ b/conf/cmi/core.entity_view_display.paragraph.content_liftup.default.yml @@ -0,0 +1,22 @@ +uuid: f77ab0b9-6c33-463e-8bbc-b856408f66b5 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.content_liftup.field_content_liftup_unit + - paragraphs.paragraphs_type.content_liftup +id: paragraph.content_liftup.default +targetEntityType: paragraph +bundle: content_liftup +mode: default +content: + field_content_liftup_unit: + weight: 2 + label: hidden + settings: + view_mode: wide_teaser + link: false + third_party_settings: { } + type: entity_reference_entity_view + region: content +hidden: { } diff --git a/conf/cmi/core.entity_view_display.paragraph.service_list.default.yml b/conf/cmi/core.entity_view_display.paragraph.service_list.default.yml new file mode 100644 index 00000000..35fb27e9 --- /dev/null +++ b/conf/cmi/core.entity_view_display.paragraph.service_list.default.yml @@ -0,0 +1,48 @@ +uuid: bd2cfc94-5b66-4171-a7fc-038472ee0a10 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.service_list.field_service_list_description + - field.field.paragraph.service_list.field_service_list_meta_load_mor + - field.field.paragraph.service_list.field_service_list_services + - field.field.paragraph.service_list.field_service_list_title + - paragraphs.paragraphs_type.service_list + module: + - text +id: paragraph.service_list.default +targetEntityType: paragraph +bundle: service_list +mode: default +content: + field_service_list_description: + weight: 1 + label: hidden + settings: { } + third_party_settings: { } + type: text_default + region: content + field_service_list_meta_load_mor: + weight: 3 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content + field_service_list_services: + weight: 2 + label: hidden + settings: { } + third_party_settings: { } + type: entity_reference_entity_id + region: content + field_service_list_title: + weight: 0 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: { } diff --git a/conf/cmi/core.entity_view_display.paragraph.sidebar_text.default.yml b/conf/cmi/core.entity_view_display.paragraph.sidebar_text.default.yml new file mode 100644 index 00000000..9b57689a --- /dev/null +++ b/conf/cmi/core.entity_view_display.paragraph.sidebar_text.default.yml @@ -0,0 +1,31 @@ +uuid: d0e5edca-d2de-44d2-a50b-fb523797be66 +langcode: en +status: true +dependencies: + config: + - field.field.paragraph.sidebar_text.field_sidebar_text_text + - field.field.paragraph.sidebar_text.field_sidebar_text_title + - paragraphs.paragraphs_type.sidebar_text + module: + - text +id: paragraph.sidebar_text.default +targetEntityType: paragraph +bundle: sidebar_text +mode: default +content: + field_sidebar_text_text: + weight: 2 + label: hidden + settings: { } + third_party_settings: { } + type: text_default + region: content + field_sidebar_text_title: + weight: 1 + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type: string + region: content +hidden: { } diff --git a/conf/cmi/core.entity_view_display.tpr_errand_service.tpr_errand_service.default.yml b/conf/cmi/core.entity_view_display.tpr_errand_service.tpr_errand_service.default.yml new file mode 100644 index 00000000..075c8c15 --- /dev/null +++ b/conf/cmi/core.entity_view_display.tpr_errand_service.tpr_errand_service.default.yml @@ -0,0 +1,118 @@ +uuid: c17dd7a2-ca9b-433d-9fa6-31db3c393f6a +langcode: en +status: true +dependencies: + module: + - helfi_tpr + - link + - text +id: tpr_errand_service.tpr_errand_service.default +targetEntityType: tpr_errand_service +bundle: tpr_errand_service +mode: default +content: + channels: + type: entity_reference_entity_view + weight: 2 + region: content + label: hidden + settings: + view_mode: default + link: false + third_party_settings: { } + costs: + type: text_default + weight: 12 + region: content + label: hidden + settings: { } + third_party_settings: { } + description: + type: text_default + weight: 1 + region: content + label: hidden + settings: { } + third_party_settings: { } + expiration_time: + type: text_default + weight: 10 + region: content + label: hidden + settings: { } + third_party_settings: { } + information: + type: text_default + weight: 11 + region: content + label: hidden + settings: { } + third_party_settings: { } + langcode: + type: language + weight: 3 + region: content + label: hidden + settings: + link_to_entity: false + native_language: false + third_party_settings: { } + links: + type: link + weight: 7 + region: content + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + name: + type: string + weight: 0 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + name_override: + type: string + weight: 4 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + name_synonyms: + type: string + weight: 6 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + process_description: + type: text_default + weight: 8 + region: content + label: hidden + settings: { } + third_party_settings: { } + processing_time: + type: text_default + weight: 9 + region: content + label: hidden + settings: { } + third_party_settings: { } + type: + type: string + weight: 5 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } +hidden: { } diff --git a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.default.yml b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.default.yml index 244ef080..f173ef36 100644 --- a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.default.yml +++ b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.default.yml @@ -6,9 +6,11 @@ dependencies: - field.field.tpr_service.tpr_service.field_content - field.field.tpr_service.tpr_service.field_lower_content - field.field.tpr_service.tpr_service.field_metatags + - field.field.tpr_service.tpr_service.field_sidebar_content module: - entity_reference_revisions - helfi_tpr + - link - metatag - text _core: @@ -25,6 +27,15 @@ content: label: hidden settings: { } third_party_settings: { } + errand_services: + type: entity_reference_entity_view + weight: 6 + region: content + label: hidden + settings: + link: true + view_mode: default + third_party_settings: { } field_content: type: entity_reference_revisions_entity_view weight: 4 @@ -50,6 +61,27 @@ content: third_party_settings: { } type: metatag_empty_formatter region: content + field_sidebar_content: + type: entity_reference_revisions_entity_view + weight: 8 + label: hidden + settings: + view_mode: default + link: '' + third_party_settings: { } + region: content + links: + type: link + weight: 7 + region: content + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } name: type: string weight: 0 @@ -68,6 +100,4 @@ content: third_party_settings: { } hidden: created: true - errand_services: true langcode: true - links: true diff --git a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser.yml b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser.yml index 91caf6fd..db535325 100644 --- a/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser.yml +++ b/conf/cmi/core.entity_view_display.tpr_service.tpr_service.teaser.yml @@ -7,6 +7,7 @@ dependencies: - field.field.tpr_service.tpr_service.field_content - field.field.tpr_service.tpr_service.field_lower_content - field.field.tpr_service.tpr_service.field_metatags + - field.field.tpr_service.tpr_service.field_sidebar_content module: - helfi_tpr - text @@ -46,5 +47,6 @@ hidden: field_content: true field_lower_content: true field_metatags: true + field_sidebar_content: true langcode: true links: true diff --git a/conf/cmi/core.entity_view_display.tpr_service_channel.tpr_service_channel.default.yml b/conf/cmi/core.entity_view_display.tpr_service_channel.tpr_service_channel.default.yml new file mode 100644 index 00000000..5cca829c --- /dev/null +++ b/conf/cmi/core.entity_view_display.tpr_service_channel.tpr_service_channel.default.yml @@ -0,0 +1,220 @@ +uuid: e696ec32-821d-4354-8c10-5540b53d24d7 +langcode: en +status: true +dependencies: + module: + - address + - helfi_tpr + - link + - telephone + - text +id: tpr_service_channel.tpr_service_channel.default +targetEntityType: tpr_service_channel +bundle: tpr_service_channel +mode: default +content: + address: + type: address_default + weight: 12 + region: content + label: hidden + settings: { } + third_party_settings: { } + authorization_code: + type: text_default + weight: 16 + region: content + label: hidden + settings: { } + third_party_settings: { } + availabilities: + type: string + weight: 11 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + availability_summary: + type: text_default + weight: 13 + region: content + label: hidden + settings: { } + third_party_settings: { } + call_charge_info: + type: text_default + weight: 17 + region: content + label: hidden + settings: { } + third_party_settings: { } + e_decision: + type: boolean + weight: 20 + region: content + label: hidden + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + e_processing: + type: boolean + weight: 19 + region: content + label: hidden + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + email: + type: string + weight: 9 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + expiration_time: + type: text_default + weight: 15 + region: content + label: hidden + settings: { } + third_party_settings: { } + for_corporate_customer: + type: boolean + weight: 23 + region: content + label: hidden + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + for_personal_customer: + type: boolean + weight: 22 + region: content + label: hidden + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + langcode: + type: language + weight: 5 + region: content + label: hidden + settings: + link_to_entity: false + native_language: false + third_party_settings: { } + links: + type: link + weight: 3 + region: content + label: hidden + settings: + trim_length: 80 + url_only: false + url_plain: false + rel: '' + target: '' + third_party_settings: { } + name: + type: string + weight: 2 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + name_override: + type: string + weight: 7 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + name_synonyms: + type: string + weight: 8 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + payment_enabled: + type: boolean + weight: 21 + region: content + label: hidden + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + phone: + type: telephone_link + weight: 10 + region: content + label: hidden + settings: + title: '' + third_party_settings: { } + prerequisites: + type: text_default + weight: 4 + region: content + label: hidden + settings: { } + third_party_settings: { } + process_description: + type: text_default + weight: 14 + region: content + label: hidden + settings: { } + third_party_settings: { } + requires_authentication: + type: boolean + weight: 6 + region: content + label: hidden + settings: + format: default + format_custom_true: '' + format_custom_false: '' + third_party_settings: { } + saved_to_customer_folder: + type: boolean + weight: 18 + region: content + label: hidden + settings: + format: default + format_custom_false: '' + format_custom_true: '' + third_party_settings: { } + type: + type: string + weight: 1 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + type_string: + type: string + weight: 0 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } +hidden: { } diff --git a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.default.yml b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.default.yml index 838c1a28..b7dd8075 100644 --- a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.default.yml +++ b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.default.yml @@ -190,7 +190,7 @@ content: type: link weight: 12 region: content - label: above + label: hidden settings: trim_length: 80 url_only: false diff --git a/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.wide_teaser.yml b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.wide_teaser.yml new file mode 100644 index 00000000..32c3981f --- /dev/null +++ b/conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.wide_teaser.yml @@ -0,0 +1,95 @@ +uuid: 3ff62ce8-9b8d-49c3-a304-31a31540a42b +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.tpr_unit.wide_teaser + - field.field.tpr_unit.tpr_unit.field_content + - field.field.tpr_unit.tpr_unit.field_lower_content + - field.field.tpr_unit.tpr_unit.field_metatags + module: + - address + - helfi_tpr + - imagecache_external + - telephone +id: tpr_unit.tpr_unit.wide_teaser +targetEntityType: tpr_unit +bundle: tpr_unit +mode: wide_teaser +content: + address: + type: address_plain + weight: 4 + region: content + label: hidden + settings: { } + third_party_settings: { } + name: + type: string + weight: 2 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + name_override: + type: string + weight: 3 + region: content + label: hidden + settings: + link_to_entity: false + third_party_settings: { } + opening_hours: + type: tpr_connection + weight: 6 + region: content + label: hidden + settings: { } + third_party_settings: { } + phone: + type: telephone_link + weight: 5 + region: content + label: hidden + settings: + title: '' + third_party_settings: { } + picture_url: + type: imagecache_external_responsive_image + weight: 0 + region: content + label: hidden + settings: + imagecache_external_responsive_style: image__3_2 + imagecache_external_link: '' + third_party_settings: { } + picture_url_override: + type: entity_reference_entity_view + weight: 1 + region: content + label: hidden + settings: + view_mode: image + link: false + third_party_settings: { } +hidden: + accessibility_email: true + accessibility_phone: true + accessibility_sentences: true + accessibility_www: true + address_postal: true + call_charge_info: true + created: true + description: true + email: true + field_content: true + field_lower_content: true + field_metatags: true + langcode: true + latitude: true + longitude: true + service_map_embed: true + services: true + streetview_entrance_url: true + www: true diff --git a/conf/cmi/core.entity_view_mode.tpr_unit.wide_teaser.yml b/conf/cmi/core.entity_view_mode.tpr_unit.wide_teaser.yml new file mode 100644 index 00000000..1c8d32db --- /dev/null +++ b/conf/cmi/core.entity_view_mode.tpr_unit.wide_teaser.yml @@ -0,0 +1,10 @@ +uuid: 907939df-c9b8-4598-8909-5ae3de17ae36 +langcode: en +status: true +dependencies: + module: + - helfi_tpr +id: tpr_unit.wide_teaser +label: 'Wide Teaser' +targetEntityType: tpr_unit +cache: true diff --git a/conf/cmi/core.extension.yml b/conf/cmi/core.extension.yml index 345e6dee..18a4a54e 100644 --- a/conf/cmi/core.extension.yml +++ b/conf/cmi/core.extension.yml @@ -1,28 +1,28 @@ module: + action: 0 address: 0 admin_toolbar: 0 admin_toolbar_tools: 0 + aet: 0 + allowed_formats: 0 block: 0 breakpoint: 0 ckeditor: 0 config: 0 config_filter: 0 config_ignore: 0 - config_replace: 0 + config_rewrite: 0 config_translation: 0 config_update: 0 crop: 0 ctools: 0 datetime: 0 - dblog: 0 diff: 0 - dynamic_page_cache: 0 easy_breadcrumb: 0 editor: 0 entity: 0 entity_reference_revisions: 0 entity_usage: 0 - features: 0 field: 0 field_group: 0 field_ui: 0 @@ -46,13 +46,17 @@ module: helfi_languages: 0 helfi_media: 0 helfi_media_map: 0 + helfi_media_map_config: 0 helfi_platform_config: 0 helfi_proxy: 0 helfi_tpr: 0 + helfi_tpr_config: 0 helfi_tunnistamo: 0 image: 0 image_style_quality: 0 imagecache_external: 0 + inline_form_errors: 0 + key_value_field: 0 language: 0 link: 0 linkit: 0 @@ -65,6 +69,7 @@ module: menu_link_content: 0 menu_ui: 0 metatag: 0 + metatag_hreflang: 0 metatag_open_graph: 0 metatag_twitter_cards: 0 metatag_views: 0 @@ -77,6 +82,13 @@ module: paragraphs_library: 0 path: 0 path_alias: 0 + raven: 0 + purge: 0 + purge_drush: 0 + purge_processor_cron: 0 + purge_queuer_coretags: 0 + purge_tokens: 0 + rdf: 0 readonly_field_widget: 0 redirect: 0 responsive_image: 0 @@ -86,6 +98,7 @@ module: serialization: 0 simple_sitemap: 0 social_media: 0 + syslog: 0 system: 0 taxonomy: 0 telephone: 0 @@ -95,7 +108,10 @@ module: toolbar: 0 twig_tweak: 0 update: 0 + update_helper: 0 user: 0 + varnish_purge_tags: 0 + varnish_purger: 0 views_infinite_scroll: 0 views_ui: 0 pathauto: 1 @@ -105,9 +121,8 @@ module: minimal: 1000 eu_cookie_compliance: 1001 theme: - stark: 0 - stable9: 0 claro: 0 + stable9: 0 hdbt: 0 gin: 0 hdbt_admin: 0 diff --git a/conf/cmi/dblog.settings.yml b/conf/cmi/dblog.settings.yml deleted file mode 100644 index cf06e3fa..00000000 --- a/conf/cmi/dblog.settings.yml +++ /dev/null @@ -1,3 +0,0 @@ -row_limit: 1000 -_core: - default_config_hash: e883aGsrt1wFrsydlYU584PZONCSfRy0DtkZ9KzHb58 diff --git a/conf/cmi/editor.editor.minimal.yml b/conf/cmi/editor.editor.minimal.yml new file mode 100644 index 00000000..3eacfb25 --- /dev/null +++ b/conf/cmi/editor.editor.minimal.yml @@ -0,0 +1,51 @@ +uuid: 2bc14143-7f23-465e-8b48-75c10677c891 +langcode: en +status: true +dependencies: + config: + - filter.format.minimal + module: + - ckeditor +format: minimal +editor: ckeditor +settings: + toolbar: + rows: + - + - + name: Formatting + items: + - Bold + - Italic + - + name: Links + items: + - DrupalLink + - DrupalUnlink + - + name: Lists + items: + - BulletedList + - NumberedList + - + name: Tools + items: + - Source + plugins: + drupallink: + linkit_enabled: true + linkit_profile: helfi + language: + language_list: un + stylescombo: + styles: '' + tokenbrowser: + token_types: { } +image_upload: + status: false + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: null + height: null diff --git a/conf/cmi/features.bundle.default.yml b/conf/cmi/features.bundle.default.yml deleted file mode 100644 index 334976cb..00000000 --- a/conf/cmi/features.bundle.default.yml +++ /dev/null @@ -1,100 +0,0 @@ -uuid: 0f0c41c4-d4ce-42f2-9ccd-45e3e51c91a9 -langcode: en -status: true -dependencies: { } -_core: - default_config_hash: Eu8CvZYqHh4Zx02qu1Xf9a7QC3JnDQTOZmSWkD8h4ic -name: Default -machine_name: default -description: '' -assignments: - alter: - core: true - uuid: true - user_permissions: true - enabled: true - weight: 0 - base: - types: - config: - comment_type: comment_type - node_type: node_type - content: - user: user - enabled: true - weight: -2 - core: - types: - config: - date_format: date_format - field_storage_config: field_storage_config - entity_form_mode: entity_form_mode - image_style: image_style - menu: menu - responsive_image_style: responsive_image_style - user_role: user_role - entity_view_mode: entity_view_mode - enabled: true - weight: 5 - dependency: - enabled: true - weight: 15 - exclude: - types: - config: - features_bundle: features_bundle - curated: true - module: - installed: true - profile: true - namespace: true - namespace_any: false - enabled: true - weight: -5 - existing: - enabled: true - weight: 12 - forward_dependency: - enabled: true - weight: 4 - namespace: - enabled: true - weight: 0 - optional: - types: - config: { } - enabled: true - weight: 0 - packages: - enabled: true - weight: -20 - profile: - curated: true - standard: - files: true - dependencies: true - types: - config: - block: block - language_content_settings: language_content_settings - configurable_language: configurable_language - migration: migration - shortcut_set: shortcut_set - tour: tour - enabled: true - weight: 10 - site: - types: - config: - action: action - contact_form: contact_form - block_content_type: block_content_type - rdf_mapping: rdf_mapping - search_page: search_page - taxonomy_vocabulary: taxonomy_vocabulary - editor: editor - filter_format: filter_format - enabled: true - weight: 7 -profile_name: '' -is_profile: false diff --git a/conf/cmi/features.bundle.helfi.yml b/conf/cmi/features.bundle.helfi.yml deleted file mode 100644 index d35b44ca..00000000 --- a/conf/cmi/features.bundle.helfi.yml +++ /dev/null @@ -1,100 +0,0 @@ -uuid: ad216677-8494-4efd-8091-239f963b6a5c -langcode: en -status: true -dependencies: { } -_core: - default_config_hash: ozptjlSGsKF-9bCV2vAy4WV-tHpgikq6gqLzHsHz2Kc -name: HELfi -machine_name: helfi -description: '' -assignments: - alter: - core: true - uuid: true - user_permissions: true - enabled: true - weight: 0 - base: - types: - config: - comment_type: comment_type - node_type: node_type - content: - user: user - enabled: true - weight: -2 - core: - types: - config: - date_format: date_format - field_storage_config: field_storage_config - entity_form_mode: entity_form_mode - image_style: image_style - menu: menu - responsive_image_style: responsive_image_style - user_role: user_role - entity_view_mode: entity_view_mode - enabled: true - weight: 5 - dependency: - enabled: true - weight: 15 - exclude: - types: - config: - features_bundle: features_bundle - curated: true - module: - installed: true - profile: true - namespace: true - namespace_any: false - enabled: true - weight: -5 - existing: - enabled: true - weight: 12 - forward_dependency: - enabled: true - weight: 4 - namespace: - enabled: true - weight: 0 - optional: - types: - config: { } - enabled: true - weight: 0 - packages: - enabled: true - weight: -20 - profile: - curated: true - standard: - files: true - dependencies: true - types: - config: - block: block - language_content_settings: language_content_settings - configurable_language: configurable_language - migration: migration - shortcut_set: shortcut_set - tour: tour - enabled: true - weight: 10 - site: - types: - config: - action: action - contact_form: contact_form - block_content_type: block_content_type - rdf_mapping: rdf_mapping - search_page: search_page - taxonomy_vocabulary: taxonomy_vocabulary - editor: editor - filter_format: filter_format - enabled: true - weight: 7 -profile_name: '' -is_profile: false diff --git a/conf/cmi/features.settings.yml b/conf/cmi/features.settings.yml deleted file mode 100644 index 35fadfae..00000000 --- a/conf/cmi/features.settings.yml +++ /dev/null @@ -1,5 +0,0 @@ -export: - folder: custom -langcode: en -_core: - default_config_hash: YS8SFNy6Qff2UEsQ5zXWEj-ABeRS-jCgcHJrXHJhtJ0 diff --git a/conf/cmi/field.field.node.landing_page.field_content.yml b/conf/cmi/field.field.node.landing_page.field_content.yml index 06397d64..44f5f3eb 100644 --- a/conf/cmi/field.field.node.landing_page.field_content.yml +++ b/conf/cmi/field.field.node.landing_page.field_content.yml @@ -1,4 +1,4 @@ -uuid: ddcfa00a-da71-4ae4-b22a-469a642954b0 +uuid: fcda0811-1599-4d7d-8cf2-92b3311b7303 langcode: en status: true dependencies: @@ -8,16 +8,18 @@ dependencies: - paragraphs.paragraphs_type.banner - paragraphs.paragraphs_type.columns - paragraphs.paragraphs_type.content_cards + - paragraphs.paragraphs_type.content_liftup - paragraphs.paragraphs_type.from_library - paragraphs.paragraphs_type.liftup_with_image - paragraphs.paragraphs_type.list_of_links - - paragraphs.paragraphs_type.remote_video - paragraphs.paragraphs_type.map + - paragraphs.paragraphs_type.remote_video + - paragraphs.paragraphs_type.service_list - paragraphs.paragraphs_type.unit_search module: - entity_reference_revisions _core: - default_config_hash: WyK1iEGE9PlvLsufft0XR67JYRUdRpDxDaMPH1l-wic + default_config_hash: H32rXF-A321VXfd5ARhUqaolvPgV9QrRDFrybS8by2s id: node.landing_page.field_content field_name: field_content entity_type: node @@ -38,58 +40,66 @@ settings: list_of_links: list_of_links liftup_with_image: liftup_with_image content_cards: content_cards + content_liftup: content_liftup from_library: from_library remote_video: remote_video map: map unit_search: unit_search + service_list: service_list target_bundles_drag_drop: accordion: - weight: -22 + weight: -31 enabled: false accordion_item: - weight: -21 + weight: -30 enabled: false banner: enabled: true - weight: -26 + weight: -36 columns: enabled: true - weight: -27 + weight: -37 content_cards: enabled: true - weight: -23 + weight: -33 + content_liftup: + enabled: true + weight: -32 from_library: enabled: true - weight: 21 + weight: -23 gallery: - weight: -20 + weight: -29 enabled: false gallery_slide: - weight: -19 + weight: -28 enabled: false hero: - weight: -18 + weight: -27 enabled: false image: - weight: -17 + weight: -26 enabled: false liftup_with_image: enabled: true - weight: -24 + weight: -34 list_of_links: enabled: true - weight: -25 + weight: -35 list_of_links_item: - weight: -16 + weight: -25 enabled: false map: enabled: true - weight: 31 + weight: -20 remote_video: enabled: true - weight: 27 + weight: -22 + service_list: + enabled: true + weight: 36 text: - weight: -15 + weight: -24 enabled: false unit_search: enabled: true diff --git a/conf/cmi/field.field.node.page.field_content.yml b/conf/cmi/field.field.node.page.field_content.yml index e0acd080..b3550cf4 100644 --- a/conf/cmi/field.field.node.page.field_content.yml +++ b/conf/cmi/field.field.node.page.field_content.yml @@ -9,6 +9,7 @@ dependencies: - paragraphs.paragraphs_type.banner - paragraphs.paragraphs_type.columns - paragraphs.paragraphs_type.content_cards + - paragraphs.paragraphs_type.content_liftup - paragraphs.paragraphs_type.from_library - paragraphs.paragraphs_type.gallery - paragraphs.paragraphs_type.image @@ -42,8 +43,8 @@ settings: image: image gallery: gallery list_of_links: list_of_links + content_liftup: content_liftup banner: banner - content_cards: content_cards from_library: from_library remote_video: remote_video map: map @@ -64,6 +65,9 @@ settings: content_cards: enabled: true weight: -21 + content_liftup: + enabled: true + weight: -22 from_library: enabled: true weight: 21 diff --git a/conf/cmi/field.field.node.page.field_lower_content.yml b/conf/cmi/field.field.node.page.field_lower_content.yml index e5603eea..42c12e90 100644 --- a/conf/cmi/field.field.node.page.field_lower_content.yml +++ b/conf/cmi/field.field.node.page.field_lower_content.yml @@ -9,6 +9,7 @@ dependencies: - paragraphs.paragraphs_type.banner - paragraphs.paragraphs_type.columns - paragraphs.paragraphs_type.content_cards + - paragraphs.paragraphs_type.content_liftup - paragraphs.paragraphs_type.from_library - paragraphs.paragraphs_type.gallery - paragraphs.paragraphs_type.image @@ -43,6 +44,7 @@ settings: gallery: gallery list_of_links: list_of_links content_cards: content_cards + content_liftup: content_liftup banner: banner from_library: from_library remote_video: remote_video @@ -64,6 +66,9 @@ settings: content_cards: enabled: true weight: -23 + content_liftup: + enabled: true + weight: -22 from_library: enabled: true weight: 21 diff --git a/conf/cmi/field.field.node.page.field_sidebar_content.yml b/conf/cmi/field.field.node.page.field_sidebar_content.yml new file mode 100644 index 00000000..672afaf5 --- /dev/null +++ b/conf/cmi/field.field.node.page.field_sidebar_content.yml @@ -0,0 +1,87 @@ +uuid: 989ac401-f630-41e4-8208-4616eecfcc8a +langcode: en +status: true +dependencies: + config: + - field.storage.node.field_sidebar_content + - node.type.page + - paragraphs.paragraphs_type.from_library + - paragraphs.paragraphs_type.sidebar_text + module: + - entity_reference_revisions +id: node.page.field_sidebar_content +field_name: field_sidebar_content +entity_type: node +bundle: page +label: 'Sidebar content' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:paragraph' + handler_settings: + negate: 0 + target_bundles: + sidebar_text: sidebar_text + from_library: from_library + target_bundles_drag_drop: + accordion: + weight: -39 + enabled: false + accordion_item: + weight: -38 + enabled: false + banner: + weight: -37 + enabled: false + columns: + weight: -36 + enabled: false + content_cards: + weight: -35 + enabled: false + content_liftup: + weight: -34 + enabled: false + from_library: + enabled: true + weight: -32 + gallery: + weight: -31 + enabled: false + gallery_slide: + weight: -30 + enabled: false + hero: + weight: -29 + enabled: false + image: + weight: -28 + enabled: false + liftup_with_image: + weight: -27 + enabled: false + list_of_links: + weight: -26 + enabled: false + list_of_links_item: + weight: -25 + enabled: false + map: + weight: -24 + enabled: false + remote_video: + weight: -23 + enabled: false + sidebar_text: + enabled: true + weight: -33 + text: + weight: -22 + enabled: false + unit_search: + weight: -21 + enabled: false +field_type: entity_reference_revisions diff --git a/conf/cmi/field.field.paragraph.content_liftup.field_content_liftup_unit.yml b/conf/cmi/field.field.paragraph.content_liftup.field_content_liftup_unit.yml new file mode 100644 index 00000000..ed1937c9 --- /dev/null +++ b/conf/cmi/field.field.paragraph.content_liftup.field_content_liftup_unit.yml @@ -0,0 +1,27 @@ +uuid: b8818373-8c1b-42c2-949e-dc7f8cbd9165 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_content_liftup_unit + - paragraphs.paragraphs_type.content_liftup +_core: + default_config_hash: PDfXJdsEFnyW-qrv229_Y5bkaK0ztYhLPJc6JutjBfs +id: paragraph.content_liftup.field_content_liftup_unit +field_name: field_content_liftup_unit +entity_type: paragraph +bundle: content_liftup +label: Unit +description: 'Add here the content that you want to appear as cards to the block. Works only with TPR Unit in alpha version' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: views + handler_settings: + view: + view_name: er_tpr_unit + display_name: entity_reference + arguments: { } +field_type: entity_reference diff --git a/conf/cmi/field.field.paragraph.service_list.field_service_list_description.yml b/conf/cmi/field.field.paragraph.service_list.field_service_list_description.yml new file mode 100644 index 00000000..a4b1528e --- /dev/null +++ b/conf/cmi/field.field.paragraph.service_list.field_service_list_description.yml @@ -0,0 +1,21 @@ +uuid: 9729d373-dbcb-4ea5-b41e-96a1b7eca45c +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_service_list_description + - paragraphs.paragraphs_type.service_list + module: + - text +id: paragraph.service_list.field_service_list_description +field_name: field_service_list_description +entity_type: paragraph +bundle: service_list +label: Description +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/conf/cmi/field.field.paragraph.service_list.field_service_list_meta_load_mor.yml b/conf/cmi/field.field.paragraph.service_list.field_service_list_meta_load_mor.yml new file mode 100644 index 00000000..365cb5a7 --- /dev/null +++ b/conf/cmi/field.field.paragraph.service_list.field_service_list_meta_load_mor.yml @@ -0,0 +1,21 @@ +uuid: 158873a4-9e88-48af-8b16-048eb64529f9 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_service_list_meta_load_mor + - paragraphs.paragraphs_type.service_list +id: paragraph.service_list.field_service_list_meta_load_mor +field_name: field_service_list_meta_load_mor +entity_type: paragraph +bundle: service_list +label: 'Load more label' +description: '' +required: false +translatable: false +default_value: + - + value: 'Load more services' +default_value_callback: '' +settings: { } +field_type: string diff --git a/conf/cmi/field.field.paragraph.service_list.field_service_list_services.yml b/conf/cmi/field.field.paragraph.service_list.field_service_list_services.yml new file mode 100644 index 00000000..be4db6ac --- /dev/null +++ b/conf/cmi/field.field.paragraph.service_list.field_service_list_services.yml @@ -0,0 +1,25 @@ +uuid: 79067830-32cb-4ce0-b118-a6fbda4c18e8 +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_service_list_services + - paragraphs.paragraphs_type.service_list +id: paragraph.service_list.field_service_list_services +field_name: field_service_list_services +entity_type: paragraph +bundle: service_list +label: Services +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: + handler: views + handler_settings: + view: + view_name: service_list + display_name: entity_reference_1 + arguments: { } +field_type: entity_reference diff --git a/conf/cmi/field.field.paragraph.service_list.field_service_list_title.yml b/conf/cmi/field.field.paragraph.service_list.field_service_list_title.yml new file mode 100644 index 00000000..ae38718a --- /dev/null +++ b/conf/cmi/field.field.paragraph.service_list.field_service_list_title.yml @@ -0,0 +1,19 @@ +uuid: c2402f99-cb6a-4538-9525-3900d6ac076c +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_service_list_title + - paragraphs.paragraphs_type.service_list +id: paragraph.service_list.field_service_list_title +field_name: field_service_list_title +entity_type: paragraph +bundle: service_list +label: Title +description: '' +required: true +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_text.yml b/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_text.yml new file mode 100644 index 00000000..20f306b7 --- /dev/null +++ b/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_text.yml @@ -0,0 +1,27 @@ +uuid: 86a05e09-0ad5-4b83-8448-b586ceeec1ad +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_sidebar_text_text + - paragraphs.paragraphs_type.sidebar_text + module: + - allowed_formats + - text +third_party_settings: + allowed_formats: + minimal: minimal + full_html: '0' + plain_text: '0' +id: paragraph.sidebar_text.field_sidebar_text_text +field_name: field_sidebar_text_text +entity_type: paragraph +bundle: sidebar_text +label: Text +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: text_long diff --git a/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_title.yml b/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_title.yml new file mode 100644 index 00000000..b27ed31a --- /dev/null +++ b/conf/cmi/field.field.paragraph.sidebar_text.field_sidebar_text_title.yml @@ -0,0 +1,19 @@ +uuid: fc3f1d8f-dee4-4b47-a2f1-f99dec29f95d +langcode: en +status: true +dependencies: + config: + - field.storage.paragraph.field_sidebar_text_title + - paragraphs.paragraphs_type.sidebar_text +id: paragraph.sidebar_text.field_sidebar_text_title +field_name: field_sidebar_text_title +entity_type: paragraph +bundle: sidebar_text +label: Title +description: '' +required: false +translatable: false +default_value: { } +default_value_callback: '' +settings: { } +field_type: string diff --git a/conf/cmi/field.field.paragraph.text.field_text.yml b/conf/cmi/field.field.paragraph.text.field_text.yml index 1bd0e80e..18b19f9a 100644 --- a/conf/cmi/field.field.paragraph.text.field_text.yml +++ b/conf/cmi/field.field.paragraph.text.field_text.yml @@ -6,7 +6,13 @@ dependencies: - field.storage.paragraph.field_text - paragraphs.paragraphs_type.text module: + - allowed_formats - text +third_party_settings: + allowed_formats: + full_html: full_html + minimal: '0' + plain_text: '0' _core: default_config_hash: 22M73w0UGCJ_JWhbQn53ycPhg4fBmMbTmjjI6qMYlD0 id: paragraph.text.field_text diff --git a/conf/cmi/field.field.tpr_service.tpr_service.field_sidebar_content.yml b/conf/cmi/field.field.tpr_service.tpr_service.field_sidebar_content.yml new file mode 100644 index 00000000..f6ae3389 --- /dev/null +++ b/conf/cmi/field.field.tpr_service.tpr_service.field_sidebar_content.yml @@ -0,0 +1,87 @@ +uuid: 669572dd-0050-4d29-88f6-6c26b57e696f +langcode: en +status: true +dependencies: + config: + - field.storage.tpr_service.field_sidebar_content + - paragraphs.paragraphs_type.from_library + - paragraphs.paragraphs_type.sidebar_text + module: + - entity_reference_revisions + - helfi_tpr +id: tpr_service.tpr_service.field_sidebar_content +field_name: field_sidebar_content +entity_type: tpr_service +bundle: tpr_service +label: 'Sidebar content' +description: '' +required: false +translatable: true +default_value: { } +default_value_callback: '' +settings: + handler: 'default:paragraph' + handler_settings: + negate: 0 + target_bundles: + sidebar_text: sidebar_text + from_library: from_library + target_bundles_drag_drop: + accordion: + weight: -38 + enabled: false + accordion_item: + weight: -37 + enabled: false + banner: + weight: -36 + enabled: false + columns: + weight: -35 + enabled: false + content_cards: + weight: -34 + enabled: false + content_liftup: + weight: -33 + enabled: false + from_library: + enabled: true + weight: -31 + gallery: + weight: -30 + enabled: false + gallery_slide: + weight: -29 + enabled: false + hero: + weight: -28 + enabled: false + image: + weight: -27 + enabled: false + liftup_with_image: + weight: -26 + enabled: false + list_of_links: + weight: -25 + enabled: false + list_of_links_item: + weight: -24 + enabled: false + map: + weight: -23 + enabled: false + remote_video: + weight: -22 + enabled: false + sidebar_text: + enabled: true + weight: -32 + text: + weight: -39 + enabled: false + unit_search: + weight: -21 + enabled: false +field_type: entity_reference_revisions diff --git a/conf/cmi/field.storage.node.field_sidebar_content.yml b/conf/cmi/field.storage.node.field_sidebar_content.yml new file mode 100644 index 00000000..098e35ef --- /dev/null +++ b/conf/cmi/field.storage.node.field_sidebar_content.yml @@ -0,0 +1,21 @@ +uuid: a01f4bf1-339d-479d-a5da-4095f3557134 +langcode: en +status: true +dependencies: + module: + - entity_reference_revisions + - node + - paragraphs +id: node.field_sidebar_content +field_name: field_sidebar_content +entity_type: node +type: entity_reference_revisions +settings: + target_type: paragraph +module: entity_reference_revisions +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.paragraph.field_content_liftup_unit.yml b/conf/cmi/field.storage.paragraph.field_content_liftup_unit.yml new file mode 100644 index 00000000..af553020 --- /dev/null +++ b/conf/cmi/field.storage.paragraph.field_content_liftup_unit.yml @@ -0,0 +1,22 @@ +uuid: fc29b82f-a142-43d3-84c3-3e6802a9013e +langcode: en +status: true +dependencies: + module: + - helfi_tpr + - paragraphs +_core: + default_config_hash: qDXN7Cf4Za-x_Udo3DzY4P9LhxH6YTQW0D0YhB66BnQ +id: paragraph.field_content_liftup_unit +field_name: field_content_liftup_unit +entity_type: paragraph +type: entity_reference +settings: + target_type: tpr_unit +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.paragraph.field_service_list_description.yml b/conf/cmi/field.storage.paragraph.field_service_list_description.yml new file mode 100644 index 00000000..c8d4c503 --- /dev/null +++ b/conf/cmi/field.storage.paragraph.field_service_list_description.yml @@ -0,0 +1,19 @@ +uuid: 6a1a0dcc-bb7a-49c6-bac9-666a51fdde15 +langcode: en +status: true +dependencies: + module: + - paragraphs + - text +id: paragraph.field_service_list_description +field_name: field_service_list_description +entity_type: paragraph +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.paragraph.field_service_list_meta_load_mor.yml b/conf/cmi/field.storage.paragraph.field_service_list_meta_load_mor.yml new file mode 100644 index 00000000..d0b4795b --- /dev/null +++ b/conf/cmi/field.storage.paragraph.field_service_list_meta_load_mor.yml @@ -0,0 +1,21 @@ +uuid: 179cd5e8-8a6e-4413-bfd8-ef26d4ba3de9 +langcode: en +status: true +dependencies: + module: + - paragraphs +id: paragraph.field_service_list_meta_load_mor +field_name: field_service_list_meta_load_mor +entity_type: paragraph +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.paragraph.field_service_list_services.yml b/conf/cmi/field.storage.paragraph.field_service_list_services.yml new file mode 100644 index 00000000..8dab9741 --- /dev/null +++ b/conf/cmi/field.storage.paragraph.field_service_list_services.yml @@ -0,0 +1,20 @@ +uuid: 3728f7f4-5523-4a14-a14d-30cba9c8d77b +langcode: en +status: true +dependencies: + module: + - helfi_tpr + - paragraphs +id: paragraph.field_service_list_services +field_name: field_service_list_services +entity_type: paragraph +type: entity_reference +settings: + target_type: tpr_service +module: core +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.paragraph.field_service_list_title.yml b/conf/cmi/field.storage.paragraph.field_service_list_title.yml new file mode 100644 index 00000000..1e351466 --- /dev/null +++ b/conf/cmi/field.storage.paragraph.field_service_list_title.yml @@ -0,0 +1,21 @@ +uuid: 7ac2d4e6-19a7-4bba-866e-6384ef29243f +langcode: en +status: true +dependencies: + module: + - paragraphs +id: paragraph.field_service_list_title +field_name: field_service_list_title +entity_type: paragraph +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.paragraph.field_sidebar_text_text.yml b/conf/cmi/field.storage.paragraph.field_sidebar_text_text.yml new file mode 100644 index 00000000..eabac121 --- /dev/null +++ b/conf/cmi/field.storage.paragraph.field_sidebar_text_text.yml @@ -0,0 +1,19 @@ +uuid: f709fe8d-7423-4a65-866a-03e1e7a3959c +langcode: en +status: true +dependencies: + module: + - paragraphs + - text +id: paragraph.field_sidebar_text_text +field_name: field_sidebar_text_text +entity_type: paragraph +type: text_long +settings: { } +module: text +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.paragraph.field_sidebar_text_title.yml b/conf/cmi/field.storage.paragraph.field_sidebar_text_title.yml new file mode 100644 index 00000000..f8e819d7 --- /dev/null +++ b/conf/cmi/field.storage.paragraph.field_sidebar_text_title.yml @@ -0,0 +1,21 @@ +uuid: c4ce353d-98e3-4f24-bcbc-cad434224b20 +langcode: en +status: true +dependencies: + module: + - paragraphs +id: paragraph.field_sidebar_text_title +field_name: field_sidebar_text_title +entity_type: paragraph +type: string +settings: + max_length: 255 + is_ascii: false + case_sensitive: false +module: core +locked: false +cardinality: 1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/field.storage.tpr_service.field_sidebar_content.yml b/conf/cmi/field.storage.tpr_service.field_sidebar_content.yml new file mode 100644 index 00000000..cf39e9b7 --- /dev/null +++ b/conf/cmi/field.storage.tpr_service.field_sidebar_content.yml @@ -0,0 +1,21 @@ +uuid: 05e2754d-0291-4e2b-86da-cc184dc8c47d +langcode: en +status: true +dependencies: + module: + - entity_reference_revisions + - helfi_tpr + - paragraphs +id: tpr_service.field_sidebar_content +field_name: field_sidebar_content +entity_type: tpr_service +type: entity_reference_revisions +settings: + target_type: paragraph +module: entity_reference_revisions +locked: false +cardinality: -1 +translatable: true +indexes: { } +persist_with_no_fields: false +custom_storage: false diff --git a/conf/cmi/filter.format.minimal.yml b/conf/cmi/filter.format.minimal.yml new file mode 100644 index 00000000..ecbb4244 --- /dev/null +++ b/conf/cmi/filter.format.minimal.yml @@ -0,0 +1,94 @@ +uuid: 58d25e7c-d7bf-424f-b508-652f5d32825b +langcode: en +status: true +dependencies: + module: + - editor + - linkit + - media + - token_filter +name: Minimal +format: minimal +weight: 0 +filters: + editor_file_reference: + id: editor_file_reference + provider: editor + status: false + weight: -48 + settings: { } + filter_align: + id: filter_align + provider: filter + status: false + weight: -47 + settings: { } + filter_autop: + id: filter_autop + provider: filter + status: true + weight: -41 + settings: { } + filter_caption: + id: filter_caption + provider: filter + status: false + weight: -45 + settings: { } + filter_html: + id: filter_html + provider: filter + status: true + weight: -50 + settings: + allowed_html: '