Drupal from 10.6.17 to 11.4.7

This commit is contained in:
2026-09-26 01:10:59 +02:00
parent 89d68ac548
commit 62c814d57d
83 changed files with 4122 additions and 1745 deletions
+1
View File
@@ -48,6 +48,7 @@ core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-sp
# Define binary file attributes. # Define binary file attributes.
# - Do not treat them as text. # - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ." # - Include binary diff in patches instead of "binary files differ."
*.avif -text diff
*.eot -text diff *.eot -text diff
*.exe -text diff *.exe -text diff
*.gif -text diff *.gif -text diff
+16 -10
View File
@@ -59,6 +59,7 @@
], ],
"require": { "require": {
"php": ">=8.4", "php": ">=8.4",
"chi-teck/drupal-code-generator": "^4.2",
"ckeditor-plugin/colorbutton": "^4.16.2", "ckeditor-plugin/colorbutton": "^4.16.2",
"ckeditor-plugin/panelbutton": "^4.16.2", "ckeditor-plugin/panelbutton": "^4.16.2",
"composer/installers": "^2.0", "composer/installers": "^2.0",
@@ -84,9 +85,9 @@
"drupal/config_pages": "^4.0", "drupal/config_pages": "^4.0",
"drupal/config_split": "^2.0@beta", "drupal/config_split": "^2.0@beta",
"drupal/consumer_image_styles": "^4.0", "drupal/consumer_image_styles": "^4.0",
"drupal/core-composer-scaffold": "^10.4", "drupal/core-composer-scaffold": "^11.3",
"drupal/core-project-message": "^10.4", "drupal/core-project-message": "^11.3",
"drupal/core-recommended": "^10.4", "drupal/core-recommended": "^11.3",
"drupal/csv_serialization": "^4.0", "drupal/csv_serialization": "^4.0",
"drupal/ctools": "^4.0", "drupal/ctools": "^4.0",
"drupal/devel": "^5.0", "drupal/devel": "^5.0",
@@ -101,7 +102,8 @@
"drupal/flood_control": "^3.0", "drupal/flood_control": "^3.0",
"drupal/gdpr": "^3.1", "drupal/gdpr": "^3.1",
"drupal/genpass": "^2.0", "drupal/genpass": "^2.0",
"drupal/gin": "^4.1", "drupal/gin": "^5.0",
"drupal/gin_toolbar": "^3.0",
"drupal/google_analytics": "4.0.3", "drupal/google_analytics": "4.0.3",
"drupal/graphql": "^4.7", "drupal/graphql": "^4.7",
"drupal/image_delta_formatter": "^1.2", "drupal/image_delta_formatter": "^1.2",
@@ -125,7 +127,7 @@
"drupal/search_api": "^1.19", "drupal/search_api": "^1.19",
"drupal/search_api_solr": "^4.2", "drupal/search_api_solr": "^4.2",
"drupal/select_translation": "2.0.0-alpha5", "drupal/select_translation": "2.0.0-alpha5",
"drupal/session_limit": "^2.0@beta", "drupal/session_limit": "^3.0",
"drupal/simplenews": "^4.0", "drupal/simplenews": "^4.0",
"drupal/social_media_links": "^2.8", "drupal/social_media_links": "^2.8",
"drupal/straw": "^2.0@beta", "drupal/straw": "^2.0@beta",
@@ -150,11 +152,11 @@
"kint-php/kint": "^3.3", "kint-php/kint": "^3.3",
"politsin/jquery-ui-touch-punch": "^1", "politsin/jquery-ui-touch-punch": "^1",
"smalot/pdfparser": "*", "smalot/pdfparser": "*",
"symfony/mailjet-mailer": "^5.4", "symfony/mailjet-mailer": "^7.4",
"twig/twig": "~3.29.0", "twig/twig": "~3.29.0",
"vlucas/phpdotenv": "^5.0", "vlucas/phpdotenv": "^5.0",
"w8tcha/ckeditor_codemirror": "v1.17.8", "w8tcha/ckeditor_codemirror": "v1.17.8",
"wa72/htmlpagedom": "1.3.*", "wa72/htmlpagedom": "^3.0",
"webflo/drupal-finder": "^1.0.0", "webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3", "webmozart/path-util": "^2.3",
"wikimedia/composer-merge-plugin": "^2.0", "wikimedia/composer-merge-plugin": "^2.0",
@@ -178,7 +180,8 @@
"drupal/core-composer-scaffold": true, "drupal/core-composer-scaffold": true,
"wikimedia/composer-merge-plugin": true, "wikimedia/composer-merge-plugin": true,
"zaporylie/composer-drupal-optimizations": true, "zaporylie/composer-drupal-optimizations": true,
"drupal/core-project-message": true "drupal/core-project-message": true,
"symfony/runtime": true
} }
}, },
"autoload": { "autoload": {
@@ -227,9 +230,9 @@
"patches": { "patches": {
"drupal/core": { "drupal/core": {
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch", "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
"ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch", "ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "./patches/core-3198715-configimporter-checkop-null-11.4.7.patch",
"Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch", "Entity view/form mode formatter/widget settings have no translation UI 1 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168-actions.patch",
"Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "https://www.drupal.org/files/issues/2020-12-04/2546212-168.patch", "Entity view/form mode formatter/widget settings have no translation UI 2 https://www.drupal.org/project/drupal/issues/2546212": "./patches/core-2546212-168-entity-display-translation-11.4.7.patch",
"Allow to validate Apache/Nginx configuration requirement for aggregation folder before enabling aggregation. https://www.drupal.org/project/drupal/issues/3384272":"https://www.drupal.org/files/issues/2024-08-22/4673.diff" "Allow to validate Apache/Nginx configuration requirement for aggregation folder before enabling aggregation. https://www.drupal.org/project/drupal/issues/3384272":"https://www.drupal.org/files/issues/2024-08-22/4673.diff"
}, },
"drupal/stripe": { "drupal/stripe": {
@@ -264,6 +267,9 @@
}, },
"drupal/workflow": { "drupal/workflow": {
"Restore ^11 on submodule info.yml, lost in #3607490 regression https://www.drupal.org/project/workflow/issues/3607490": "./patches/workflow-3607490-submodule-info-d11-2.1.13.patch" "Restore ^11 on submodule info.yml, lost in #3607490 regression https://www.drupal.org/project/workflow/issues/3607490": "./patches/workflow-3607490-submodule-info-d11-2.1.13.patch"
},
"drupal/commerce_cart_api": {
"FieldNormalizer signature incompatible with core 11.4 ListNormalizer return type https://www.drupal.org/project/commerce_cart_api/issues/3607934": "https://www.drupal.org/files/issues/2026-07-03/commerce_cart_api-drupal-11.4-normalizer-return-types.patch"
} }
}, },
"archived-patches": { "archived-patches": {
Generated
+1133 -551
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -19,7 +19,5 @@ settings:
label: contact label: contact
label_display: '0' label_display: '0'
provider: block_content provider: block_content
status: true
info: ''
view_mode: full view_mode: full
visibility: { } visibility: { }
@@ -6,6 +6,6 @@ dependencies:
- commerce_order - commerce_order
id: commerce_order.order_details id: commerce_order.order_details
label: 'Order details' label: 'Order details'
description: '' description: null
targetEntityType: commerce_order targetEntityType: commerce_order
cache: true cache: true
@@ -11,6 +11,6 @@ _core:
default_config_hash: BeqBf6Mm59Nebv4SsV0yvK5EspkCegPqvwnqwEBvEp0 default_config_hash: BeqBf6Mm59Nebv4SsV0yvK5EspkCegPqvwnqwEBvEp0
id: commerce_order_item.add_to_cart id: commerce_order_item.add_to_cart
label: 'Add to cart' label: 'Add to cart'
description: '' description: null
targetEntityType: commerce_order_item targetEntityType: commerce_order_item
cache: true cache: true
@@ -13,6 +13,6 @@ _core:
default_config_hash: u--mTnS-vYPf2RaezDnxj9Sl0GFgFSi4fgzVPPlCMM0 default_config_hash: u--mTnS-vYPf2RaezDnxj9Sl0GFgFSi4fgzVPPlCMM0
id: commerce_order_item.variation_cart_form id: commerce_order_item.variation_cart_form
label: 'Variation cart form' label: 'Variation cart form'
description: '' description: null
targetEntityType: commerce_order_item targetEntityType: commerce_order_item
cache: true cache: true
@@ -6,6 +6,6 @@ dependencies:
- commerce_recurring - commerce_recurring
id: commerce_subscription.customer id: commerce_subscription.customer
label: Customer label: Customer
description: '' description: null
targetEntityType: commerce_subscription targetEntityType: commerce_subscription
cache: true cache: true
@@ -9,6 +9,6 @@ dependencies:
- commerce_order - commerce_order
id: profile.billing id: profile.billing
label: Billing label: Billing
description: '' description: null
targetEntityType: profile targetEntityType: profile
cache: true cache: true
@@ -8,6 +8,6 @@ _core:
default_config_hash: 3Ly1xMx90SxhhhBmZjDhcBCQ4kyR4u7tS5vLgA84B2M default_config_hash: 3Ly1xMx90SxhhhBmZjDhcBCQ4kyR4u7tS5vLgA84B2M
id: simplenews_subscriber.account id: simplenews_subscriber.account
label: Account label: Account
description: '' description: null
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true
@@ -8,6 +8,6 @@ _core:
default_config_hash: 7EIO8InzdeUlS1NCs5hq23QRzWmqAKGjeSqd3hQP62s default_config_hash: 7EIO8InzdeUlS1NCs5hq23QRzWmqAKGjeSqd3hQP62s
id: simplenews_subscriber.block id: simplenews_subscriber.block
label: Block label: Block
description: '' description: null
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true
@@ -8,6 +8,6 @@ _core:
default_config_hash: ZNiTMgBURMLUyp3dwxIn7Zz_hREzPRpyF2M-Dm3e1BI default_config_hash: ZNiTMgBURMLUyp3dwxIn7Zz_hREzPRpyF2M-Dm3e1BI
id: simplenews_subscriber.page id: simplenews_subscriber.page
label: Page label: Page
description: '' description: null
targetEntityType: simplenews_subscriber targetEntityType: simplenews_subscriber
cache: true cache: true
@@ -6,6 +6,6 @@ dependencies:
- user - user
id: user.modal id: user.modal
label: Modal label: Modal
description: '' description: null
targetEntityType: user targetEntityType: user
cache: true cache: true
@@ -8,6 +8,6 @@ _core:
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
id: user.register id: user.register
label: Register label: Register
description: '' description: null
targetEntityType: user targetEntityType: user
cache: true cache: true
+3 -2
View File
@@ -26,10 +26,10 @@ settings:
plugins: plugins:
ckeditor5_alignment: ckeditor5_alignment:
enabled_alignments: enabled_alignments:
- left
- center - center
- right
- justify - justify
- left
- right
ckeditor5_heading: ckeditor5_heading:
enabled_headings: enabled_headings:
- heading2 - heading2
@@ -43,6 +43,7 @@ settings:
properties: properties:
reversed: true reversed: true
startIndex: true startIndex: true
styles: true
multiBlock: true multiBlock: true
ckeditor5_sourceEditing: ckeditor5_sourceEditing:
allowed_tags: { } allowed_tags: { }
@@ -43,6 +43,7 @@ settings:
properties: properties:
reversed: true reversed: true
startIndex: true startIndex: true
styles: true
multiBlock: true multiBlock: true
ckeditor5_sourceEditing: ckeditor5_sourceEditing:
allowed_tags: { } allowed_tags: { }
+1
View File
@@ -28,6 +28,7 @@ settings:
properties: properties:
reversed: true reversed: true
startIndex: true startIndex: true
styles: true
multiBlock: true multiBlock: true
ckeditor5_sourceEditing: ckeditor5_sourceEditing:
allowed_tags: { } allowed_tags: { }
-3
View File
@@ -1,3 +0,0 @@
_core:
default_config_hash: nJk0TAQBzlNo52ehiHI7bIEPLGi0BYqZvPdEn7Chfu0
purge_batch_size: 50
-1
View File
@@ -11,5 +11,4 @@ translation:
overwrite_customized: false overwrite_customized: false
overwrite_not_customized: true overwrite_not_customized: true
update_interval_days: 7 update_interval_days: 7
path: sites/default/files/translations
import_enabled: true import_enabled: true
-1
View File
@@ -2,5 +2,4 @@ _core:
default_config_hash: iVCUEmCQO_uzT2ReHxUBVpC1NjO4I3wb8-zF1a4vyKI default_config_hash: iVCUEmCQO_uzT2ReHxUBVpC1NjO4I3wb8-zF1a4vyKI
allow_insecure_uploads: false allow_insecure_uploads: false
default_scheme: public default_scheme: public
path: { }
temporary_maximum_age: 21600 temporary_maximum_age: 21600
-4
View File
@@ -1,4 +0,0 @@
_core:
default_config_hash: S5uQkVe5wkt0j4O7sfCxOPi4fX8a0aUfJd9o2bNfImM
items:
view_mode: rss
+3
View File
@@ -4,6 +4,8 @@ status: true
dependencies: dependencies:
config: config:
- commerce_product.commerce_product_type.materio_product_type - commerce_product.commerce_product_type.materio_product_type
- config_pages.type.privacy_policy
- config_pages.type.terms_of_services
- filter.format.full_html - filter.format.full_html
- filter.format.wysiwyg - filter.format.wysiwyg
- node.type.article - node.type.article
@@ -218,6 +220,7 @@ permissions:
- 'manage materio_product_variation_type commerce_product_variation' - 'manage materio_product_variation_type commerce_product_variation'
- materio_samples_edit_any_sample - materio_samples_edit_any_sample
- materio_samples_edit_materiaux_titles - materio_samples_edit_materiaux_titles
- 'rebuild node access permissions'
- 'revert all revisions' - 'revert all revisions'
- 'revert any workflow workflow_transition' - 'revert any workflow workflow_transition'
- 'revert article revisions' - 'revert article revisions'
-1
View File
@@ -5,7 +5,6 @@ sql_signature: false
ui: ui:
show: show:
additional_queries: false additional_queries: false
advanced_column: true
default_display: true default_display: true
performance_statistics: false performance_statistics: false
preview_information: true preview_information: true
+4 -211
View File
@@ -1293,10 +1293,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1338,10 +1334,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1381,17 +1373,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1440,10 +1421,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1483,10 +1460,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1527,10 +1500,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1613,17 +1582,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1666,17 +1624,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
min_placeholder: '' min_placeholder: ''
max_placeholder: '' max_placeholder: ''
placeholder: '' placeholder: ''
@@ -1841,6 +1788,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -3374,10 +3322,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3419,17 +3363,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3469,17 +3402,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3519,17 +3441,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3578,17 +3489,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3629,10 +3529,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3673,17 +3569,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3732,17 +3617,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3791,17 +3665,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3906,10 +3769,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3991,10 +3850,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -4174,6 +4029,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
@@ -5384,10 +5240,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5429,10 +5281,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5472,10 +5320,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5515,10 +5359,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5559,10 +5399,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5746,6 +5582,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
@@ -6936,10 +6773,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -6981,17 +6814,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -7031,17 +6853,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -7090,10 +6901,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -7134,17 +6941,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -7193,10 +6989,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -7369,6 +7161,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
+4 -143
View File
@@ -648,17 +648,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -700,10 +689,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -743,10 +728,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -787,10 +768,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -831,10 +808,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -943,6 +916,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -2194,10 +2168,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -2237,17 +2207,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: true is_grouped: true
group_info: group_info:
@@ -2342,17 +2301,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -2393,17 +2341,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -2444,10 +2381,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3204,10 +3137,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3247,17 +3176,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3298,10 +3216,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3929,17 +3843,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3981,10 +3884,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -4083,6 +3982,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
@@ -4800,17 +4700,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -4852,10 +4741,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -4895,17 +4780,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5046,6 +4920,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
@@ -5633,17 +5508,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5685,10 +5549,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5813,6 +5673,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
+6 -349
View File
@@ -863,17 +863,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -914,18 +903,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
contact_company: '0'
adherent: '0'
free_user: '0'
premium: '0'
unverified: '0'
student: '0'
alpha_testeur: '0'
translator: '0'
admin_showroom: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -970,17 +947,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: true reduce: true
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1023,18 +989,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
contact_company: '0'
adherent: '0'
free_user: '0'
premium: '0'
unverified: '0'
student: '0'
alpha_testeur: '0'
translator: '0'
admin_showroom: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1076,17 +1030,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1126,17 +1069,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1185,17 +1117,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1244,17 +1165,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1401,6 +1311,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -2025,18 +1936,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
contact_company: '0'
adherent: '0'
free_user: '0'
premium: '0'
unverified: '0'
student: '0'
alpha_testeur: '0'
translator: '0'
admin_showroom: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -2079,18 +1978,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
contact_company: '0'
adherent: '0'
free_user: '0'
premium: '0'
unverified: '0'
student: '0'
alpha_testeur: '0'
translator: '0'
admin_showroom: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3496,17 +3383,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -3547,18 +3423,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
contact_company: '0'
adherent: '0'
free_user: '0'
premium: '0'
unverified: '0'
student: '0'
alpha_testeur: '0'
translator: '0'
admin_showroom: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3601,18 +3465,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
contact_company: '0'
adherent: '0'
free_user: '0'
premium: '0'
unverified: '0'
student: '0'
alpha_testeur: '0'
translator: '0'
admin_showroom: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3654,17 +3506,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3704,17 +3545,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3763,17 +3593,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -3824,17 +3643,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -4013,6 +3821,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
@@ -4897,17 +4706,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -4947,17 +4745,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5000,17 +4787,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: true reduce: true
is_grouped: false is_grouped: false
group_info: group_info:
@@ -5053,17 +4829,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -5209,6 +4974,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
@@ -6205,17 +5971,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -6255,17 +6010,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -6308,17 +6052,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: true reduce: true
is_grouped: false is_grouped: false
group_info: group_info:
@@ -6361,17 +6094,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -6494,6 +6216,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
@@ -7682,17 +7405,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -7736,17 +7448,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: true reduce: true
is_grouped: false is_grouped: false
group_info: group_info:
@@ -7894,6 +7595,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
@@ -8678,18 +8380,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
contact_company: '0'
adherent: '0'
free_user: '0'
premium: '0'
unverified: '0'
student: '0'
alpha_testeur: '0'
translator: '0'
admin_showroom: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -8730,18 +8420,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
contact_company: '0'
adherent: '0'
free_user: '0'
premium: '0'
unverified: '0'
student: '0'
alpha_testeur: '0'
translator: '0'
admin_showroom: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -8783,17 +8461,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -8833,17 +8500,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -8995,6 +8651,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
@@ -493,6 +493,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -510,7 +511,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -607,8 +607,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -648,8 +646,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -693,8 +689,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
min_placeholder: '' min_placeholder: ''
max_placeholder: '' max_placeholder: ''
placeholder: YYYY-MM-DD placeholder: YYYY-MM-DD
@@ -804,6 +798,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+1 -15
View File
@@ -317,17 +317,6 @@ display:
empty: true empty: true
content: 'There are no custom blocks available.' content: 'There are no custom blocks available.'
tokenize: false tokenize: false
block_content_listing_empty:
id: block_content_listing_empty
table: block_content
field: block_content_listing_empty
relationship: none
group_type: group
admin_label: ''
entity_type: block_content
plugin_id: block_content_listing_empty
label: ''
empty: true
sorts: { } sorts: { }
arguments: { } arguments: { }
filters: filters:
@@ -359,8 +348,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -401,8 +388,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -503,6 +488,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -377,6 +377,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -362,6 +362,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -422,6 +422,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
+2 -3
View File
@@ -529,6 +529,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -546,7 +547,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -647,8 +647,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
hide_single_bundle: true hide_single_bundle: true
is_grouped: false is_grouped: false
@@ -734,6 +732,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -255,6 +255,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -406,6 +406,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -1,3 +1,4 @@
uuid: null
langcode: en langcode: en
status: true status: true
dependencies: dependencies:
@@ -460,6 +461,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -861,6 +861,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+2 -7
View File
@@ -668,6 +668,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -685,7 +686,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -746,8 +746,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -788,8 +786,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
hide_single_bundle: true hide_single_bundle: true
is_grouped: false is_grouped: false
@@ -832,8 +828,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -938,6 +932,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+2 -3
View File
@@ -356,6 +356,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -373,7 +374,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -436,8 +436,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
hide_single_bundle: true hide_single_bundle: true
is_grouped: false is_grouped: false
@@ -549,6 +547,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -269,6 +269,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -286,7 +287,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -402,9 +402,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
contributor: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -463,6 +460,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: 'entity:commerce_promotion_coupon' type: 'entity:commerce_promotion_coupon'
query: query:
+2 -21
View File
@@ -466,6 +466,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -483,7 +484,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -591,12 +591,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
store_admin: '0'
api_consumer: '0'
customer_service: '0'
site_admin: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -638,8 +632,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -682,12 +674,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
store_admin: '0'
api_consumer: '0'
customer_service: '0'
site_admin: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -729,12 +715,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
store_admin: '0'
api_consumer: '0'
customer_service: '0'
site_admin: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -820,6 +800,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+2 -3
View File
@@ -263,6 +263,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -280,7 +281,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -341,8 +341,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
hide_single_bundle: true hide_single_bundle: true
is_grouped: false is_grouped: false
@@ -396,6 +394,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -575,6 +575,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -559,6 +559,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 12 items_per_page: 12
total_pages: null total_pages: null
id: 0 id: 0
@@ -573,7 +574,6 @@ display:
items_per_page_options_all_label: '- All -' items_per_page_options_all_label: '- All -'
offset: false offset: false
offset_label: Offset offset_label: Offset
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -667,6 +667,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -560,6 +560,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 12 items_per_page: 12
total_pages: null total_pages: null
id: 0 id: 0
@@ -574,7 +575,6 @@ display:
items_per_page_options_all_label: '- All -' items_per_page_options_all_label: '- All -'
offset: false offset: false
offset_label: Offset offset_label: Offset
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -716,6 +716,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -622,6 +622,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -639,7 +640,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -702,8 +702,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -745,17 +743,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -797,8 +784,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -844,17 +829,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
min_placeholder: 'AAAA-MM-JJ HH:MM:SS' min_placeholder: 'AAAA-MM-JJ HH:MM:SS'
max_placeholder: 'AAAA-MM-JJ HH:MM:SS' max_placeholder: 'AAAA-MM-JJ HH:MM:SS'
placeholder: '' placeholder: ''
@@ -902,17 +876,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
min_placeholder: 'AAAA-MM-JJ HH:MM:SS' min_placeholder: 'AAAA-MM-JJ HH:MM:SS'
max_placeholder: 'AAAA-MM-JJ HH:MM:SS' max_placeholder: 'AAAA-MM-JJ HH:MM:SS'
placeholder: '' placeholder: ''
@@ -1017,6 +980,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -367,6 +367,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 25 items_per_page: 25
total_pages: null total_pages: null
id: 0 id: 0
@@ -384,7 +385,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -553,6 +553,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -489,6 +489,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 25 items_per_page: 25
total_pages: null total_pages: null
id: 0 id: 0
@@ -506,7 +507,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -642,6 +642,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+2 -7
View File
@@ -249,13 +249,13 @@ display:
pager: pager:
type: full type: full
options: options:
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
tags: tags:
next: 'Next ›' next: 'Next ›'
previous: '‹ Previous' previous: '‹ Previous'
first: '« First' first: '« First'
last: 'Last »' last: 'Last »'
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -311,8 +311,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -353,8 +351,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -444,8 +440,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -568,6 +562,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -404,6 +404,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -421,7 +422,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -487,8 +487,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -530,8 +528,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -572,7 +568,6 @@ display:
remember_roles: remember_roles:
anonymous: anonymous anonymous: anonymous
authenticated: authenticated authenticated: authenticated
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -613,8 +608,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -654,8 +647,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -856,6 +847,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+3 -11
View File
@@ -539,8 +539,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -581,8 +579,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -623,8 +619,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -667,10 +661,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
admin: '0'
root: '0'
user: '0'
min_placeholder: '' min_placeholder: ''
max_placeholder: '' max_placeholder: ''
placeholder: '' placeholder: ''
@@ -765,6 +755,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -1063,6 +1054,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 10 items_per_page: 10
total_pages: 0 total_pages: 0
id: 0 id: 0
@@ -1077,7 +1069,6 @@ display:
items_per_page_options_all_label: '- All -' items_per_page_options_all_label: '- All -'
offset: false offset: false
offset_label: Offset offset_label: Offset
pagination_heading_level: h4
empty: { } empty: { }
arguments: arguments:
fid: fid:
@@ -1167,6 +1158,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: { } options: { }
+2 -1
View File
@@ -220,6 +220,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 25 items_per_page: 25
total_pages: null total_pages: null
id: 0 id: 0
@@ -237,7 +238,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -429,6 +429,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+2 -1
View File
@@ -196,6 +196,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 36 items_per_page: 36
total_pages: 0 total_pages: 0
id: 0 id: 0
@@ -210,7 +211,6 @@ display:
items_per_page_options_all_label: '- All -' items_per_page_options_all_label: '- All -'
offset: false offset: false
offset_label: Offset offset_label: Offset
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -346,6 +346,7 @@ display:
summary: '' summary: ''
order: asc order: asc
empty_table: false empty_table: false
class: ''
row: row:
type: fields type: fields
options: options:
+4 -58
View File
@@ -632,10 +632,10 @@ display:
condition: eq condition: eq
equalto: '1970' equalto: '1970'
then: 'no expiration' then: 'no expiration'
then_translate: 1 then_translate: true
or: '{{ expires }}' or: '{{ expires }}'
or_translate: 1 or_translate: true
strip_tags: 0 strip_tags: false
license_role_target_id: license_role_target_id:
id: license_role_target_id id: license_role_target_id
table: commerce_license__license_role table: commerce_license__license_role
@@ -785,17 +785,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
min_placeholder: 'AAAA-MM-JJ HH:MM:SS' min_placeholder: 'AAAA-MM-JJ HH:MM:SS'
max_placeholder: 'AAAA-MM-JJ HH:MM:SS' max_placeholder: 'AAAA-MM-JJ HH:MM:SS'
placeholder: '' placeholder: ''
@@ -843,17 +832,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
min_placeholder: 'AAAA-MM-JJ HH:MM:SS' min_placeholder: 'AAAA-MM-JJ HH:MM:SS'
max_placeholder: 'AAAA-MM-JJ HH:MM:SS' max_placeholder: 'AAAA-MM-JJ HH:MM:SS'
placeholder: '' placeholder: ''
@@ -900,17 +878,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
min_placeholder: '' min_placeholder: ''
max_placeholder: '' max_placeholder: ''
placeholder: '' placeholder: ''
@@ -954,17 +921,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1006,17 +962,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1125,6 +1070,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+2 -13
View File
@@ -314,6 +314,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -331,7 +332,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -446,10 +446,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
editor: '0'
seo: '0'
administrator: '0'
is_grouped: true is_grouped: true
group_info: group_info:
label: 'Published status' label: 'Published status'
@@ -498,10 +494,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
editor: '0'
seo: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -543,10 +535,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
editor: '0'
seo: '0'
administrator: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -625,6 +613,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+2 -12
View File
@@ -359,6 +359,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -376,7 +377,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -426,17 +426,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -513,6 +502,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
+2 -1
View File
@@ -280,6 +280,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 10 items_per_page: 10
total_pages: null total_pages: null
id: 0 id: 0
@@ -297,7 +298,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -399,6 +399,7 @@ display:
empty_table: true empty_table: true
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+2 -3
View File
@@ -381,6 +381,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 25 items_per_page: 25
total_pages: null total_pages: null
id: 0 id: 0
@@ -398,7 +399,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -461,8 +461,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -540,6 +538,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -291,6 +291,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 10 items_per_page: 10
total_pages: null total_pages: null
id: 0 id: 0
@@ -305,7 +306,6 @@ display:
items_per_page_options_all_label: '- All -' items_per_page_options_all_label: '- All -'
offset: false offset: false
offset_label: Offset offset_label: Offset
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -463,6 +463,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+2 -9
View File
@@ -226,6 +226,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: null total_pages: null
id: 0 id: 0
@@ -243,7 +244,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -304,8 +304,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -346,8 +344,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -391,8 +387,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: true is_grouped: true
group_info: group_info:
label: 'Status code' label: 'Status code'
@@ -482,8 +476,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -564,6 +556,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
@@ -577,17 +577,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
placeholder: '' placeholder: ''
is_grouped: false is_grouped: false
group_info: group_info:
@@ -627,8 +616,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -792,8 +792,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -832,8 +830,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -876,8 +872,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -918,17 +912,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
unverified: '0'
anonymous: '0'
free_user: '0'
contact_company: '0'
alpha_testeur: '0'
student: '0'
adherent: '0'
translator: '0'
admin_showroom: '0'
admin: '0'
root: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1044,6 +1027,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+3 -2
View File
@@ -3,6 +3,7 @@ langcode: en
status: true status: true
dependencies: dependencies:
config: config:
- core.entity_view_mode.node.rss
- core.entity_view_mode.node.teaser - core.entity_view_mode.node.teaser
module: module:
- node - node
@@ -29,6 +30,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 10 items_per_page: 10
total_pages: 0 total_pages: 0
id: 0 id: 0
@@ -43,7 +45,6 @@ display:
items_per_page_options_all_label: '- All -' items_per_page_options_all_label: '- All -'
offset: false offset: false
offset_label: Offset offset_label: Offset
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -280,7 +281,7 @@ display:
type: node_rss type: node_rss
options: options:
relationship: none relationship: none
view_mode: default view_mode: rss
query: query:
type: views_query type: views_query
options: { } options: { }
+2 -9
View File
@@ -463,6 +463,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 50 items_per_page: 50
total_pages: 0 total_pages: 0
id: 0 id: 0
@@ -480,7 +481,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -553,8 +553,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -598,8 +596,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: true is_grouped: true
group_info: group_info:
label: Status label: Status
@@ -646,8 +642,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -688,8 +682,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
reduce: false reduce: false
is_grouped: false is_grouped: false
group_info: group_info:
@@ -863,6 +855,7 @@ display:
sticky: false sticky: false
summary: '' summary: ''
empty_table: true empty_table: true
class: ''
row: row:
type: fields type: fields
query: query:
+2 -12
View File
@@ -700,6 +700,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 100 items_per_page: 100
total_pages: null total_pages: null
id: 0 id: 0
@@ -714,7 +715,6 @@ display:
items_per_page_options_all_label: '- All -' items_per_page_options_all_label: '- All -'
offset: false offset: false
offset_label: Offset offset_label: Offset
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -767,8 +767,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
min_placeholder: '' min_placeholder: ''
max_placeholder: '' max_placeholder: ''
placeholder: (account) placeholder: (account)
@@ -816,8 +814,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
min_placeholder: 'Start date (yyyy-mm-dd hh:mm)' min_placeholder: 'Start date (yyyy-mm-dd hh:mm)'
max_placeholder: 'End date (yyyy-mm-dd hh:mm)' max_placeholder: 'End date (yyyy-mm-dd hh:mm)'
placeholder: '' placeholder: ''
@@ -861,8 +857,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
placeholder: (contains) placeholder: (contains)
is_grouped: false is_grouped: false
group_info: group_info:
@@ -904,8 +898,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
placeholder: (contains) placeholder: (contains)
is_grouped: false is_grouped: false
group_info: group_info:
@@ -947,9 +939,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
editor: '0'
placeholder: (contains) placeholder: (contains)
is_grouped: false is_grouped: false
group_info: group_info:
@@ -1060,6 +1049,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
query: query:
+6 -22
View File
@@ -357,6 +357,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 25 items_per_page: 25
total_pages: null total_pages: null
id: 0 id: 0
@@ -374,7 +375,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -567,6 +567,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -1234,8 +1235,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -1276,8 +1275,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -1318,9 +1315,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
demo_region: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -1430,6 +1424,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -1517,6 +1512,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -2228,8 +2224,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -2270,8 +2264,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -2312,9 +2304,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
demo_region: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -2424,6 +2413,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
@@ -3027,8 +3017,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -3069,8 +3057,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -3111,9 +3097,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
demo_region: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -3223,6 +3206,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
-2
View File
@@ -154,8 +154,6 @@ display:
multiple: false multiple: false
remember_roles: remember_roles:
authenticated: authenticated authenticated: authenticated
anonymous: '0'
administrator: '0'
is_grouped: false is_grouped: false
group_info: group_info:
label: '' label: ''
@@ -3,6 +3,7 @@ langcode: en
status: true status: true
dependencies: dependencies:
module: module:
- options
- workflow - workflow
_core: _core:
default_config_hash: WVVYWpOBeHeRgm3vCHP0lY65aX-UZx-E_8g6qpFrsHA default_config_hash: WVVYWpOBeHeRgm3vCHP0lY65aX-UZx-E_8g6qpFrsHA
@@ -544,6 +545,7 @@ display:
type: mini type: mini
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 10 items_per_page: 10
total_pages: null total_pages: null
id: 0 id: 0
@@ -558,7 +560,6 @@ display:
items_per_page_options_all_label: '- All -' items_per_page_options_all_label: '- All -'
offset: false offset: false
offset_label: Offset offset_label: Offset
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@@ -680,6 +681,7 @@ display:
empty_table: false empty_table: false
caption: '' caption: ''
description: '' description: ''
class: ''
row: row:
type: fields type: fields
options: options:
+1
View File
@@ -0,0 +1 @@
/README.txt
+2 -1
View File
@@ -2,4 +2,5 @@
/README.txt /README.txt
/example.gitignore /example.gitignore
/.eslintrc.json /.eslintrc.json
/README.md /README.md
/autoload_runtime.php
+1 -1
View File
@@ -44,7 +44,7 @@ if (str_contains($path, '.php')) {
// fallback to index.php. // fallback to index.php.
do { do {
$path = dirname($path); $path = dirname($path);
if (preg_match('/\.php$/', $path) && is_file(__DIR__ . $path)) { if (str_ends_with($path, '.php') && is_file(__DIR__ . $path)) {
// Discovered that the path contains an existing PHP file. Use that as the // Discovered that the path contains an existing PHP file. Use that as the
// script to include. // script to include.
$script = ltrim($path, '/'); $script = ltrim($path, '/');
+24 -5
View File
@@ -3,7 +3,7 @@
# #
# Protect files and directories from prying eyes. # Protect files and directories from prying eyes.
<FilesMatch "\.(engine|inc|install|make|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|web\.config|yarn\.lock|package\.json)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$"> <FilesMatch "\.(engine|inc|install|make|module|profile|po|sh|.*sql|theme|twig|tpl(\.php)?|xtmpl|yml)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|web\.config|yarn\.lock|package(-lock)?\.json)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig|\.save)$">
<IfModule mod_authz_core.c> <IfModule mod_authz_core.c>
Require all denied Require all denied
</IfModule> </IfModule>
@@ -22,6 +22,9 @@ DirectoryIndex index.php index.html index.htm
AddType image/svg+xml svg svgz AddType image/svg+xml svg svgz
AddEncoding gzip svgz AddEncoding gzip svgz
# Add correct encoding for webp.
AddType image/webp .webp
# Most of the following PHP settings cannot be changed at runtime. See # Most of the following PHP settings cannot be changed at runtime. See
# sites/default/default.settings.php and # sites/default/default.settings.php and
# Drupal\Core\DrupalKernel::bootEnvironment() for settings that can be # Drupal\Core\DrupalKernel::bootEnvironment() for settings that can be
@@ -137,10 +140,7 @@ AddEncoding gzip svgz
RewriteCond %{REQUEST_URI} !/core/[^/]*\.php$ RewriteCond %{REQUEST_URI} !/core/[^/]*\.php$
# Allow access to test-specific PHP files: # Allow access to test-specific PHP files:
RewriteCond %{REQUEST_URI} !/core/modules/system/tests/https?\.php RewriteCond %{REQUEST_URI} !/core/modules/system/tests/https?\.php
# Allow access to Statistics module's custom front controller. RewriteCond %{REQUEST_URI} !/core/modules/system/tests/modules/legacy_front_controller_test/test_index.php
# Copy and adapt this rule to directly execute PHP files in contributed or
# custom modules or to run another PHP application in the same directory.
RewriteCond %{REQUEST_URI} !/core/modules/statistics/statistics\.php$
# Deny access to any other PHP files that do not match the rules above. # Deny access to any other PHP files that do not match the rules above.
# Specifically, disallow autoload.php from being served directly. # Specifically, disallow autoload.php from being served directly.
RewriteRule "^(.+/.*|autoload)\.php($|/)" - [F] RewriteRule "^(.+/.*|autoload)\.php($|/)" - [F]
@@ -148,11 +148,21 @@ AddEncoding gzip svgz
# Rules to correctly serve gzip compressed CSS and JS files. # Rules to correctly serve gzip compressed CSS and JS files.
# Requires both mod_rewrite and mod_headers to be enabled. # Requires both mod_rewrite and mod_headers to be enabled.
<IfModule mod_headers.c> <IfModule mod_headers.c>
# Serve brotli compressed CSS files if they exist and the client accepts brotli.
RewriteCond %{HTTP:Accept-encoding} br
RewriteCond %{REQUEST_FILENAME}\.br -s
RewriteRule ^(.*css_[a-zA-Z0-9-_]+)\.css$ $1\.css\.br [QSA]
# Serve gzip compressed CSS files if they exist and the client accepts gzip. # Serve gzip compressed CSS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s RewriteCond %{REQUEST_FILENAME}\.gz -s
RewriteRule ^(.*css_[a-zA-Z0-9-_]+)\.css$ $1\.css\.gz [QSA] RewriteRule ^(.*css_[a-zA-Z0-9-_]+)\.css$ $1\.css\.gz [QSA]
# Serve brotli compressed JS files if they exist and the client accepts brotli.
RewriteCond %{HTTP:Accept-encoding} br
RewriteCond %{REQUEST_FILENAME}\.br -s
RewriteRule ^(.*js_[a-zA-Z0-9-_]+)\.js$ $1\.js\.br [QSA]
# Serve gzip compressed JS files if they exist and the client accepts gzip. # Serve gzip compressed JS files if they exist and the client accepts gzip.
RewriteCond %{HTTP:Accept-encoding} gzip RewriteCond %{HTTP:Accept-encoding} gzip
RewriteCond %{REQUEST_FILENAME}\.gz -s RewriteCond %{REQUEST_FILENAME}\.gz -s
@@ -161,6 +171,8 @@ AddEncoding gzip svgz
# Serve correct content types, and prevent double compression. # Serve correct content types, and prevent double compression.
RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1,E=no-brotli:1] RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1,E=no-brotli:1]
RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1,E=no-brotli:1] RewriteRule \.js\.gz$ - [T=text/javascript,E=no-gzip:1,E=no-brotli:1]
RewriteRule \.css\.br$ - [T=text/css,E=no-gzip:1,E=no-brotli:1]
RewriteRule \.js\.br$ - [T=text/javascript,E=no-gzip:1,E=no-brotli:1]
<FilesMatch "(\.js\.gz|\.css\.gz)$"> <FilesMatch "(\.js\.gz|\.css\.gz)$">
# Serve correct encoding type. # Serve correct encoding type.
@@ -168,6 +180,13 @@ AddEncoding gzip svgz
# Force proxies to cache gzipped & non-gzipped css/js files separately. # Force proxies to cache gzipped & non-gzipped css/js files separately.
Header append Vary Accept-Encoding Header append Vary Accept-Encoding
</FilesMatch> </FilesMatch>
<FilesMatch "(\.js\.br|\.css\.br)$">
# Serve correct encoding type.
Header set Content-Encoding br
# Force proxies to cache compressed & non-compressed css/js files separately.
Header append Vary Accept-Encoding
</FilesMatch>
</IfModule> </IfModule>
</IfModule> </IfModule>
+4 -9
View File
@@ -9,14 +9,9 @@
*/ */
use Drupal\Core\DrupalKernel; use Drupal\Core\DrupalKernel;
use Symfony\Component\HttpFoundation\Request;
$autoloader = require_once 'autoload.php'; require_once 'autoload_runtime.php';
$kernel = new DrupalKernel('prod', $autoloader); return static function () {
return new DrupalKernel('prod', require 'autoload.php');
$request = Request::createFromGlobals(); };
$response = $kernel->handle($request);
$response->send();
$kernel->terminate($request, $response);
@@ -35,17 +35,17 @@ function login_tracker_user_login($account) {
\Drupal::moduleHandler()->alter('login_tracker_login_data', $data, $account); \Drupal::moduleHandler()->alter('login_tracker_login_data', $data, $account);
$data = serialize($data); $data = serialize($data);
$keys = [
'record_id' => NULL,
];
$fields = [ $fields = [
'uid' => $account->id(), 'uid' => $account->id(),
'login_timestamp' => \Drupal::time()->getRequestTime(), 'login_timestamp' => \Drupal::time()->getRequestTime(),
'data' => $data, 'data' => $data,
]; ];
\Drupal::database()->merge('login_tracker') // Core 11 narrowed Merge::key() to a string field, so the historical
->key($keys) // merge->key(['record_id' => NULL]) trick no longer works. A plain insert
// is exactly what it did (the NULL key never matched, forcing an insert
// per login).
\Drupal::database()->insert('login_tracker')
->fields($fields) ->fields($fields)
->execute(); ->execute();
} }
@@ -0,0 +1,38 @@
<?php
/**
* @file
* Install, update and uninstall functions for the materio_flag module.
*/
/**
* Fix flag configs with empty labels.
*
* Flag lists (flag_lists) can create relflag_* flag configs without a label.
* Core 10 silently tolerated NULL labels, but core 11 typed
* Html::escape() as string, which makes \Drupal::token()->getInfo() fatal
* (the flag tokens build t('@flag flag link', ['@flag' => $flag->label()])).
*
* Give every flag a string label: the related flagging collection name when
* available, the flag ID as a fallback.
*/
function materio_flag_update_10200(&$sandbox = NULL) {
$flags = \Drupal::service('flag')->getAllFlags();
$fixed = 0;
foreach ($flags as $id => $flag) {
$label = $flag->label();
if (is_string($label) && $label !== '') {
continue;
}
$new_label = $id;
if (preg_match('/^relflag_(\d+)_/', $id, $matches)) {
$collection = \Drupal::entityTypeManager()->getStorage('flagging_collection')->load($matches[1]);
if ($collection && is_string($collection->label()) && $collection->label() !== '') {
$new_label = $collection->label();
}
}
$flag->set('label', $new_label)->save();
$fixed++;
}
return t('@count flag(s) with an empty label have been fixed.', ['@count' => $fixed]);
}
+6 -1
View File
@@ -19,20 +19,24 @@ Allow: /core/*.css$
Allow: /core/*.css? Allow: /core/*.css?
Allow: /core/*.js$ Allow: /core/*.js$
Allow: /core/*.js? Allow: /core/*.js?
Allow: /core/*.avif
Allow: /core/*.gif Allow: /core/*.gif
Allow: /core/*.jpg Allow: /core/*.jpg
Allow: /core/*.jpeg Allow: /core/*.jpeg
Allow: /core/*.png Allow: /core/*.png
Allow: /core/*.svg Allow: /core/*.svg
Allow: /core/*.webp
Allow: /profiles/*.css$ Allow: /profiles/*.css$
Allow: /profiles/*.css? Allow: /profiles/*.css?
Allow: /profiles/*.js$ Allow: /profiles/*.js$
Allow: /profiles/*.js? Allow: /profiles/*.js?
Allow: /profiles/*.avif
Allow: /profiles/*.gif Allow: /profiles/*.gif
Allow: /profiles/*.jpg Allow: /profiles/*.jpg
Allow: /profiles/*.jpeg Allow: /profiles/*.jpeg
Allow: /profiles/*.png Allow: /profiles/*.png
Allow: /profiles/*.svg Allow: /profiles/*.svg
Allow: /profiles/*.webp
# Directories # Directories
Disallow: /core/ Disallow: /core/
Disallow: /profiles/ Disallow: /profiles/
@@ -46,13 +50,13 @@ Disallow: /composer/Template/README.txt
Disallow: /modules/README.txt Disallow: /modules/README.txt
Disallow: /sites/README.txt Disallow: /sites/README.txt
Disallow: /themes/README.txt Disallow: /themes/README.txt
Disallow: /web.config
# Paths (clean URLs) # Paths (clean URLs)
Disallow: /admin/ Disallow: /admin/
Disallow: /comment/reply/ Disallow: /comment/reply/
Disallow: /filter/tips Disallow: /filter/tips
Disallow: /node/add/ Disallow: /node/add/
Disallow: /search/ Disallow: /search/
Disallow: /search?
Disallow: /user/register Disallow: /user/register
Disallow: /user/password Disallow: /user/password
Disallow: /user/login Disallow: /user/login
@@ -65,6 +69,7 @@ Disallow: /index.php/comment/reply/
Disallow: /index.php/filter/tips Disallow: /index.php/filter/tips
Disallow: /index.php/node/add/ Disallow: /index.php/node/add/
Disallow: /index.php/search/ Disallow: /index.php/search/
Disallow: /index.php/search?
Disallow: /index.php/user/password Disallow: /index.php/user/password
Disallow: /index.php/user/register Disallow: /index.php/user/register
Disallow: /index.php/user/login Disallow: /index.php/user/login
+41 -24
View File
@@ -38,6 +38,10 @@ parameters:
# To maximize compatibility and normalize the behavior across user agents, # To maximize compatibility and normalize the behavior across user agents,
# the cookie domain should start with a dot. # the cookie domain should start with a dot.
# #
# Sessions themselves will only be synchronized across subdomains if they
# are all served from the same Drupal installation or if some other session
# sharing mechanism is implemented.
#
# @default none # @default none
# cookie_domain: '.example.com' # cookie_domain: '.example.com'
# #
@@ -47,23 +51,6 @@ parameters:
# information. # information.
# @default no value # @default no value
cookie_samesite: Lax cookie_samesite: Lax
#
# Set the session ID string length. The length can be between 22 to 256. The
# PHP recommended value is 48. See
# https://www.php.net/manual/session.security.ini.php for more information.
# This value should be kept in sync with
# \Drupal\Core\Session\SessionConfiguration::__construct()
# @default 48
sid_length: 48
#
# Set the number of bits in encoded session ID character. The possible
# values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-",
# ","). The PHP recommended value is 6. See
# https://www.php.net/manual/session.security.ini.php for more information.
# This value should be kept in sync with
# \Drupal\Core\Session\SessionConfiguration::__construct()
# @default 6
sid_bits_per_character: 6
# By default, Drupal generates a session cookie name based on the full # By default, Drupal generates a session cookie name based on the full
# domain name. Set the name_suffix to a short random string to ensure this # domain name. Set the name_suffix to a short random string to ensure this
# session cookie name is unique on different installations on the same # session cookie name is unique on different installations on the same
@@ -216,24 +203,54 @@ parameters:
# Note: By default the configuration is disabled. # Note: By default the configuration is disabled.
cors.config: cors.config:
enabled: false enabled: false
# Specify allowed headers, like 'x-allowed-header'. # Specifies allowed headers and sets the Access-Control-Allow-Headers
# header. For example, ['X-Custom-Header']. See
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers
allowedHeaders: [] allowedHeaders: []
# Specify allowed request methods, specify ['*'] to allow all possible ones. # Specifies allowed request methods and sets the
# Access-Control-Allow-Methods header. For example, ['POST', 'GET',
# 'OPTIONS'] or ['*'] to allow all. Note the wildcard is not yet implemented
# in all browsers. See
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods
allowedMethods: [] allowedMethods: []
# Configure requests allowed from specific origins. Do not include trailing # Configure requests allowed from specific origins and sets the
# slashes with URLs. # Access-Control-Allow-Origin header. For example,
# ['https://www.drupal.org'] or ['*'] to allow any origin to access your
# resource. See
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin
allowedOrigins: ['*'] allowedOrigins: ['*']
# Configure requests allowed from origins, matching against regex patterns. # Configure requests allowed from origins, matching against regex patterns.
allowedOriginsPatterns: [] allowedOriginsPatterns: []
# Sets the Access-Control-Expose-Headers header. # Sets the Access-Control-Expose-Headers header. The default is false which
# means the header will not be set. To set the header use a comma delimited
# list within square brackets. For example, ['Content-Type', 'Expires'] or
# ['*'] to expose all headers. Setting exposedHeaders: ['*'] will result in
# a Access-Control-Expose-Headers: * response header. See
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers
exposedHeaders: false exposedHeaders: false
# Sets the Access-Control-Max-Age header. # Setting Access-Control-Max-Age header value to '0' or false will omit this
# from the response. However, setting it to '-1' will explicitly disable
# caching. For example, setting the value to 600 will cache results of a
# preflight request for 10 minutes. See
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age
maxAge: false maxAge: false
# Sets the Access-Control-Allow-Credentials header. # Sets the Access-Control-Allow-Credentials header if set to true. See
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials
supportsCredentials: false supportsCredentials: false
# The maximum number of entities stored in memory. Lowering this number can
# reduce the amount of memory used in long-running processes like migrations,
# however will also increase requests to the database or entity cache backend.
entity.memory_cache.slots: 1000
queue.config: queue.config:
# The maximum number of seconds to wait if a queue is temporarily suspended. # The maximum number of seconds to wait if a queue is temporarily suspended.
# This is not applicable when a queue is suspended but does not specify # This is not applicable when a queue is suspended but does not specify
# how long to wait before attempting to resume. # how long to wait before attempting to resume.
suspendMaximumWait: 30 suspendMaximumWait: 30
# Can be argon2i, argon2id or 2y (bcrypt). Setting to NULL (~) will use PASSWORD_DEFAULT.
# See https://www.php.net/password_hash
password.algorithm: ~
# Options passed to password_hash. See https://www.php.net/password_hash
password.options: [ ]
+46 -52
View File
@@ -67,10 +67,10 @@
* during the same request. * during the same request.
* *
* One example of the simplest connection array is shown below. To use the * One example of the simplest connection array is shown below. To use the
* sample settings, copy and uncomment the code below between the @code and * sample settings, copy and uncomment the code below and paste it after the
* @endcode lines and paste it after the $databases declaration. You will need * $databases declaration. You will need to replace the database username and
* to replace the database username and password and possibly the host and port * password and possibly the host and port with the appropriate credentials for
* with the appropriate credentials for your database system. * your database system.
* *
* The next section describes how to customize the $databases array for more * The next section describes how to customize the $databases array for more
* specific needs. * specific needs.
@@ -144,7 +144,7 @@ $databases = [];
* in deadlocks, the other two options are 'READ UNCOMMITTED' and 'SERIALIZABLE'. * in deadlocks, the other two options are 'READ UNCOMMITTED' and 'SERIALIZABLE'.
* They are available but not supported; use them at your own risk. For more * They are available but not supported; use them at your own risk. For more
* info: * info:
* https://dev.mysql.com/doc/refman/5.7/en/innodb-transaction-isolation-levels.html * https://dev.mysql.com/doc/refman/8.0/en/innodb-transaction-isolation-levels.html
* *
* On your settings.php, change the isolation level: * On your settings.php, change the isolation level:
* @code * @code
@@ -312,7 +312,7 @@ $settings['hash_salt'] = '';
$settings['update_free_access'] = FALSE; $settings['update_free_access'] = FALSE;
/** /**
* Fallback to HTTP for Update Manager and for fetching security advisories. * Fallback to HTTP for Update Status and for fetching security advisories.
* *
* If your site fails to connect to updates.drupal.org over HTTPS (either when * If your site fails to connect to updates.drupal.org over HTTPS (either when
* fetching data on available updates, or when fetching the feed of critical * fetching data on available updates, or when fetching the feed of critical
@@ -475,30 +475,6 @@ $settings['update_free_access'] = FALSE;
*/ */
# $settings['class_loader_auto_detect'] = FALSE; # $settings['class_loader_auto_detect'] = FALSE;
/**
* Authorized file system operations:
*
* The Update Manager module included with Drupal provides a mechanism for
* site administrators to securely install missing updates for the site
* directly through the web user interface. On securely-configured servers,
* the Update manager will require the administrator to provide SSH or FTP
* credentials before allowing the installation to proceed; this allows the
* site to update the new files as the user who owns all the Drupal files,
* instead of as the user the webserver is running as. On servers where the
* webserver user is itself the owner of the Drupal files, the administrator
* will not be prompted for SSH or FTP credentials (note that these server
* setups are common on shared hosting, but are inherently insecure).
*
* Some sites might wish to disable the above functionality, and only update
* the code directly via SSH or FTP themselves. This setting completely
* disables all functionality related to these authorized file operations.
*
* @see https://www.drupal.org/node/244924
*
* Remove the leading hash signs to disable.
*/
# $settings['allow_authorize_operations'] = FALSE;
/** /**
* Default mode for directories and files written by Drupal. * Default mode for directories and files written by Drupal.
* *
@@ -516,6 +492,15 @@ $settings['update_free_access'] = FALSE;
*/ */
# $settings['file_assets_path'] = 'sites/default/files'; # $settings['file_assets_path'] = 'sites/default/files';
/**
* Asset aggregate garbage collection threshold.
*
* During cache clears, JavaScript and CSS aggregates older than this threshold
* will be deleted. Set this to 0 to immediately delete all files, e.g. during
* development.
*/
# $settings['aggregate_gc_threshold'] = 86400 * 45;
/** /**
* Public file base URL: * Public file base URL:
* *
@@ -625,6 +610,18 @@ $settings['update_free_access'] = FALSE;
*/ */
# $settings['file_temp_path'] = '/tmp'; # $settings['file_temp_path'] = '/tmp';
/**
* Automatically create an Apache HTTP .htaccess file in writable directories.
*
* This setting can be disabled if you are not using Apache HTTP server, or if
* you have a web server configuration that protects the various writable file
* directories.
*
* @see \Drupal\Component\FileSecurity\FileSecurity::writeHtaccess()
* @see https://www.drupal.org/docs/administering-a-drupal-site/security-in-drupal/securing-file-permissions-and-ownership
*/
# $settings['auto_create_htaccess'] = FALSE;
/** /**
* Session write interval: * Session write interval:
* *
@@ -647,7 +644,7 @@ $settings['update_free_access'] = FALSE;
*/ */
# $settings['locale_custom_strings_en'][''] = [ # $settings['locale_custom_strings_en'][''] = [
# 'Home' => 'Front page', # 'Home' => 'Front page',
# '@count min' => '@count minutes', # 'Last run @time ago' => 'Last run was done @time ago',
# ]; # ];
/** /**
@@ -710,6 +707,24 @@ $settings['update_free_access'] = FALSE;
# $config['system.site']['name'] = 'My Drupal site'; # $config['system.site']['name'] = 'My Drupal site';
# $config['user.settings']['anonymous'] = 'Visitor'; # $config['user.settings']['anonymous'] = 'Visitor';
/**
* Enable HTML5 form validation.
*
* Drupal 12 will disable HTML5 form validation by default due to issues with
* usability and accessibility. Setting this to TRUE will allow user agents to
* continue performing client-side HTML5 validation. This prevents Drupal's
* Form API (FAPI) validation from executing, so FAPI validation error messages
* may not be displayed including those for required elements.
*
* Setting this to FALSE will cause HTML5 validation to be disabled on all
* forms. Only Drupal's server-side validation will be executed.
*
* This setting will be removed in Drupal 13.
*
* @see https://www.drupal.org/node/3537128
*/
# $settings['enable_html5_validation'] = TRUE;
/** /**
* Load services definition file. * Load services definition file.
*/ */
@@ -724,17 +739,6 @@ $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
*/ */
# $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container'; # $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container';
/**
* Override the default yaml parser class.
*
* Provide a fully qualified class name here if you would like to provide an
* alternate implementation YAML parser. The class must implement the
* \Drupal\Component\Serialization\SerializationInterface interface.
*
* This setting is deprecated in Drupal 10.3 and removed in Drupal 11.
*/
# $settings['yaml_parser_class'] = NULL;
/** /**
* Trusted host configuration. * Trusted host configuration.
* *
@@ -809,16 +813,6 @@ $settings['entity_update_batch_size'] = 50;
*/ */
$settings['entity_update_backup'] = TRUE; $settings['entity_update_backup'] = TRUE;
/**
* State caching.
*
* State caching uses the cache collector pattern to cache all requested keys
* from the state API in a single cache entry, which can greatly reduce the
* amount of database queries. However, some sites may use state with a
* lot of dynamic keys which could result in a very large cache.
*/
$settings['state_cache'] = TRUE;
/** /**
* Node migration type. * Node migration type.
* *
+11
View File
@@ -17,3 +17,14 @@ parameters:
services: services:
cache.backend.null: cache.backend.null:
class: Drupal\Core\Cache\NullBackendFactory class: Drupal\Core\Cache\NullBackendFactory
logger.channel.config_schema:
parent: logger.channel_base
arguments: [ 'config_schema' ]
config.schema_checker:
class: Drupal\Core\Config\Development\LenientConfigSchemaChecker
arguments:
- '@config.typed'
- '@messenger'
- '@logger.channel.config_schema'
tags:
- { name: event_subscriber }
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -62,6 +62,12 @@ export default {
MA.get(`/materio_sapi/search_form?`+q) MA.get(`/materio_sapi/search_form?`+q)
.then(({data}) => { .then(({data}) => {
// console.log('getSearchForm') // console.log('getSearchForm')
// guard against unexpected response body (truncated / non json)
// which would crash Vue.compile(undefined) in SearchForm
if (typeof data.rendered !== 'string') {
console.warn('SearchBlock getSearchForm unexpected data', data)
return
}
this.form = data.rendered this.form = data.rendered
}) })
.catch((error) => { .catch((error) => {
@@ -44,7 +44,14 @@ export default {
MA.get('materio_decoupled/ajax/getheadermenu') MA.get('materio_decoupled/ajax/getheadermenu')
.then(({data}) => { .then(({data}) => {
// console.log('HeaderMenu getMenuBlockHtml data', data) // console.log('HeaderMenu getMenuBlockHtml data', data)
this.html = data.rendered // record the html src into data // record the html src into data
// guard against unexpected response body (truncated / non json)
// which would crash Vue.compile(undefined)
if (typeof data.rendered !== 'string') {
console.warn('HeaderMenu getMenuBlockHtml unexpected data', data)
return
}
this.html = data.rendered
}) })
.catch((error) => { .catch((error) => {
console.warn('Issue with getMenuBlockHtml', error) console.warn('Issue with getMenuBlockHtml', error)
+4 -9
View File
@@ -9,9 +9,8 @@
*/ */
use Drupal\Core\Update\UpdateKernel; use Drupal\Core\Update\UpdateKernel;
use Symfony\Component\HttpFoundation\Request;
$autoloader = require_once 'autoload.php'; require_once 'autoload_runtime.php';
// Disable garbage collection during test runs. Under certain circumstances the // Disable garbage collection during test runs. Under certain circumstances the
// update path will create so many objects that garbage collection causes // update path will create so many objects that garbage collection causes
@@ -21,10 +20,6 @@ if (drupal_valid_test_ua()) {
gc_disable(); gc_disable();
} }
$kernel = new UpdateKernel('prod', $autoloader, FALSE); return static function () {
$request = Request::createFromGlobals(); return new UpdateKernel('prod', require 'autoload.php', FALSE);
};
$response = $kernel->handle($request);
$response->send();
$kernel->terminate($request, $response);