22 Commits

Author SHA1 Message Date
3bbc26e5b7 updated W contrib modules 2025-10-14 19:11:51 +02:00
ffa79f9872 updated V contrib modules 2025-10-14 19:08:38 +02:00
17448e4faf updated U contrib modules 2025-10-14 18:57:21 +02:00
d2dc84e54f updated T contrib modules, taxonomy_term_tree needs repatch 2025-10-14 18:44:59 +02:00
f4123bac89 updated S contrib modules, search_api simplenews 2025-10-14 17:04:08 +02:00
9d54e8c553 updated R contrib modules, role_expire upgrade 2025-10-14 16:51:00 +02:00
908c61700c updated P contrib modules, patched pwa 2025-10-14 16:35:01 +02:00
bcda2568a7 updated M contrib modules, patched mailjet 2025-10-14 16:02:11 +02:00
343760582e linkit upgrad. Mailet update, removed 2 obsolet patch, repatched simplenews_mailet_subscrition 2025-10-10 17:44:21 +02:00
7b9a2b2f67 updated I contrib modules 2025-10-10 16:36:55 +02:00
001719b583 removed image_effects contrib module & unused hd_watermark image style 2025-10-10 16:25:59 +02:00
486d73106f updated G contrib modules 2025-10-10 16:04:51 +02:00
5974397cd4 repatched flag again (peformance issues is only with home) 2025-10-09 17:52:07 +02:00
fa432d3a42 updtaed F contrib modules (flag and flag_lists. removed flag patch. fixed materio_flag custom module 2025-10-09 17:40:19 +02:00
048da51d1c updated extlink 2025-10-09 16:41:20 +02:00
8064aaa6d8 updtaed E contrib modules 2025-10-09 16:33:37 +02:00
7ca77bdd79 updtaed D contrib modules (symfony_mailer added mailer_transport) 2025-10-09 16:27:25 +02:00
cbce52ed10 updtaed C contrib modules (commerce) 2025-10-09 16:20:08 +02:00
fc6c146403 updtaed A contrib modules 2025-10-09 16:04:00 +02:00
eac6ca4e03 updated core to 10.5.4 2025-10-09 15:26:50 +02:00
07ae40d703 SearchformVue e.selected bug fix (slim-select filters) 2025-04-28 17:38:15 +02:00
7ec7d99554 updated asset_cache_bust and dependencies 2025-04-28 17:37:15 +02:00
112 changed files with 3300 additions and 2053 deletions

View File

@@ -89,9 +89,9 @@
"drupal/config_pages": "^2.9", "drupal/config_pages": "^2.9",
"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.3", "drupal/core-composer-scaffold": "^10.4",
"drupal/core-project-message": "^10.3", "drupal/core-project-message": "^10.4",
"drupal/core-recommended": "^10.3", "drupal/core-recommended": "^10.4",
"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",
@@ -109,7 +109,6 @@
"drupal/google_analytics": "^4.0", "drupal/google_analytics": "^4.0",
"drupal/graphql": "^4.7", "drupal/graphql": "^4.7",
"drupal/image_delta_formatter": "^1.2", "drupal/image_delta_formatter": "^1.2",
"drupal/image_effects": "^3.6",
"drupal/jquery_ui_button": "^2.1", "drupal/jquery_ui_button": "^2.1",
"drupal/jsonapi_extras": "^3.21", "drupal/jsonapi_extras": "^3.21",
"drupal/login_history": "^2.0", "drupal/login_history": "^2.0",
@@ -129,7 +128,7 @@
"drupal/redis": "^1.5", "drupal/redis": "^1.5",
"drupal/restui": "^1.16", "drupal/restui": "^1.16",
"drupal/role_delegation": "^1.1", "drupal/role_delegation": "^1.1",
"drupal/role_expire": "^3.0", "drupal/role_expire": "^4.1",
"drupal/rules": "^4.0", "drupal/rules": "^4.0",
"drupal/search_api": "^1.19", "drupal/search_api": "^1.19",
"drupal/search_api_autocomplete": "^1.2", "drupal/search_api_autocomplete": "^1.2",
@@ -147,7 +146,7 @@
"drupal/synonyms": "^2.0.0-beta2", "drupal/synonyms": "^2.0.0-beta2",
"drupal/telephone_formatter": "^1.0@beta", "drupal/telephone_formatter": "^1.0@beta",
"drupal/telephone_validation": "^2.1", "drupal/telephone_validation": "^2.1",
"drupal/term_reference_tree": "^2.0", "drupal/term_reference_tree": "2.0.1",
"drupal/unique_content_field_validation": "^1.1", "drupal/unique_content_field_validation": "^1.1",
"drupal/upgrade_status": "^4.3", "drupal/upgrade_status": "^4.3",
"drupal/user_csv_import": "^2.0", "drupal/user_csv_import": "^2.0",
@@ -251,18 +250,14 @@
"drupal/address": { "drupal/address": {
"Integrate Address with Search API https://www.drupal.org/project/address/issues/2812659": "https://www.drupal.org/files/issues/2020-11-02/integrate-address-searchapi-2812659-56.patch" "Integrate Address with Search API https://www.drupal.org/project/address/issues/2812659": "https://www.drupal.org/files/issues/2020-11-02/integrate-address-searchapi-2812659-56.patch"
}, },
"drupal/flag": {
"remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
},
"drupal/mailjet": { "drupal/mailjet": {
"DrupalmailjetControllerMailjetRegisterController::redirectRegister() does not exist https://www.drupal.org/project/mailjet/issues/3450474": "https://www.drupal.org/files/issues/2024-05-29/mailjet-15615025-5.patch", "DrupalmailjetControllerMailjetRegisterController::redirectRegister() does not exist https://www.drupal.org/project/mailjet/issues/3450474": "https://www.drupal.org/files/issues/2024-05-29/mailjet-15615025-5.patch"
"Error: Class MailjetTools/MailjetApi not found in Drupal/mailjet/Form/MailjetApiForm->submitForm() https://www.drupal.org/project/mailjet/issues/3464788":"https://www.drupal.org/files/issues/2024-08-20/mailjetApiForm_use_mailjettools_mailjetapi.patch",
"Error: Class MailjetTools/UsStates not found https://www.drupal.org/project/mailjet/issues/3469059":"https://www.drupal.org/files/issues/2024-08-20/mailjet_settingsform_usstates.patch"
}, },
"drupal/pwa": { "drupal/pwa": {
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch", "Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch",
"Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch", "Undefined array key name https://www.drupal.org/project/pwa/issues/3422906": "https://www.drupal.org/files/issues/2024-02-21/pwa-3422906-3.patch",
"The module adds white space at the top of the olivero theme https://www.drupal.org/project/pwa/issues/3427753" : "https://www.drupal.org/files/issues/2024-04-03/pwa-pwa_extras-decode_entities.patch" "The module adds white space at the top of the olivero theme https://www.drupal.org/project/pwa/issues/3427753" : "https://www.drupal.org/files/issues/2024-04-03/pwa-pwa_extras-decode_entities.patch",
"Error: Class Html not found in pwa_extras_page_attachments() https://www.drupal.org/project/pwa/issues/3552103": "https://www.drupal.org/files/issues/2025-10-14/pwa_utility_html_fix.patch"
}, },
"drupal/toolbar_theme": { "drupal/toolbar_theme": {
"Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch" "Automated Drupal 9 compatibility fixes https://www.drupal.org/project/toolbar_themes/issues/3149099": "https://www.drupal.org/files/issues/2020-06-06/toolbar_themes.1.x-dev.rector.patch"
@@ -271,22 +266,22 @@
"Define void return type for setUp() and tearDown() methods https://gitlab.com/weitzman/drupal-test-traits/-/issues/78":"./patches/Definevoidreturntype2.patch" "Define void return type for setUp() and tearDown() methods https://gitlab.com/weitzman/drupal-test-traits/-/issues/78":"./patches/Definevoidreturntype2.patch"
}, },
"drupal/simplenews_mailjet_subscriptions": { "drupal/simplenews_mailjet_subscriptions": {
"using mailjet module":"./patches/simplenews_mailjet_subscriptions__usingmailjetmodule#3.patch" "using mailjet module https://www.drupal.org/project/simplenews_mailjet_subscriptions/issues/3318780":"./patches/simplenews_mailjet_subscriptions__usingmailjetmodule#4.patch"
}, },
"drupal/graphql": { "drupal/graphql": {
"invalid translation language https://github.com/drupal-graphql/graphql/pull/1176": "./patches/graphql-fix-invalid-translation-language-dev.patch" "invalid translation language https://github.com/drupal-graphql/graphql/pull/1176": "./patches/graphql-fix-invalid-translation-language-dev.patch"
}, },
"drupal/user_history": {
"init batch : field_storage_values misses type https://www.drupal.org/project/user_history/issues/3311360": "https://www.drupal.org/files/issues/2022-09-23/user_history__field_storage_values__miss__type.patch"
},
"drupal/views_ef_fieldset": { "drupal/views_ef_fieldset": {
"Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch" "Exposed operators are not included in fieldsets https://www.drupal.org/project/views_ef_fieldset/issues/3173822": "https://git.drupalcode.org/project/views_ef_fieldset/-/merge_requests/1/diffs.patch"
}, },
"drupal/term_reference_tree": { "drupal/term_reference_tree": {
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2024-08-26/term_reference_tree-3064280_bring_back_tracklist-22.patch" "Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2024-08-26/term_reference_tree-3064280_bring_back_tracklist-22.patch"
}, },
"drupal/advancedqueue": { "drupal/flag": {
"Issue with configuration schema advancedqueue.backend.[id] https://www.drupal.org/project/advancedqueue/issues/3469869": "https://git.drupalcode.org/project/advancedqueue/-/commit/a8864851cdfa40c9e38a3f5f64885baf1937375e.patch" "remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
},
"drupal/mailjet": {
"MailjetConfigurationAccessCheck blocks access to all pages for users except admin https://www.drupal.org/project/mailjet/issues/3539776": "https://www.drupal.org/files/issues/2025-08-05/0001-fix-mailjetconfigurationaccesscheck-blocking-access.patch"
} }
}, },
"archived-patches": { "archived-patches": {
@@ -309,6 +304,16 @@
}, },
"drupal/mailjet": { "drupal/mailjet": {
"https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch" "https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.patch"
},
"drupal/advancedqueue": {
"Issue with configuration schema advancedqueue.backend.[id] https://www.drupal.org/project/advancedqueue/issues/3469869": "https://git.drupalcode.org/project/advancedqueue/-/commit/a8864851cdfa40c9e38a3f5f64885baf1937375e.patch"
},
"drupal/mailjet": {
"Error: Class MailjetTools/MailjetApi not found in Drupal/mailjet/Form/MailjetApiForm->submitForm() https://www.drupal.org/project/mailjet/issues/3464788":"https://www.drupal.org/files/issues/2024-08-20/mailjetApiForm_use_mailjettools_mailjetapi.patch",
"Error: Class MailjetTools/UsStates not found https://www.drupal.org/project/mailjet/issues/3469059":"https://www.drupal.org/files/issues/2024-08-20/mailjet_settingsform_usstates.patch"
},
"drupal/user_history": {
"init batch : field_storage_values misses type https://www.drupal.org/project/user_history/issues/3311360": "https://www.drupal.org/files/issues/2022-09-23/user_history__field_storage_values__miss__type.patch"
} }
}, },
"drupal-scaffold": { "drupal-scaffold": {

3581
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@ title: 'Update indexes'
id: update_cron id: update_cron
weight: 0 weight: 0
module: update module: update
callback: update_cron callback: 'update#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -1 +1,5 @@
menu_depth: 4 menu_depth: 4
hoverintent_behavior:
enabled: true
timeout: 500
enable_toggle_shortcut: false

View File

@@ -1,26 +0,0 @@
_core:
default_config_hash: Vi3b7DLLNw5X1UX9XG8mnU-ysvyNgdyvAasxV9yck3I
css:
brotli: true
combine_media: false
fix_type: true
preserve_external: false
dns_prefetch: false
path:
convert:
absolute_to_protocol_relative: true
absolute: false
force_https: false
cache_level: 2
cron_frequency: 86400
enabled: true
global_counter: 0
immutable: true
js:
brotli: true
fix_type: true
preserve_external: false
skip_enabled_preprocess_check: false
show_bypass_cookie_message: true
symlinks: false
symlinksifownermatch: false

View File

@@ -61,6 +61,7 @@ content:
third_party_settings: { } third_party_settings: { }
hidden: hidden:
created: true created: true
customer_comments: true
field_mailjet_campaign_id: true field_mailjet_campaign_id: true
field_mailjet_campaign_name: true field_mailjet_campaign_name: true
ip_address: true ip_address: true

View File

@@ -314,8 +314,8 @@ content:
leaves_only: false leaves_only: false
select_parents: false select_parents: false
cascading_selection: 0 cascading_selection: 0
track_list: true
max_depth: 0 max_depth: 0
track_list: '1'
third_party_settings: { } third_party_settings: { }
field_video: field_video:
type: video_embed_field_textfield type: video_embed_field_textfield

View File

@@ -66,13 +66,21 @@ content:
weight: 2 weight: 2
region: content region: content
coupons: coupons:
label: above
type: entity_reference_label type: entity_reference_label
label: above
settings: settings:
link: true link: true
region: content
weight: 10
third_party_settings: { } third_party_settings: { }
weight: 10
region: content
customer_comments:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 11
region: content
ip_address: ip_address:
type: string type: string
label: inline label: inline

View File

@@ -47,13 +47,21 @@ content:
weight: 2 weight: 2
region: content region: content
coupons: coupons:
label: above
type: entity_reference_label type: entity_reference_label
label: above
settings: settings:
link: true link: true
region: content
weight: 7
third_party_settings: { } third_party_settings: { }
weight: 7
region: content
customer_comments:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 8
region: content
mail: mail:
type: basic_string type: basic_string
label: inline label: inline

View File

@@ -7,12 +7,12 @@ module:
admin_theme: 0 admin_theme: 0
admin_toolbar: 0 admin_toolbar: 0
admin_toolbar_links_access_filter: 0 admin_toolbar_links_access_filter: 0
advagg: 0
advanced_text_formatter: 0 advanced_text_formatter: 0
advancedqueue: 0 advancedqueue: 0
allowed_formats: 0 allowed_formats: 0
amswap: 0 amswap: 0
anonymizer: 0 anonymizer: 0
asset_cache_bust: 0
audiofield: 0 audiofield: 0
autocomplete_deluxe: 0 autocomplete_deluxe: 0
autologout: 0 autologout: 0
@@ -102,7 +102,6 @@ module:
honeypot: 0 honeypot: 0
image: 0 image: 0
image_delta_formatter: 0 image_delta_formatter: 0
image_effects: 0
imagemagick: 0 imagemagick: 0
images_styles_gen: 0 images_styles_gen: 0
inline_entity_form: 0 inline_entity_form: 0
@@ -114,6 +113,7 @@ module:
jquery_ui_datepicker: 0 jquery_ui_datepicker: 0
jquery_ui_slider: 0 jquery_ui_slider: 0
jquery_ui_touch_punch: 0 jquery_ui_touch_punch: 0
js_cookie: 0
jsonapi: 0 jsonapi: 0
jsonapi_extras: 0 jsonapi_extras: 0
language: 0 language: 0
@@ -125,6 +125,7 @@ module:
login_history: 0 login_history: 0
login_tracker: 0 login_tracker: 0
logout_token: 0 logout_token: 0
mailer_transport: 0
mailjet: 0 mailjet: 0
mailjet_commerce: 0 mailjet_commerce: 0
mailjet_event: 0 mailjet_event: 0
@@ -173,6 +174,7 @@ module:
restui: 0 restui: 0
role_delegation: 0 role_delegation: 0
role_expire: 0 role_expire: 0
role_expire_rules: 0
rules: 0 rules: 0
search_api: 0 search_api: 0
search_api_db: 0 search_api_db: 0

View File

@@ -5,24 +5,35 @@ extlink_use_external_js_file: false
extlink_exclude_admin_routes: false extlink_exclude_admin_routes: false
extlink_target: false extlink_target: false
extlink_target_no_override: false extlink_target_no_override: false
extlink_target_display_default_title: true
extlink_target_default_title_text: '(opens in a new window)'
extlink_title_no_override: false
extlink_nofollow: false extlink_nofollow: false
extlink_noreferrer: false extlink_noreferrer: false
extlink_follow_no_override: false extlink_follow_no_override: false
extlink_subdomains: true extlink_subdomains: true
extlink_alert: false extlink_alert: false
extlink_alert_text: 'This link will take you to an external web site. We are not responsible for their content.' extlink_alert_text: 'This link will take you to an external web site. We are not responsible for their content.'
extlink_additional_link_classes: ''
extlink_additional_mailto_classes: ''
extlink_additional_tel_classes: ''
extlink_exclude: '' extlink_exclude: ''
extlink_include: '' extlink_include: ''
extlink_exclude_noreferrer: ''
extlink_class: ext extlink_class: ext
extlink_label: '(link is external)' extlink_label: '(link is external)'
extlink_img_class: false extlink_img_class: false
extlink_css_exclude: .social-media-links--platforms extlink_css_exclude: .social-media-links--platforms
extlink_css_include: ''
extlink_css_explicit: '' extlink_css_explicit: ''
extlink_mailto_class: mailto extlink_mailto_class: mailto
extlink_mailto_label: '(link sends email)' extlink_mailto_label: '(link sends email)'
extlink_tel_class: ''
extlink_tel_label: '(link is a phone number)'
extlink_use_font_awesome: false extlink_use_font_awesome: false
extlink_font_awesome_classes: extlink_font_awesome_classes:
links: 'fa fa-external-link' links: 'fa fa-external-link'
mailto: 'fa fa-envelope-o' mailto: 'fa fa-envelope-o'
extlink_icon_placement: '0' extlink_icon_placement: '0'
whitelisted_domains: { } extlink_prevent_orphan: false
allowed_domains: { }

View File

@@ -1,5 +1,5 @@
uuid: 9a1c075d-72f0-456f-a1fa-501acb90db95 uuid: 9a1c075d-72f0-456f-a1fa-501acb90db95
langcode: und langcode: en
status: true status: true
dependencies: dependencies:
module: module:

View File

@@ -1,29 +0,0 @@
uuid: 8722930b-22a2-4f06-afb0-593c9969c185
langcode: en
status: true
dependencies:
module:
- image_effects
name: hd_watermark
label: 'hd watermark (1920x1080)'
effects:
94be638b-57fe-4848-8ac3-95036ece001c:
uuid: 94be638b-57fe-4848-8ac3-95036ece001c
id: image_scale
weight: 1
data:
width: 1920
height: 1200
upscale: false
07af5abf-4bb7-4e96-ba86-9fe6e92ab548:
uuid: 07af5abf-4bb7-4e96-ba86-9fe6e92ab548
id: image_effects_watermark
weight: 2
data:
watermark_image: sites/default/files/watermarks/materio-watermark-hd.png
watermark_width: 90%
watermark_height: ''
placement: center-center
x_offset: ''
y_offset: ''
opacity: 10

View File

@@ -1,17 +0,0 @@
_core:
default_config_hash: eaXmaPSud65p-XhTwMIL9vKETD9zR3qNOMMa5EUuoNw
color_selector:
plugin_id: farbtastic
plugin_settings:
html_color: { }
farbtastic: { }
image_selector:
plugin_id: dropdown
plugin_settings:
basic: { }
dropdown:
path: sites/default/files/watermarks
font_selector:
plugin_id: basic
plugin_settings:
basic: { }

View File

@@ -53,3 +53,4 @@ advanced:
colorspace: '0' colorspace: '0'
profile: '' profile: ''
coalesce: false coalesce: false
imagemagick_version: v6

View File

@@ -1 +1 @@
label: 'Supprimer un produit' label: 'Supprimer le produit'

View File

@@ -1 +1 @@
label: 'Publier un produit' label: 'Publier le produit'

View File

@@ -1 +1 @@
label: 'Supprimer une boutique' label: 'Supprimer la boutique'

View File

@@ -1 +1 @@
label: 'Dépublier un produit' label: 'Dépublier le produit'

View File

@@ -0,0 +1 @@
label: 'Edit content'

View File

@@ -0,0 +1 @@
label: 'Delete submission'

View File

@@ -0,0 +1 @@
label: 'Lock submission'

View File

@@ -0,0 +1 @@
label: 'Star/Flag submission'

View File

@@ -0,0 +1 @@
label: 'Unlock submission'

View File

@@ -0,0 +1 @@
label: 'Unstar/unflag submission'

View File

@@ -1,7 +1,10 @@
label: 'Custom block library'
description: 'Find and manage custom blocks.'
display: display:
default: default:
display_title: 'Par défaut' display_title: 'Par défaut'
display_options: display_options:
title: 'Custom block library'
fields: fields:
info: info:
label: 'Description du bloc' label: 'Description du bloc'
@@ -29,6 +32,9 @@ display:
exposed_sorts_label: 'Trier par' exposed_sorts_label: 'Trier par'
sort_asc_label: Asc sort_asc_label: Asc
sort_desc_label: Desc sort_desc_label: Desc
empty:
area_text_custom:
content: 'There are no custom blocks available.'
filters: filters:
info: info:
expose: expose:
@@ -41,3 +47,4 @@ display:
display_options: display_options:
menu: menu:
title: Blocs title: Blocs
description: 'Create and edit block content.'

View File

@@ -33,6 +33,9 @@ display:
exposed_sorts_label: 'Trier par' exposed_sorts_label: 'Trier par'
sort_asc_label: Asc sort_asc_label: Asc
sort_desc_label: Desc sort_desc_label: Desc
empty:
area_text_custom:
content: "Aucune boutique n'est disponible."
filters: filters:
type: type:
expose: expose:

View File

@@ -1,3 +1,5 @@
label: "Commandes de l'utilisateur"
description: 'Affiche une liste des commandes passées pour un utilisateur.'
display: display:
default: default:
display_title: Principal display_title: Principal
@@ -46,6 +48,7 @@ display:
exception: exception:
title: Tout title: Tout
order_page: order_page:
display_title: "Commandes de l'utilisateur"
display_options: display_options:
menu: menu:
title: Commandes title: Commandes

View File

@@ -26,6 +26,9 @@ display:
label: 'Date de modification' label: 'Date de modification'
count: count:
label: 'Utilisé dans' label: 'Utilisé dans'
alter:
path: 'admin/content/files/usage/{{ fid }}'
format_plural_string: !!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz
pager: pager:
options: options:
expose: expose:

View File

@@ -25,6 +25,8 @@ display:
empty: empty:
area_text_custom: area_text_custom:
content: "Aucun contenu de page d'accueil n'a été créé pour l'instant. Suivre le <a href=\"https://www.drupal.org/fr/docs/user_guide/fr/index.html\">Guide utilisateur</a> pour démarrer la construction de votre site." content: "Aucun contenu de page d'accueil n'a été créé pour l'instant. Suivre le <a href=\"https://www.drupal.org/fr/docs/user_guide/fr/index.html\">Guide utilisateur</a> pour démarrer la construction de votre site."
title:
title: 'Welcome to [site:name]'
feed_1: feed_1:
display_title: Flux display_title: Flux
page_1: page_1:

View File

@@ -1,4 +1,5 @@
label: Rediriger label: Rediriger
description: 'Liste des redirections'
display: display:
default: default:
display_title: Principal display_title: Principal
@@ -60,5 +61,8 @@ display:
expose: expose:
label: 'Langue initiale' label: 'Langue initiale'
title: Rediriger title: Rediriger
empty:
area_text_custom:
content: "Il n'y a pas encore de redirection."
page_1: page_1:
display_title: Page display_title: Page

View File

@@ -19,8 +19,14 @@ display:
label: Rôles label: Rôles
created: created:
label: 'Membre depuis' label: 'Membre depuis'
settings:
future_format: '@interval'
past_format: '@interval'
access: access:
label: 'Dernier accès' label: 'Dernier accès'
settings:
future_format: '@interval hence'
past_format: '@interval ago'
operations: operations:
label: Actions label: Actions
mail: mail:

View File

@@ -1,3 +1,5 @@
label: 'Webform submissions'
description: 'Default webform submissions views.'
display: display:
default: default:
display_title: Principal display_title: Principal
@@ -39,12 +41,22 @@ display:
header: header:
result: result:
content: 'Affichage de @start à @end sur @total' content: 'Affichage de @start à @end sur @total'
empty:
area_text_custom:
content: 'No submissions available.'
arguments: arguments:
in_draft: in_draft:
exception: exception:
title: Tout title: Tout
embed_administer: title: 'Webform submissions'
embed_default:
display_title: 'Embed: Default'
display_options: display_options:
display_description: 'Display submissions.'
embed_administer:
display_title: 'Embed: Administer'
display_options:
display_description: 'Administer submissions.'
fields: fields:
webform_submission_bulk_form: webform_submission_bulk_form:
action_title: Action action_title: Action
@@ -72,6 +84,9 @@ display:
operations: operations:
label: Actions label: Actions
filters: filters:
in_draft:
expose:
label: 'Is draft'
sticky: sticky:
expose: expose:
label: 'Épinglé (en haut des listes)' label: 'Épinglé (en haut des listes)'
@@ -79,7 +94,9 @@ display:
expose: expose:
label: Verrouillé label: Verrouillé
embed_manage: embed_manage:
display_title: 'Embed: Manage'
display_options: display_options:
display_description: 'Manage submissions.'
fields: fields:
webform_submission_bulk_form: webform_submission_bulk_form:
action_title: Action action_title: Action
@@ -111,6 +128,9 @@ display:
label: Actions label: Actions
text: modifier text: modifier
filters: filters:
in_draft:
expose:
label: 'Is draft'
sticky: sticky:
expose: expose:
label: 'Épinglé (en haut des listes)' label: 'Épinglé (en haut des listes)'
@@ -118,7 +138,9 @@ display:
expose: expose:
label: Verrouillé label: Verrouillé
embed_review: embed_review:
display_title: 'Embed: Review'
display_options: display_options:
display_description: 'Review submissions.'
fields: fields:
sid: sid:
label: '#' label: '#'
@@ -145,6 +167,9 @@ display:
label: Actions label: Actions
text: voir text: voir
filters: filters:
in_draft:
expose:
label: 'Is draft'
sticky: sticky:
expose: expose:
label: 'Épinglé (en haut des listes)' label: 'Épinglé (en haut des listes)'

View File

@@ -1,10 +1,36 @@
settings: settings:
default_form_open_message: 'This form has not yet been opened to submissions.'
default_form_close_message: 'Sorry… This form is closed to new submissions.'
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
default_submit_button_label: Soumettre default_submit_button_label: Soumettre
default_reset_button_label: Réinitialiser default_reset_button_label: Réinitialiser
default_delete_button_label: Supprimer default_delete_button_label: Supprimer
default_form_confidential_message: 'This form is confidential. You must <a href="[site:login-url]/logout?destination=[current-page:url:relative]">Log out</a> to submit it.'
default_form_access_denied_message: 'Please login to access this form.'
default_form_required_label: 'Indicates required field'
default_wizard_prev_button_label: '< Previous'
default_wizard_next_button_label: 'Next >'
default_wizard_start_label: Start
default_wizard_confirmation_label: Terminé default_wizard_confirmation_label: Terminé
default_wizard_toggle_show_label: 'Show all'
default_wizard_toggle_hide_label: 'Hide all'
default_preview_next_button_label: Aperçu default_preview_next_button_label: Aperçu
default_preview_prev_button_label: '< Previous'
default_preview_label: Aperçu default_preview_label: Aperçu
default_preview_title: '[webform:title]: Preview'
default_draft_button_label: 'Save Draft'
default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.'
default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.'
default_draft_pending_single_message: 'You have a pending draft for this webform. <a href="#">Load your pending draft</a>.'
default_draft_pending_multiple_message: 'You have pending drafts for this webform. <a href="#">View your pending drafts</a>.'
default_confirmation_message: 'New submission added to [webform:title].'
default_confirmation_back_label: 'Back to form'
default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]'
default_submission_access_denied_message: 'Please login to access this submission.'
default_submission_locked_message: 'This submission has been locked.'
default_autofill_message: 'This submission has been autofilled with your previous submission.'
default_limit_total_message: 'No more submissions are permitted.'
default_limit_user_message: 'No more submissions are permitted.'
dialog_options: dialog_options:
narrow: narrow:
title: Étroit title: Étroit
@@ -13,4 +39,95 @@ settings:
wide: wide:
title: Large title: Large
element: element:
empty_message: '{Empty}'
default_more_title: Plus default_more_title: Plus
default_section_title_tag: h2
file:
file_private_redirect_message: 'Please login to access the uploaded file.'
mail:
default_from_name: '[site:name]'
default_body_html: |
<p>Submitted on [webform_submission:created]</p>
<p>Submitted by: [webform_submission:user]</p>
<p>Submitted values are:</p>
[webform_submission:values]
test:
types: |
checkbox:
- true
color:
- '#ffffcc'
- '#ffffcc'
- '#ccffff'
email:
- 'example@example.com'
- 'test@test.com'
- 'random@random.com'
language_select:
- en
machine_name:
- 'loremipsum'
- 'oratione'
- 'dixisset'
tel:
- '123-456-7890'
- '098-765-4321'
textarea:
- 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.'
- 'Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;'
- 'Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.'
text_format:
- value: '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.</p>'
- value: '<p>Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;</p>'
- value: '<p>Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.</p>'
url:
- 'http://example.com'
- 'http://test.com'
webform_email_confirm:
- 'example@example.com'
- 'test@test.com'
- 'random@random.com'
webform_email_multiple:
- 'example@example.com, test@test.com, random@random.com'
webform_time:
- '09:00'
- '17:00'
names: |
first_name:
- 'John'
- 'Paul'
- 'Ringo'
- 'George'
last_name:
- 'Lennon'
- 'McCartney'
- 'Starr'
- 'Harrison'
address:
- '10 Main Street'
- '11 Brook Alley Road. APT 1'
zip:
- '11111'
- '12345'
- '12345-6789'
postal_code:
- '11111'
- '12345'
- '12345-6789'
phone:
- '123-456-7890'
- '098-765-4321'
fax:
- '123-456-7890'
- '098-765-4321'
city:
- 'Springfield'
- 'Pleasantville'
- 'Hill Valley'
url:
- 'http://example.com'
- 'http://test.com'
default:
- 'Loremipsum'
- 'Oratione'
- 'Dixisset'

View File

@@ -2,3 +2,16 @@ title: Contact
settings: settings:
confirmation_message: 'Votre message a été envoyé.' confirmation_message: 'Votre message a été envoyé.'
confirmation_url: /privacy-policy confirmation_url: /privacy-policy
handlers:
email_confirmation:
label: 'Email confirmation'
settings:
from_name: _default
subject: '[webform_submission:values:subject:raw]'
body: '[webform_submission:values:message:value]'
email_notification:
label: 'Email notification'
settings:
from_name: '[webform_submission:values:name:raw]'
subject: '[webform_submission:values:subject:raw]'
body: '[webform_submission:values:message:value]'

View File

@@ -0,0 +1,2 @@
label: 'Country codes'
category: Geographic

View File

@@ -0,0 +1,2 @@
label: 'Country names'
category: Geographic

View File

@@ -1,2 +1,10 @@
label: Jours label: Jours
category: 'Date et heure' category: 'Date et heure'
options: |
Sunday: Sunday
Monday: Monday
Tuesday: Tuesday
Wednesday: Wednesday
Thursday: Thursday
Friday: Friday
Saturday: Saturday

View File

@@ -0,0 +1,2 @@
label: Education
category: Demographic

View File

@@ -0,0 +1 @@
category: Demographic

View File

@@ -0,0 +1,2 @@
label: Ethnicity
category: Demographic

View File

@@ -1 +1,2 @@
label: Sexe label: Sexe
category: Demographic

View File

@@ -0,0 +1,2 @@
label: Industry
category: Demographic

View File

@@ -0,0 +1,7 @@
category: Likert
options: |
1: 'Much Worse'
2: 'Somewhat Worse'
3: 'About the Same'
4: 'Somewhat Better'
5: 'Much Better'

View File

@@ -0,0 +1,7 @@
category: Likert
options: |
1: Strongly Disagree
2: Disagree
3: Neutral
4: Agree
5: Strongly Agree

View File

@@ -0,0 +1,7 @@
category: Likert
options: |
1: Not at all Important
2: Somewhat Important
3: Neutral
4: Important
5: Very Important

View File

@@ -0,0 +1,7 @@
category: Likert
options: |
1: Poor
2: Fair
3: Good
4: Very good
5: Excellent

View File

@@ -0,0 +1,7 @@
category: Likert
options: |
1: Very Unsatisfied
2: Unsatisfied
3: Neutral
4: Satisfied
5: Very Satisfied

View File

@@ -0,0 +1,12 @@
category: Likert
options: |
1: 1
2: 2
3: 3
4: 4
5: 5
6: 6
7: 7
8: 8
9: 9
10: 10

View File

@@ -0,0 +1,8 @@
label: 'Likert: Would You'
category: Likert
options: |
1: Definitely Not
2: Probably Not
3: Not Sure
4: Probably
5: Definitely

View File

@@ -0,0 +1,7 @@
label: 'Marital status'
category: Demographic
options: |
Single: Single
Married: Married
Divorced: Divorced
Widowed: Widowed

View File

@@ -1 +1,15 @@
label: Months
category: 'Date et heure' category: 'Date et heure'
options: |
January: January
February: February
March: March
April: April
May: May
June: June
July: July
August: August
September: September
October: October
November: November
December: December

View File

@@ -0,0 +1,2 @@
label: 'Phone type'
category: Demographic

View File

@@ -0,0 +1 @@
category: Geographic

View File

@@ -0,0 +1 @@
category: Geographic

View File

@@ -1 +1,2 @@
label: Relation label: Relation
category: Demographic

View File

@@ -0,0 +1,5 @@
label: Sex
category: Demographic
options: |
Male: Male
Female: Female

View File

@@ -0,0 +1 @@
category: Demographic

View File

@@ -0,0 +1,55 @@
label: 'State codes'
category: Geographic
options: |
AL: Alabama
AK: Alaska
AZ: Arizona
AR: Arkansas
CA: California
CO: Colorado
CT: Connecticut
DE: Delaware
DC: 'District of Columbia'
FL: Florida
GA: Georgia
GU: Guam
HI: Hawaii
ID: Idaho
IL: Illinois
IN: Indiana
IA: Iowa
KS: Kansas
KY: Kentucky
LA: Louisiana
ME: Maine
MD: Maryland
MA: Massachusetts
MI: Michigan
MN: Minnesota
MS: Mississippi
MO: Missouri
MT: Montana
NE: Nebraska
NV: Nevada
NH: 'New Hampshire'
NJ: 'New Jersey'
NM: 'New Mexico'
NY: 'New York'
NC: 'North Carolina'
ND: 'North Dakota'
OH: Ohio
OK: Oklahoma
OR: Oregon
PA: Pennsylvania
RI: 'Rhode Island'
SC: 'South Carolina'
SD: 'South Dakota'
TN: Tennessee
TX: Texas
UT: Utah
VT: Vermont
VA: Virginia
WA: Washington
WV: 'West Virginia'
WI: Wisconsin
WY: Wyoming

View File

@@ -0,0 +1,54 @@
label: 'State names'
category: Geographic
options: |
Alabama: Alabama
Alaska: Alaska
Arizona: Arizona
Arkansas: Arkansas
California: California
Colorado: Colorado
Connecticut: Connecticut
Delaware: Delaware
'District of Columbia': 'District of Columbia'
Florida: Florida
Georgia: Georgia
Hawaii: Hawaii
Idaho: Idaho
Illinois: Illinois
Indiana: Indiana
Iowa: Iowa
Kansas: Kansas
Kentucky: Kentucky
Louisiana: Louisiana
Maine: Maine
Maryland: Maryland
Massachusetts: Massachusetts
Michigan: Michigan
Minnesota: Minnesota
Mississippi: Mississippi
Missouri: Missouri
Montana: Montana
Nebraska: Nebraska
Nevada: Nevada
'New Hampshire': 'New Hampshire'
'New Jersey': 'New Jersey'
'New Mexico': 'New Mexico'
'New York': 'New York'
'North Carolina': 'North Carolina'
'North Dakota': 'North Dakota'
Ohio: Ohio
Oklahoma: Oklahoma
Oregon: Oregon
Pennsylvania: Pennsylvania
'Rhode Island': 'Rhode Island'
'South Carolina': 'South Carolina'
'South Dakota': 'South Dakota'
Tennessee: Tennessee
Texas: Texas
Utah: Utah
Vermont: Vermont
Virginia: Virginia
Washington: Washington
'West Virginia': 'West Virginia'
Wisconsin: Wisconsin
Wyoming: Wyoming

View File

@@ -0,0 +1,78 @@
label: 'State/Province codes'
category: Geographic
options: |
AL: Alabama
AK: Alaska
AS: 'American Samoa'
AZ: Arizona
AR: Arkansas
AE: 'Armed Forces (Canada, Europe, Africa, or Middle East)'
AA: 'Armed Forces Americas'
AP: 'Armed Forces Pacific'
CA: California
CO: Colorado
CT: Connecticut
DE: Delaware
DC: 'District of Columbia'
FM: 'Federated States of Micronesia'
FL: Florida
GA: Georgia
GU: Guam
HI: Hawaii
ID: Idaho
IL: Illinois
IN: Indiana
IA: Iowa
KS: Kansas
KY: Kentucky
LA: Louisiana
ME: Maine
MH: 'Marshall Islands'
MD: Maryland
MA: Massachusetts
MI: Michigan
MN: Minnesota
MS: Mississippi
MO: Missouri
MT: Montana
NE: Nebraska
NV: Nevada
NH: 'New Hampshire'
NJ: 'New Jersey'
NM: 'New Mexico'
NY: 'New York'
NC: 'North Carolina'
ND: 'North Dakota'
MP: 'Northern Mariana Islands'
OH: Ohio
OK: Oklahoma
OR: Oregon
PW: Palau
PA: Pennsylvania
PR: 'Puerto Rico'
RI: 'Rhode Island'
SC: 'South Carolina'
SD: 'South Dakota'
TN: Tennessee
TX: Texas
UT: Utah
VT: Vermont
VI: 'Virgin Islands'
VA: Virginia
WA: Washington
WV: 'West Virginia'
WI: Wisconsin
WY: Wyoming
AB: Alberta
BC: 'British Columbia'
MB: Manitoba
NB: 'New Brunswick'
NL: 'Newfoundland and Labrador'
NS: 'Nova Scotia'
NT: 'Northwest Territories'
NU: Nunavut
'ON': Ontario
PE: 'Prince Edward Island'
QC: Quebec
SK: Saskatchewan
YT: Yukon

View File

@@ -0,0 +1,2 @@
label: 'State/Province names'
category: Geographic

View File

@@ -0,0 +1,8 @@
label: Titles
category: Demographic
options: |
Miss: Miss
Ms: Ms
Mr: Mr
Mrs: Mrs
Dr: Dr

View File

@@ -1 +1,5 @@
label: Yes/No
category: Général category: Général
options: |
Yes: Yes
No: No

View File

@@ -4,3 +4,4 @@ role_expire_default_roles: '{"unverified":"0","free_user":"0","contact_company":
role_expire_disabled_roles: '{"unverified":1,"free_user":1,"contact_company":1,"alpha_testeur":1,"student":0,"adherent":1,"translator":1,"admin_showroom":1,"admin":1,"root":1}' role_expire_disabled_roles: '{"unverified":1,"free_user":1,"contact_company":1,"alpha_testeur":1,"student":0,"adherent":1,"translator":1,"admin_showroom":1,"admin":1,"root":1}'
role_expire_default_duration_roles: role_expire_default_duration_roles:
student: '1 year' student: '1 year'
role_expire_expiration_details_expanded: false

View File

@@ -7,9 +7,8 @@ dependencies:
- search_api.server.database_search_autocomplete - search_api.server.database_search_autocomplete
module: module:
- search_api_solr - search_api_solr
- taxonomy
- synonyms - synonyms
- search_api - taxonomy
third_party_settings: third_party_settings:
search_api_solr: search_api_solr:
finalize: false finalize: false

View File

@@ -10,17 +10,16 @@ dependencies:
- field.storage.node.field_reference - field.storage.node.field_reference
- field.storage.node.field_short_description - field.storage.node.field_short_description
- field.storage.node.field_tags - field.storage.node.field_tags
- field.storage.taxonomy_term.field_synonyms
- field.storage.node.field_thesaurus - field.storage.node.field_thesaurus
- field.storage.taxonomy_term.field_synonyms
- search_api.server.materio - search_api.server.materio
module: module:
- search_api_solr
- materio_sapi
- taxonomy
- node
- synonyms
- search_api
- address - address
- materio_sapi
- node
- search_api_solr
- synonyms
- taxonomy
third_party_settings: third_party_settings:
search_api_solr: search_api_solr:
finalize: true finalize: true

View File

@@ -4,8 +4,6 @@ status: true
dependencies: { } dependencies: { }
id: '19125' id: '19125'
title: ZeDaily title: ZeDaily
api_key: null
secret_key: null
mapping_table: mapping_table:
- -
simplenews_news: ze_daily_materio_ simplenews_news: ze_daily_materio_

View File

@@ -4,8 +4,6 @@ status: true
dependencies: { } dependencies: { }
id: '22839' id: '22839'
title: "materio' newsletter" title: "materio' newsletter"
api_key: null
secret_key: null
mapping_table: mapping_table:
- -
simplenews_news: materio_newsletter simplenews_news: materio_newsletter

View File

@@ -4,8 +4,6 @@ status: true
dependencies: { } dependencies: { }
id: '24787' id: '24787'
title: Compagnie title: Compagnie
api_key: null
secret_key: null
mapping_table: mapping_table:
- -
simplenews_news: companies simplenews_news: companies

View File

@@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- simplenews
id: simplenews_subscriber_delete_action
label: 'Delete subscriber'
type: simplenews_subscriber
plugin: 'entity:delete_action:simplenews_subscriber'
configuration: { }

View File

@@ -1,17 +0,0 @@
uuid: 17ec0f7b-9a3b-4907-a034-564431be92ae
langcode: en
status: true
dependencies:
module:
- advagg
title: 'Default cron handler'
id: advagg_cron
weight: 0
module: advagg
callback: advagg_cron
scheduler:
id: simple
launcher:
id: serial
logger:
id: database

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: advancedqueue_cron id: advancedqueue_cron
weight: 0 weight: 0
module: advancedqueue module: advancedqueue
callback: advancedqueue_cron callback: 'advancedqueue#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_cart_cron id: commerce_cart_cron
weight: 0 weight: 0
module: commerce_cart module: commerce_cart
callback: commerce_cart_cron callback: 'commerce_cart#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_cron id: commerce_cron
weight: 0 weight: 0
module: commerce module: commerce
callback: commerce_cron callback: 'commerce#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_license_cron id: commerce_license_cron
weight: 0 weight: 0
module: commerce_license module: commerce_license
callback: commerce_license_cron callback: 'commerce_license#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_promotion_cron id: commerce_promotion_cron
weight: 0 weight: 0
module: commerce_promotion module: commerce_promotion
callback: commerce_promotion_cron callback: 'commerce_promotion#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_recurring_cron id: commerce_recurring_cron
weight: 0 weight: 0
module: commerce_recurring module: commerce_recurring
callback: commerce_recurring_cron callback: 'commerce_recurring#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: content_lock_timeout_cron id: content_lock_timeout_cron
weight: 0 weight: 0
module: content_lock_timeout module: content_lock_timeout
callback: content_lock_timeout_cron callback: 'content_lock_timeout#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Remove expired log messages and flood control events'
id: dblog_cron id: dblog_cron
weight: 0 weight: 0
module: dblog module: dblog
callback: dblog_cron callback: 'dblog#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Purges deleted Field API data'
id: field_cron id: field_cron
weight: 0 weight: 0
module: field module: field
callback: field_cron callback: 'field#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Deletes temporary files'
id: file_cron id: file_cron
weight: 0 weight: 0
module: file module: file
callback: file_cron callback: 'file#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: honeypot_cron id: honeypot_cron
weight: 0 weight: 0
module: honeypot module: honeypot
callback: honeypot_cron callback: 'honeypot#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: locale_cron id: locale_cron
weight: 0 weight: 0
module: locale module: locale
callback: locale_cron callback: 'locale#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: login_history_cron id: login_history_cron
weight: 0 weight: 0
module: login_history module: login_history
callback: login_history_cron callback: 'login_history#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: login_tracker_cron id: login_tracker_cron
weight: 0 weight: 0
module: login_tracker module: login_tracker
callback: login_tracker_cron callback: 'login_tracker#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: materio_home_cron id: materio_home_cron
weight: 0 weight: 0
module: materio_home module: materio_home
callback: materio_home_cron callback: 'materio_home#cron'
scheduler: scheduler:
id: simple id: simple
configuration: configuration:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: message_cron id: message_cron
weight: 0 weight: 0
module: message module: message
callback: message_cron callback: 'message#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Mark old nodes as read'
id: node_cron id: node_cron
weight: 0 weight: 0
module: node module: node
callback: node_cron callback: 'node#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: role_expire_cron id: role_expire_cron
weight: 0 weight: 0
module: role_expire module: role_expire
callback: role_expire_cron callback: 'role_expire#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: rules_cron id: rules_cron
weight: 0 weight: 0
module: rules module: rules
callback: rules_cron callback: 'rules#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: search_api_cron id: search_api_cron
weight: 0 weight: 0
module: search_api module: search_api
callback: search_api_cron callback: 'search_api#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: search_api_solr_cron id: search_api_solr_cron
weight: 0 weight: 0
module: search_api_solr module: search_api_solr
callback: search_api_solr_cron callback: 'search_api_solr#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -10,7 +10,7 @@ title: 'Sends newsletters'
id: simplenews_cron id: simplenews_cron
weight: 0 weight: 0
module: simplenews module: simplenews
callback: simplenews_cron callback: 'simplenews#cron'
scheduler: scheduler:
id: simple id: simple
configuration: configuration:

View File

@@ -8,7 +8,7 @@ title: 'Cleanup (caches, batch, flood, temp-files, etc.)'
id: system_cron id: system_cron
weight: 0 weight: 0
module: system module: system
callback: system_cron callback: 'system#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -6,7 +6,7 @@ title: 'Runs internal cleanup operations'
id: ultimate_cron_cron id: ultimate_cron_cron
weight: 0 weight: 0
module: ultimate_cron module: ultimate_cron
callback: ultimate_cron_cron callback: 'ultimate_cron#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: user_email_verification_cron id: user_email_verification_cron
weight: 0 weight: 0
module: user_email_verification module: user_email_verification
callback: user_email_verification_cron callback: 'user_email_verification#cron'
scheduler: scheduler:
id: simple id: simple
configuration: configuration:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: user_history_cron id: user_history_cron
weight: 0 weight: 0
module: user_history module: user_history
callback: user_history_cron callback: 'user_history#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: webform_cron id: webform_cron
weight: 0 weight: 0
module: webform module: webform
callback: webform_cron callback: 'webform#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

View File

@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: workflow_cron id: workflow_cron
weight: 0 weight: 0
module: workflow module: workflow
callback: workflow_cron callback: 'workflow#cron'
scheduler: scheduler:
id: simple id: simple
launcher: launcher:

Some files were not shown because too many files have changed in this diff Show More