35 Commits
Author SHA1 Message Date
bachir 48c31420a7 search results in changed order #3584 2026-09-09 16:02:39 +02:00
bachir c196eb470d admin can edit commerce product variations 2026-09-01 15:45:22 +02:00
bachir dad722078e user role root fields thesaurus & samples 2026-07-17 14:37:36 +02:00
bachir 754b273eb0 commited packaged-lock after removing sentry from theme 2026-07-17 14:34:22 +02:00
bachir 141d393d70 gitignored opencode.jon 2026-07-17 14:20:25 +02:00
bachir 79b7047ed9 improved flag performances issues without a patch but with hook_module_implements_alter in materio_flag 2026-07-17 14:16:40 +02:00
bachir 1640f3629b fixed materiau samples mélange bug 2026-07-17 12:52:08 +02:00
bachir 76598e3ca0 Rebuild theme dist (searchform fix + Sentry removal)
Compiled bundles for the SearchForm search-results fix and the Sentry/
GlitchTip removal. The SENTRY_RELEASE prelude is now gone from every
chunk as expected.
2026-07-15 21:18:58 +02:00
bachir 513cdd6f9f Remove Sentry/GlitchTip integration
- main.js: drop @sentry/browser + @sentry/vue init.
- webpack.config.prod.js: drop sentryWebpackPlugin (and its dotenv/env
  plumbing that only served Sentry release/source-map upload).
- package.json: remove @sentry/browser, @sentry/vue, @sentry/webpack-plugin.

Note: run 'npm install' to update package-lock before the next build.
2026-07-15 21:16:58 +02:00
bachir 2f5a230370 SearchForm: fix inconsistent/mixed search results
- SearchForm.vue: route Enter key through submit() (native form submit
  interception) so it behaves like the button; fix autocomplete array
  mutation during iteration in the typed watcher.
- Base.vue: parse terms consistently in beforeRouteUpdate; render items
  via displayedItems (drops sparse holes); only mount infinite-loading
  after the first page and reset it per search via :identifier.
- search store: guard against stale async responses (searchId); place
  each page at its offset instead of concatenating in arrival order,
  which mixed pages when a later page resolved first.
2026-07-15 21:11:53 +02:00
bachir 3bbc26e5b7 updated W contrib modules 2025-10-14 19:11:51 +02:00
bachir ffa79f9872 updated V contrib modules 2025-10-14 19:08:38 +02:00
bachir 17448e4faf updated U contrib modules 2025-10-14 18:57:21 +02:00
bachir d2dc84e54f updated T contrib modules, taxonomy_term_tree needs repatch 2025-10-14 18:44:59 +02:00
bachir f4123bac89 updated S contrib modules, search_api simplenews 2025-10-14 17:04:08 +02:00
bachir 9d54e8c553 updated R contrib modules, role_expire upgrade 2025-10-14 16:51:00 +02:00
bachir 908c61700c updated P contrib modules, patched pwa 2025-10-14 16:35:01 +02:00
bachir bcda2568a7 updated M contrib modules, patched mailjet 2025-10-14 16:02:11 +02:00
bachir 343760582e linkit upgrad. Mailet update, removed 2 obsolet patch, repatched simplenews_mailet_subscrition 2025-10-10 17:44:21 +02:00
bachir 7b9a2b2f67 updated I contrib modules 2025-10-10 16:36:55 +02:00
bachir 001719b583 removed image_effects contrib module & unused hd_watermark image style 2025-10-10 16:25:59 +02:00
bachir 486d73106f updated G contrib modules 2025-10-10 16:04:51 +02:00
bachir 5974397cd4 repatched flag again (peformance issues is only with home) 2025-10-09 17:52:07 +02:00
bachir 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
bachir 048da51d1c updated extlink 2025-10-09 16:41:20 +02:00
bachir 8064aaa6d8 updtaed E contrib modules 2025-10-09 16:33:37 +02:00
bachir 7ca77bdd79 updtaed D contrib modules (symfony_mailer added mailer_transport) 2025-10-09 16:27:25 +02:00
bachir cbce52ed10 updtaed C contrib modules (commerce) 2025-10-09 16:20:08 +02:00
bachir fc6c146403 updtaed A contrib modules 2025-10-09 16:04:00 +02:00
bachir eac6ca4e03 updated core to 10.5.4 2025-10-09 15:26:50 +02:00
bachir 07ae40d703 SearchformVue e.selected bug fix (slim-select filters) 2025-04-28 17:38:15 +02:00
bachir 7ec7d99554 updated asset_cache_bust and dependencies 2025-04-28 17:37:15 +02:00
bachir cf7221e4d4 changed release 2025-03-22 15:56:28 +01:00
bachir ed8a224885 removed glitchtip test error 2025-03-21 17:27:16 +01:00
bachir ccbf8e9cfc activated sourcemap in prod build, activated sentry sourcemap upload to glitchtip 2025-03-21 17:11:07 +01:00
169 changed files with 3635 additions and 2339 deletions
+3
View File
@@ -26,6 +26,9 @@ web/modules/dev/*.tar.gz
# Ignore .env files as they are personal
/.env
# opencode
/opencode.json
# npm
node_modules/
+2 -1
View File
@@ -68,12 +68,13 @@ module.exports = merge(baseConfig, {
})
],
},
devtool: 'source-map', // Ensure source maps are generated
plugins: [
new webpack.DefinePlugin({
'process.env.NODE_ENV': JSON.stringify('production')
}),
new BundleAnalyzerPlugin({
'analyzerMode': 'static'
}),
})
]
})
+20 -20
View File
@@ -89,9 +89,9 @@
"drupal/config_pages": "^2.9",
"drupal/config_split": "^2.0@beta",
"drupal/consumer_image_styles": "^4.0",
"drupal/core-composer-scaffold": "^10.3",
"drupal/core-project-message": "^10.3",
"drupal/core-recommended": "^10.3",
"drupal/core-composer-scaffold": "^10.4",
"drupal/core-project-message": "^10.4",
"drupal/core-recommended": "^10.4",
"drupal/csv_serialization": "^4.0",
"drupal/ctools": "^4.0",
"drupal/devel": "^5.0",
@@ -109,7 +109,6 @@
"drupal/google_analytics": "^4.0",
"drupal/graphql": "^4.7",
"drupal/image_delta_formatter": "^1.2",
"drupal/image_effects": "^3.6",
"drupal/jquery_ui_button": "^2.1",
"drupal/jsonapi_extras": "^3.21",
"drupal/login_history": "^2.0",
@@ -129,7 +128,7 @@
"drupal/redis": "^1.5",
"drupal/restui": "^1.16",
"drupal/role_delegation": "^1.1",
"drupal/role_expire": "^3.0",
"drupal/role_expire": "^4.1",
"drupal/rules": "^4.0",
"drupal/search_api": "^1.19",
"drupal/search_api_autocomplete": "^1.2",
@@ -147,7 +146,7 @@
"drupal/synonyms": "^2.0.0-beta2",
"drupal/telephone_formatter": "^1.0@beta",
"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/upgrade_status": "^4.3",
"drupal/user_csv_import": "^2.0",
@@ -251,18 +250,15 @@
"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"
},
"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": {
"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"
"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"
},
"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",
"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": {
"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 +267,16 @@
"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": {
"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": {
"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": {
"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": {
"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": {
"Issue with configuration schema advancedqueue.backend.[id] https://www.drupal.org/project/advancedqueue/issues/3469869": "https://git.drupalcode.org/project/advancedqueue/-/commit/a8864851cdfa40c9e38a3f5f64885baf1937375e.patch"
}
},
"archived-patches": {
@@ -297,7 +287,6 @@
"With no blocks, clicking on the Custom Blocks tab crashes site https://www.drupal.org/project/structure_sync/issues/3070414":"https://www.drupal.org/files/issues/2022-03-23/PluginNotFoundException-3070414-3.patch"
},
"drupal/commerce_license": {
"ability to re-purchase a license to extend it https://www.drupal.org/project/commerce_license/issues/2943888": "https://www.drupal.org/files/issues/2022-02-21/reroll-commerce_license-allow-renewal-2943888-141.patch",
"ability to re-purchase a license to extend it https://www.drupal.org/project/commerce_license/issues/2943888": "https://www.drupal.org/files/issues/2022-02-21/reroll-commerce_license-allow-renewal-2943888-141.patch"
},
"drupal/commerce_stripe" : {
@@ -307,8 +296,19 @@
"undefined index name 18 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-10-01/field_group-undefined-index-name-3064890-18.patch",
"undefined index name 16 https://www.drupal.org/project/field_group/issues/3064890" : "https://www.drupal.org/files/issues/2020-08-10/field_group-undefined-index-name-3064890-16.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",
"https://www.drupal.org/project/mailjet/issues/3325412":"https://www.drupal.org/files/issues/2022-12-05/mailjet-list_instead_of_listid.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/flag": {
"remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
}
},
"drupal-scaffold": {
Generated
+1779 -1802
View File
File diff suppressed because it is too large Load Diff
@@ -8,7 +8,7 @@ title: 'Update indexes'
id: update_cron
weight: 0
module: update
callback: update_cron
callback: 'update#cron'
scheduler:
id: simple
launcher:
+4
View File
@@ -1 +1,5 @@
menu_depth: 4
hoverintent_behavior:
enabled: true
timeout: 500
enable_toggle_shortcut: false
-26
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
@@ -61,6 +61,7 @@ content:
third_party_settings: { }
hidden:
created: true
customer_comments: true
field_mailjet_campaign_id: true
field_mailjet_campaign_name: true
ip_address: true
@@ -314,8 +314,8 @@ content:
leaves_only: false
select_parents: false
cascading_selection: 0
track_list: true
max_depth: 0
track_list: '1'
third_party_settings: { }
field_video:
type: video_embed_field_textfield
@@ -66,13 +66,21 @@ content:
weight: 2
region: content
coupons:
label: above
type: entity_reference_label
label: above
settings:
link: true
region: content
weight: 10
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:
type: string
label: inline
@@ -47,13 +47,21 @@ content:
weight: 2
region: content
coupons:
label: above
type: entity_reference_label
label: above
settings:
link: true
region: content
weight: 7
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:
type: basic_string
label: inline
+4 -2
View File
@@ -7,12 +7,12 @@ module:
admin_theme: 0
admin_toolbar: 0
admin_toolbar_links_access_filter: 0
advagg: 0
advanced_text_formatter: 0
advancedqueue: 0
allowed_formats: 0
amswap: 0
anonymizer: 0
asset_cache_bust: 0
audiofield: 0
autocomplete_deluxe: 0
autologout: 0
@@ -102,7 +102,6 @@ module:
honeypot: 0
image: 0
image_delta_formatter: 0
image_effects: 0
imagemagick: 0
images_styles_gen: 0
inline_entity_form: 0
@@ -114,6 +113,7 @@ module:
jquery_ui_datepicker: 0
jquery_ui_slider: 0
jquery_ui_touch_punch: 0
js_cookie: 0
jsonapi: 0
jsonapi_extras: 0
language: 0
@@ -125,6 +125,7 @@ module:
login_history: 0
login_tracker: 0
logout_token: 0
mailer_transport: 0
mailjet: 0
mailjet_commerce: 0
mailjet_event: 0
@@ -173,6 +174,7 @@ module:
restui: 0
role_delegation: 0
role_expire: 0
role_expire_rules: 0
rules: 0
search_api: 0
search_api_db: 0
+12 -1
View File
@@ -5,24 +5,35 @@ extlink_use_external_js_file: false
extlink_exclude_admin_routes: false
extlink_target: 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_noreferrer: false
extlink_follow_no_override: false
extlink_subdomains: true
extlink_alert: false
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_include: ''
extlink_exclude_noreferrer: ''
extlink_class: ext
extlink_label: '(link is external)'
extlink_img_class: false
extlink_css_exclude: .social-media-links--platforms
extlink_css_include: ''
extlink_css_explicit: ''
extlink_mailto_class: mailto
extlink_mailto_label: '(link sends email)'
extlink_tel_class: ''
extlink_tel_label: '(link is a phone number)'
extlink_use_font_awesome: false
extlink_font_awesome_classes:
links: 'fa fa-external-link'
mailto: 'fa fa-envelope-o'
extlink_icon_placement: '0'
whitelisted_domains: { }
extlink_prevent_orphan: false
allowed_domains: { }
@@ -16,7 +16,7 @@ type: materio_samples_field
settings: { }
module: materio_samples
locked: false
cardinality: 4
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
@@ -1,5 +1,5 @@
uuid: 9a1c075d-72f0-456f-a1fa-501acb90db95
langcode: und
langcode: en
status: true
dependencies:
module:
-29
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
-17
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: { }
+1
View File
@@ -53,3 +53,4 @@ advanced:
colorspace: '0'
profile: ''
coalesce: false
imagemagick_version: v6
@@ -1 +1 @@
label: 'Supprimer un produit'
label: 'Supprimer le produit'
@@ -1 +1 @@
label: 'Publier un produit'
label: 'Publier le produit'
@@ -1 +1 @@
label: 'Supprimer une boutique'
label: 'Supprimer la boutique'
@@ -1 +1 @@
label: 'Dépublier un produit'
label: 'Dépublier le produit'
@@ -0,0 +1 @@
label: 'Edit content'
@@ -0,0 +1 @@
label: 'Delete submission'
@@ -0,0 +1 @@
label: 'Lock submission'
@@ -0,0 +1 @@
label: 'Star/Flag submission'
@@ -0,0 +1 @@
label: 'Unlock submission'
@@ -0,0 +1 @@
label: 'Unstar/unflag submission'
@@ -1,7 +1,10 @@
label: 'Custom block library'
description: 'Find and manage custom blocks.'
display:
default:
display_title: 'Par défaut'
display_options:
title: 'Custom block library'
fields:
info:
label: 'Description du bloc'
@@ -29,6 +32,9 @@ display:
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area_text_custom:
content: 'There are no custom blocks available.'
filters:
info:
expose:
@@ -41,3 +47,4 @@ display:
display_options:
menu:
title: Blocs
description: 'Create and edit block content.'
@@ -33,6 +33,9 @@ display:
exposed_sorts_label: 'Trier par'
sort_asc_label: Asc
sort_desc_label: Desc
empty:
area_text_custom:
content: "Aucune boutique n'est disponible."
filters:
type:
expose:
@@ -1,3 +1,5 @@
label: "Commandes de l'utilisateur"
description: 'Affiche une liste des commandes passées pour un utilisateur.'
display:
default:
display_title: Principal
@@ -46,6 +48,7 @@ display:
exception:
title: Tout
order_page:
display_title: "Commandes de l'utilisateur"
display_options:
menu:
title: Commandes
@@ -26,6 +26,9 @@ display:
label: 'Date de modification'
count:
label: 'Utilisé dans'
alter:
path: 'admin/content/files/usage/{{ fid }}'
format_plural_string: !!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz
pager:
options:
expose:
@@ -25,6 +25,8 @@ display:
empty:
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."
title:
title: 'Welcome to [site:name]'
feed_1:
display_title: Flux
page_1:
@@ -1,4 +1,5 @@
label: Rediriger
description: 'Liste des redirections'
display:
default:
display_title: Principal
@@ -60,5 +61,8 @@ display:
expose:
label: 'Langue initiale'
title: Rediriger
empty:
area_text_custom:
content: "Il n'y a pas encore de redirection."
page_1:
display_title: Page
@@ -19,8 +19,14 @@ display:
label: Rôles
created:
label: 'Membre depuis'
settings:
future_format: '@interval'
past_format: '@interval'
access:
label: 'Dernier accès'
settings:
future_format: '@interval hence'
past_format: '@interval ago'
operations:
label: Actions
mail:
@@ -1,3 +1,5 @@
label: 'Webform submissions'
description: 'Default webform submissions views.'
display:
default:
display_title: Principal
@@ -39,12 +41,22 @@ display:
header:
result:
content: 'Affichage de @start à @end sur @total'
empty:
area_text_custom:
content: 'No submissions available.'
arguments:
in_draft:
exception:
title: Tout
embed_administer:
title: 'Webform submissions'
embed_default:
display_title: 'Embed: Default'
display_options:
display_description: 'Display submissions.'
embed_administer:
display_title: 'Embed: Administer'
display_options:
display_description: 'Administer submissions.'
fields:
webform_submission_bulk_form:
action_title: Action
@@ -72,6 +84,9 @@ display:
operations:
label: Actions
filters:
in_draft:
expose:
label: 'Is draft'
sticky:
expose:
label: 'Épinglé (en haut des listes)'
@@ -79,7 +94,9 @@ display:
expose:
label: Verrouillé
embed_manage:
display_title: 'Embed: Manage'
display_options:
display_description: 'Manage submissions.'
fields:
webform_submission_bulk_form:
action_title: Action
@@ -111,6 +128,9 @@ display:
label: Actions
text: modifier
filters:
in_draft:
expose:
label: 'Is draft'
sticky:
expose:
label: 'Épinglé (en haut des listes)'
@@ -118,7 +138,9 @@ display:
expose:
label: Verrouillé
embed_review:
display_title: 'Embed: Review'
display_options:
display_description: 'Review submissions.'
fields:
sid:
label: '#'
@@ -145,6 +167,9 @@ display:
label: Actions
text: voir
filters:
in_draft:
expose:
label: 'Is draft'
sticky:
expose:
label: 'Épinglé (en haut des listes)'
@@ -1,10 +1,36 @@
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_reset_button_label: Réinitialiser
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_toggle_show_label: 'Show all'
default_wizard_toggle_hide_label: 'Hide all'
default_preview_next_button_label: Aperçu
default_preview_prev_button_label: '< Previous'
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:
narrow:
title: Étroit
@@ -13,4 +39,95 @@ settings:
wide:
title: Large
element:
empty_message: '{Empty}'
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'
@@ -2,3 +2,16 @@ title: Contact
settings:
confirmation_message: 'Votre message a été envoyé.'
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]'
@@ -0,0 +1,2 @@
label: 'Country codes'
category: Geographic
@@ -0,0 +1,2 @@
label: 'Country names'
category: Geographic
@@ -1,2 +1,10 @@
label: Jours
category: 'Date et heure'
options: |
Sunday: Sunday
Monday: Monday
Tuesday: Tuesday
Wednesday: Wednesday
Thursday: Thursday
Friday: Friday
Saturday: Saturday
@@ -0,0 +1,2 @@
label: Education
category: Demographic
@@ -0,0 +1 @@
category: Demographic
@@ -0,0 +1,2 @@
label: Ethnicity
category: Demographic
@@ -1 +1,2 @@
label: Sexe
category: Demographic
@@ -0,0 +1,2 @@
label: Industry
category: Demographic
@@ -0,0 +1,7 @@
category: Likert
options: |
1: 'Much Worse'
2: 'Somewhat Worse'
3: 'About the Same'
4: 'Somewhat Better'
5: 'Much Better'
@@ -0,0 +1,7 @@
category: Likert
options: |
1: Strongly Disagree
2: Disagree
3: Neutral
4: Agree
5: Strongly Agree
@@ -0,0 +1,7 @@
category: Likert
options: |
1: Not at all Important
2: Somewhat Important
3: Neutral
4: Important
5: Very Important
@@ -0,0 +1,7 @@
category: Likert
options: |
1: Poor
2: Fair
3: Good
4: Very good
5: Excellent
@@ -0,0 +1,7 @@
category: Likert
options: |
1: Very Unsatisfied
2: Unsatisfied
3: Neutral
4: Satisfied
5: Very Satisfied
@@ -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
@@ -0,0 +1,8 @@
label: 'Likert: Would You'
category: Likert
options: |
1: Definitely Not
2: Probably Not
3: Not Sure
4: Probably
5: Definitely
@@ -0,0 +1,7 @@
label: 'Marital status'
category: Demographic
options: |
Single: Single
Married: Married
Divorced: Divorced
Widowed: Widowed
@@ -1 +1,15 @@
label: Months
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
@@ -0,0 +1,2 @@
label: 'Phone type'
category: Demographic
@@ -0,0 +1 @@
category: Geographic
@@ -0,0 +1 @@
category: Geographic
@@ -1 +1,2 @@
label: Relation
category: Demographic
@@ -0,0 +1,5 @@
label: Sex
category: Demographic
options: |
Male: Male
Female: Female
@@ -0,0 +1 @@
category: Demographic
@@ -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
@@ -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
@@ -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
@@ -0,0 +1,2 @@
label: 'State/Province names'
category: Geographic
@@ -0,0 +1,8 @@
label: Titles
category: Demographic
options: |
Miss: Miss
Ms: Ms
Mr: Mr
Mrs: Mrs
Dr: Dr
@@ -1 +1,5 @@
label: Yes/No
category: Général
options: |
Yes: Yes
No: No
+1
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_default_duration_roles:
student: '1 year'
role_expire_expiration_details_expanded: false
@@ -7,9 +7,8 @@ dependencies:
- search_api.server.database_search_autocomplete
module:
- search_api_solr
- taxonomy
- synonyms
- search_api
- taxonomy
third_party_settings:
search_api_solr:
finalize: false
+14 -7
View File
@@ -10,17 +10,16 @@ dependencies:
- field.storage.node.field_reference
- field.storage.node.field_short_description
- field.storage.node.field_tags
- field.storage.taxonomy_term.field_synonyms
- field.storage.node.field_thesaurus
- field.storage.taxonomy_term.field_synonyms
- search_api.server.materio
module:
- search_api_solr
- materio_sapi
- taxonomy
- node
- synonyms
- search_api
- address
- materio_sapi
- node
- search_api_solr
- synonyms
- taxonomy
third_party_settings:
search_api_solr:
finalize: true
@@ -70,6 +69,14 @@ name: database
description: ''
read_only: false
field_settings:
changed:
label: Changed
datasource_id: 'entity:node'
property_path: changed
type: date
dependencies:
module:
- node
field_country_name_computed:
label: 'Country Name'
datasource_id: 'entity:node'
@@ -4,8 +4,6 @@ status: true
dependencies: { }
id: '19125'
title: ZeDaily
api_key: null
secret_key: null
mapping_table:
-
simplenews_news: ze_daily_materio_
@@ -4,8 +4,6 @@ status: true
dependencies: { }
id: '22839'
title: "materio' newsletter"
api_key: null
secret_key: null
mapping_table:
-
simplenews_news: materio_newsletter
@@ -4,8 +4,6 @@ status: true
dependencies: { }
id: '24787'
title: Compagnie
api_key: null
secret_key: null
mapping_table:
-
simplenews_news: companies
@@ -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: { }
@@ -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
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: advancedqueue_cron
weight: 0
module: advancedqueue
callback: advancedqueue_cron
callback: 'advancedqueue#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_cart_cron
weight: 0
module: commerce_cart
callback: commerce_cart_cron
callback: 'commerce_cart#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_cron
weight: 0
module: commerce
callback: commerce_cron
callback: 'commerce#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_license_cron
weight: 0
module: commerce_license
callback: commerce_license_cron
callback: 'commerce_license#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_promotion_cron
weight: 0
module: commerce_promotion
callback: commerce_promotion_cron
callback: 'commerce_promotion#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: commerce_recurring_cron
weight: 0
module: commerce_recurring
callback: commerce_recurring_cron
callback: 'commerce_recurring#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: content_lock_timeout_cron
weight: 0
module: content_lock_timeout
callback: content_lock_timeout_cron
callback: 'content_lock_timeout#cron'
scheduler:
id: simple
launcher:
+1 -1
View File
@@ -8,7 +8,7 @@ title: 'Remove expired log messages and flood control events'
id: dblog_cron
weight: 0
module: dblog
callback: dblog_cron
callback: 'dblog#cron'
scheduler:
id: simple
launcher:
+1 -1
View File
@@ -8,7 +8,7 @@ title: 'Purges deleted Field API data'
id: field_cron
weight: 0
module: field
callback: field_cron
callback: 'field#cron'
scheduler:
id: simple
launcher:
+1 -1
View File
@@ -8,7 +8,7 @@ title: 'Deletes temporary files'
id: file_cron
weight: 0
module: file
callback: file_cron
callback: 'file#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: honeypot_cron
weight: 0
module: honeypot
callback: honeypot_cron
callback: 'honeypot#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: locale_cron
weight: 0
module: locale
callback: locale_cron
callback: 'locale#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: login_history_cron
weight: 0
module: login_history
callback: login_history_cron
callback: 'login_history#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: login_tracker_cron
weight: 0
module: login_tracker
callback: login_tracker_cron
callback: 'login_tracker#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: materio_home_cron
weight: 0
module: materio_home
callback: materio_home_cron
callback: 'materio_home#cron'
scheduler:
id: simple
configuration:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: message_cron
weight: 0
module: message
callback: message_cron
callback: 'message#cron'
scheduler:
id: simple
launcher:
+1 -1
View File
@@ -8,7 +8,7 @@ title: 'Mark old nodes as read'
id: node_cron
weight: 0
module: node
callback: node_cron
callback: 'node#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: role_expire_cron
weight: 0
module: role_expire
callback: role_expire_cron
callback: 'role_expire#cron'
scheduler:
id: simple
launcher:
+1 -1
View File
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: rules_cron
weight: 0
module: rules
callback: rules_cron
callback: 'rules#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: search_api_cron
weight: 0
module: search_api
callback: search_api_cron
callback: 'search_api#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: search_api_solr_cron
weight: 0
module: search_api_solr
callback: search_api_solr_cron
callback: 'search_api_solr#cron'
scheduler:
id: simple
launcher:
@@ -10,7 +10,7 @@ title: 'Sends newsletters'
id: simplenews_cron
weight: 0
module: simplenews
callback: simplenews_cron
callback: 'simplenews#cron'
scheduler:
id: simple
configuration:
@@ -8,7 +8,7 @@ title: 'Cleanup (caches, batch, flood, temp-files, etc.)'
id: system_cron
weight: 0
module: system
callback: system_cron
callback: 'system#cron'
scheduler:
id: simple
launcher:
@@ -6,7 +6,7 @@ title: 'Runs internal cleanup operations'
id: ultimate_cron_cron
weight: 0
module: ultimate_cron
callback: ultimate_cron_cron
callback: 'ultimate_cron#cron'
scheduler:
id: simple
launcher:
@@ -8,7 +8,7 @@ title: 'Default cron handler'
id: user_email_verification_cron
weight: 0
module: user_email_verification
callback: user_email_verification_cron
callback: 'user_email_verification#cron'
scheduler:
id: simple
configuration:

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