Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ec-europa/digit-joinup-reference
  • Sparkiwan/digit-joinup-reference
2 results
Show changes
Commits on Source (226)
Showing
with 691 additions and 3 deletions
......@@ -1546,6 +1546,7 @@ module.exports = {
"eye.svg",
"facebook.svg",
"file-earmark.svg",
"file-earmark-check.svg",
"file-earmark-medical.svg",
"file-earmark-play.svg",
"file-earmark-plus.svg",
......
......@@ -21,6 +21,7 @@
excludeElements:
# Third-party code injected in page with Javascript.
- .globan
- Drupal\joinup\Context\AssessmentContext
- Drupal\joinup\Context\BootstrapContext
- Drupal\joinup\Context\CollectionContext
- Drupal\joinup\Context\ContactFormContext
......
......@@ -40,6 +40,7 @@
"drupal/email_contact": "^2.0.4",
"drupal/embed_block": "^1.0",
"drupal/entity_legal": "^4.0",
"drupal/entity_print": "^2.15",
"drupal/entityqueue": "^1.2",
"drupal/error_page": "^2.0",
"drupal/facets": "^3.0",
......@@ -119,6 +120,7 @@
"drupal/views_data_export": "^1.0",
"drupal/views_multiple_permissions": "^2.0",
"drupal/webform": "^6.2",
"drupal/webform_views": "^5.4",
"drush/drush": "^12.1",
"gitonomy/gitlib": "^1.4",
"jakeasmith/http_build_url": "^1.0",
......@@ -352,6 +354,10 @@
"drupal/entity_legal": {
"Custom agree validation error message and submit button label @see https://www.drupal.org/project/entity_legal/issues/3293017": "resources/patch/php/drupal/entity_legal/3293017.patch"
},
"drupal/entity_print": {
"Restrict the dynamic fields in bundles @see https://www.drupal.org/i/3468563": "resources/patch/php/drupal/entity_print/3468563-mr66-revf6d47588.diff",
"Missing schema for disable_log property. @see https://www.drupal.org/i/3014768": "resources/patch/php/drupal/entity_print/3014768.diff"
},
"drupal/error_page": {
"Creation of dynamic property deprecated in PHP 8.2 @see https://www.drupal.org/i/3376919": "resources/patch/php/drupal/error_page/3376919.patch"
},
......@@ -367,6 +373,9 @@
"Doesn't work in layout builder. @see https://www.drupal.org/i/3099580": "resources/patch/php/drupal/field_delimiter/3099580.patch",
"str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in Drupal\\Component\\Utility\\Xss::filter(). @see https://www.drupal.org/i/3301169": "resources/patch/php/drupal/field_delimiter/3301169.patch"
},
"drupal/field_permissions": {
"Skip role with isAdmin when save custom permission @see https://www.drupal.org/project/field_permissions/issues/3470671": "resources/patch/php/drupal/field_permissions/3470671.mr36-note366100.diff"
},
"drupal/file_url": {
"Handle deleted files @see https://www.drupal.org/project/file_url/issues/3326758": "resources/patch/php/drupal/file_url/3326758.diff",
"No link template 'canonical' found @see https://www.drupal.org/project/file_url/issues/3346487": "resources/patch/php/drupal/file_url/3346487.diff",
......
......@@ -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": "0aa73fc1e1aa8c25a0f1bd7d6e88102c",
"content-hash": "3c4e5b4601fa5358c707296447e4ecd8",
"packages": [
{
"name": "asm89/stack-cors",
......@@ -1580,6 +1580,161 @@
],
"time": "2024-02-05T11:35:39+00:00"
},
{
"name": "dompdf/dompdf",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/dompdf/dompdf.git",
"reference": "fbc7c5ee5d94f7a910b78b43feb7931b7f971b59"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/fbc7c5ee5d94f7a910b78b43feb7931b7f971b59",
"reference": "fbc7c5ee5d94f7a910b78b43feb7931b7f971b59",
"shasum": ""
},
"require": {
"dompdf/php-font-lib": "^1.0.0",
"dompdf/php-svg-lib": "^1.0.0",
"ext-dom": "*",
"ext-mbstring": "*",
"masterminds/html5": "^2.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"ext-gd": "*",
"ext-json": "*",
"ext-zip": "*",
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^7.5 || ^8 || ^9 || ^10",
"squizlabs/php_codesniffer": "^3.5",
"symfony/process": "^4.4 || ^5.4 || ^6.2 || ^7.0"
},
"suggest": {
"ext-gd": "Needed to process images",
"ext-gmagick": "Improves image processing performance",
"ext-imagick": "Improves image processing performance",
"ext-zlib": "Needed for pdf stream compression"
},
"type": "library",
"autoload": {
"psr-4": {
"Dompdf\\": "src/"
},
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "The Dompdf Community",
"homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
}
],
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
"homepage": "https://github.com/dompdf/dompdf",
"support": {
"issues": "https://github.com/dompdf/dompdf/issues",
"source": "https://github.com/dompdf/dompdf/tree/v3.0.0"
},
"time": "2024-04-29T14:01:28+00:00"
},
{
"name": "dompdf/php-font-lib",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/dompdf/php-font-lib.git",
"reference": "991d6a954f6bbd7e41022198f00586b230731441"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/991d6a954f6bbd7e41022198f00586b230731441",
"reference": "991d6a954f6bbd7e41022198f00586b230731441",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
},
"type": "library",
"autoload": {
"psr-4": {
"FontLib\\": "src/FontLib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "The FontLib Community",
"homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
}
],
"description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/dompdf/php-font-lib",
"support": {
"issues": "https://github.com/dompdf/php-font-lib/issues",
"source": "https://github.com/dompdf/php-font-lib/tree/1.0.0"
},
"time": "2024-04-29T13:40:38+00:00"
},
{
"name": "dompdf/php-svg-lib",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/dompdf/php-svg-lib.git",
"reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
"reference": "eb045e518185298eb6ff8d80d0d0c6b17aecd9af",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.1 || ^8.0",
"sabberworm/php-css-parser": "^8.4"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Svg\\": "src/Svg"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "The SvgLib Community",
"homepage": "https://github.com/dompdf/php-svg-lib/blob/master/AUTHORS.md"
}
],
"description": "A library to read, parse and export to PDF SVG files.",
"homepage": "https://github.com/dompdf/php-svg-lib",
"support": {
"issues": "https://github.com/dompdf/php-svg-lib/issues",
"source": "https://github.com/dompdf/php-svg-lib/tree/1.0.0"
},
"time": "2024-04-29T13:26:35+00:00"
},
{
"name": "drupal/addtocal",
"version": "3.0.0-beta1",
......@@ -3542,6 +3697,84 @@
"issues": "https://www.drupal.org/project/issues/entity_legal"
}
},
{
"name": "drupal/entity_print",
"version": "2.15.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_print.git",
"reference": "8.x-2.15"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_print-8.x-2.15.zip",
"reference": "8.x-2.15",
"shasum": "76ba73f443525ab5b233eae925f22f88c9663b8f"
},
"require": {
"dompdf/dompdf": ">=2.0.7",
"drupal/core": "^9.4 || ^10.0 || ^11"
},
"suggest": {
"mikehaertl/phpwkhtmltopdf": "PhpWkhtmlToPdf provides the PHP library to use Wkhtmltopdf"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.15",
"datestamp": "1722642740",
"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": "Ben Dougherty",
"homepage": "https://www.drupal.org/u/benjy"
},
{
"name": "benjy",
"homepage": "https://www.drupal.org/user/1852732"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
},
{
"name": "pameeela",
"homepage": "https://www.drupal.org/user/1431110"
},
{
"name": "Sam152",
"homepage": "https://www.drupal.org/user/1485048"
},
{
"name": "VladimirAus",
"homepage": "https://www.drupal.org/user/673120"
}
],
"description": "PDF print solution for any Drupal entity.",
"homepage": "http://drupal.org/project/entity_print",
"keywords": [
"PDF",
"drupal",
"print",
"web"
],
"support": {
"source": "https://git.drupalcode.org/project/entity_print"
}
},
{
"name": "drupal/entity_reference_revisions",
"version": "1.12.0",
......@@ -9629,6 +9862,75 @@
"forum": "https://drupal.stackexchange.com/questions/tagged/webform"
}
},
{
"name": "drupal/webform_views",
"version": "5.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/webform_views.git",
"reference": "8.x-5.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/webform_views-8.x-5.4.zip",
"reference": "8.x-5.4",
"shasum": "7fb229b3d0d400d84a7b25af6942872ca9ba8fed"
},
"require": {
"drupal/core": "^9.3 || ^10.0",
"drupal/webform": "^6.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-5.4",
"datestamp": "1723680695",
"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": "acbramley",
"homepage": "https://www.drupal.org/user/1036766"
},
{
"name": "bucefal91",
"homepage": "https://www.drupal.org/user/504128"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "jrockowitz",
"homepage": "https://www.drupal.org/user/371407"
},
{
"name": "VladimirAus",
"homepage": "https://www.drupal.org/user/673120"
},
{
"name": "ws.agency",
"homepage": "https://www.drupal.org/user/2851415"
}
],
"description": "Webform integration with views.",
"homepage": "https://www.drupal.org/project/webform_views",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/webform_views",
"issues": "https://www.drupal.org/project/issues/webform_views"
}
},
{
"name": "drush/drush",
"version": "12.5.3",
......@@ -13766,6 +14068,71 @@
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "sabberworm/php-css-parser",
"version": "v8.7.0",
"source": {
"type": "git",
"url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
"reference": "f414ff953002a9b18e3a116f5e462c56f21237cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/f414ff953002a9b18e3a116f5e462c56f21237cf",
"reference": "f414ff953002a9b18e3a116f5e462c56f21237cf",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"require-dev": {
"phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.40"
},
"suggest": {
"ext-mbstring": "for parsing UTF-8 CSS"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "9.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Sabberworm\\CSS\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Raphael Schweikert"
},
{
"name": "Oliver Klee",
"email": "github@oliverklee.de"
},
{
"name": "Jake Hotson",
"email": "jake.github@qzdesign.co.uk"
}
],
"description": "Parser for CSS Files written in PHP",
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
"keywords": [
"css",
"parser",
"stylesheet"
],
"support": {
"issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
"source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.7.0"
},
"time": "2024-10-27T17:38:32+00:00"
},
{
"name": "sebastian/diff",
"version": "4.0.6",
......
......@@ -25,8 +25,9 @@ settings:
- 'facet_block:topic'
- 'facet_block:type'
- 'facet_block:spatial_coverage'
- 'facet_block:status'
- 'facet_block:interoperable_flag'
- 'facet_block:type_of_document'
- 'facet_block:status'
- 'facet_block:date'
add_js_classes: true
visibility:
......
......@@ -26,10 +26,11 @@ visibility:
context_mapping:
node: '@node.node_route_context:node'
content:
node-assessment_report: node-assessment_report
node-collection: node-collection
node-custom_page: node-custom_page
node-discussion: node-discussion
node-document: node-document
node-event: node-event
node-news: node-news
node-collection: node-collection
node-solution: node-solution
......@@ -26,6 +26,7 @@ visibility:
context_mapping:
node: '@node.node_route_context:node'
content:
node-assessment_report: node-assessment_report
node-custom_page: node-custom_page
node-discussion: node-discussion
node-document: node-document
......
......@@ -8,3 +8,4 @@ ignored_config_entities:
- update.settings
- upgrade_status.settings
- 'webform.webform.*'
- ~webform.webform.assessment
uuid: ac800c98-0f68-4641-9090-693d09eb7994
langcode: en
status: true
dependencies:
config:
- node.type.assessment_report
id: node.assessment_report.promote
field_name: promote
entity_type: node
bundle: assessment_report
label: 'Promoted to front page'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean
uuid: a9a7515d-f933-4c70-988e-3dbfe32c204c
langcode: en
status: true
dependencies:
config:
- field.field.node.assessment_report.og_audience
- field.field.node.assessment_report.organization
- field.field.node.assessment_report.submission
- node.type.assessment_report
module:
- og
- path
- publication_date
id: node.assessment_report.default
targetEntityType: node
bundle: assessment_report
mode: default
content:
created:
type: datetime_timestamp
weight: 10
region: content
settings: { }
third_party_settings: { }
langcode:
type: language_select
weight: 2
region: content
settings:
include_locked: true
third_party_settings: { }
og_audience:
type: og_complex
weight: 122
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
organization:
type: string_textfield
weight: 121
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
path:
type: path
weight: 30
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 15
region: content
settings:
display_label: true
third_party_settings: { }
published_at:
type: publication_date_timestamp
weight: 10
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 120
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 16
region: content
settings:
display_label: true
third_party_settings: { }
submission:
type: entity_reference_autocomplete
weight: 123
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
title:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 5
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
hidden:
current_workflow_state: true
uuid: 9dee30d3-d294-42db-b380-25f99afcb318
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.message.mail_body
- message.template.assessment_published
id: message.assessment_published.mail_body
targetEntityType: message
bundle: assessment_published
mode: mail_body
content:
partial_1:
settings: { }
third_party_settings: { }
weight: 0
region: content
hidden:
partial_0: true
search_api_excerpt: true
uuid: 01d495a0-de38-4b4e-b9ff-281b21c85c52
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.message.mail_subject
- message.template.assessment_published
id: message.assessment_published.mail_subject
targetEntityType: message
bundle: assessment_published
mode: mail_subject
content:
partial_0:
settings: { }
third_party_settings: { }
weight: 0
region: content
hidden:
partial_1: true
search_api_excerpt: true
uuid: 850b45cd-5c93-4908-88b6-409cc7cc15e3
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.message.mail_body
- message.template.assessment_require_update
id: message.assessment_require_update.mail_body
targetEntityType: message
bundle: assessment_require_update
mode: mail_body
content:
partial_1:
settings: { }
third_party_settings: { }
weight: 0
region: content
hidden:
partial_0: true
search_api_excerpt: true
uuid: 41d59b9c-d43c-4a1c-85d2-6204a195dd9c
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.message.mail_subject
- message.template.assessment_require_update
id: message.assessment_require_update.mail_subject
targetEntityType: message
bundle: assessment_require_update
mode: mail_subject
content:
partial_0:
settings: { }
third_party_settings: { }
weight: 0
region: content
hidden:
partial_1: true
search_api_excerpt: true
uuid: 72438241-e1c7-487e-9ea1-2306e3c941e1
langcode: en
status: true
dependencies:
config:
- field.field.node.assessment_report.og_audience
- field.field.node.assessment_report.organization
- field.field.node.assessment_report.submission
- node.type.assessment_report
module:
- link
- template_suggestion
- user
id: node.assessment_report.default
targetEntityType: node
bundle: assessment_report
mode: default
content:
organization:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
region: content
report:
type: link
label: hidden
settings:
trim_length: 80
url_only: false
url_plain: false
rel: '0'
target: '0'
third_party_settings:
template_suggestion:
template_suggestion: no_wrappers
weight: 2
region: content
submission:
type: entity_reference_entity_view
label: hidden
settings:
view_mode: default
link: true
third_party_settings: { }
weight: 1
region: content
hidden:
flag_like: true
langcode: true
links: true
og_audience: true
published_at: true
search_api_excerpt: true
share_link: true
......@@ -37,6 +37,11 @@ content:
template_suggestion: bare
weight: 0
region: content
masquerade:
settings: { }
third_party_settings: { }
weight: 50
region: content
hidden:
field_social_media: true
field_user_business_title: true
......
......@@ -28,6 +28,11 @@ content:
third_party_settings: { }
weight: 1
region: content
masquerade:
settings: { }
third_party_settings: { }
weight: 50
region: content
user_user_field_user_content_top:
settings: { }
third_party_settings: { }
......
......@@ -109,6 +109,11 @@ content:
template_suggestion: ''
weight: 4
region: content
masquerade:
settings: { }
third_party_settings: { }
weight: 50
region: content
member_for:
settings: { }
third_party_settings: { }
......
......@@ -57,6 +57,11 @@ content:
template_suggestion: no_wrappers
weight: 0
region: content
masquerade:
settings: { }
third_party_settings: { }
weight: 50
region: content
hidden:
field_social_media: true
field_user_business_title: true
......
......@@ -87,6 +87,11 @@ content:
template_suggestion: ''
weight: 0
region: content
masquerade:
settings: { }
third_party_settings: { }
weight: 50
region: content
member_for:
settings: { }
third_party_settings: { }
......