El canal ha sido creado y su URL es:
Se ha elegido el logo final, se cierra el caso
La versión 3 es la elegida
dubraska → credited aldibier → .
dubraska → credited aldibier → .
dubraska → credited aldibier → .
dubraska → credited aldibier → .
Adjunto pizas gráficas finales aprobadas
dubraska → credited aldibier → .
dubraska → credited aldibier → .
El ponente será Ivan Duarte https://www.drupal.org/u/jidrone → habiendo confirmado su disponibilidad pra el 26 sábado de octubre de 2024.
La plataforma de streaming será Google Meet.
Los detalles se encuentran en el google Docs relacionado.
El tema propuesto y aprobado para el meetup tiene la siguiente descripción:
Título: Single Directory Components: Ejemplos, consejos, y trucos
Los Single Directory Components (SDC) optimizan la organización de elementos de interfaz de usuario reutilizables al consolidar todos los archivos relacionados en un solo directorio.
Este enfoque simplifica los flujos de trabajo de desarrollo, mejora la capacidad de mantenimiento y promueve la coherencia, lo que facilita la colaboración de los desarrolladores.
Ahora están en Core, así que comencemos a usarlos para garantizar que los proyectos estén preparados para el futuro y sean eficientes.
Temas:
- ¿Qué son los Single Directory Components?
- Ventajas de usarlos.
- Algunos ejemplos.
- Generación de sus primeros componentes.
- Módulos complementarios.
Ivan Duarte en la reunión de 13 de Septiembre de 2024, confirmó su disponibilidad para exponer el tema Single Directory Components, por lo gtanto queda confirmada la ponencia con este tema.
Se le ha propuesto a Ivan Duarte que exponga sobre Single Directory Components que es un tema muy importante para Drupal 11.
Este tema ya lo ha expuesto él en Drupal4gov y sería muy útil para la comunidad en español.
aldibier → created an issue.
I've created a new Patch to fix this issue inspired by https://www.drupal.org/project/mailjet/issues/3263172 →
https://git.drupalcode.org/project/Mailjet/-/merge_requests/49.patch
aldibier → made their first commit to this issue’s fork.
This patch works perfectly,
Thank you,
Patch: https://git.drupalcode.org/project/Mailjet/-/merge_requests/47.patch
Works perfectly!
I've created a patch
aldibier → created an issue.
Patch #4 fails
aldibier → made their first commit to this issue’s fork.
Hola, hasta el momento no hay iniciativas para realizar un evento este año.
This fix was merge into Dev Branch and will be release in next.
aldibier → created an issue.
aldibier → created an issue.
Fix released in 1.0.4
Fix published in 1.0.3 version
Fix published in 1.0.3 version
aldibier → made their first commit to this issue’s fork.
aldibier → made their first commit to this issue’s fork.
aldibier → created an issue.
This patch does not work with 8.x.3.2 because that version has a difference in core version line, use this patch with dev version.
composer require 'drupal/mobile_device_detection:2.x-dev@dev'
aldibier → made their first commit to this issue’s fork.
aldibier → made their first commit to this issue’s fork.
I've created a MR using the #5 patch from @icurk additionally a fix when the submodule Domain Group alias is enabled.
aldibier → made their first commit to this issue’s fork.
I confirm patch #5 works to fix compatibility with Drupal 10.
aldibier → made their first commit to this issue’s fork.
Commited to 8.x-2.0-alpha2 release
Commited to 8.x-2.0-alpha2 release
Commited to 8.x-2.0-alpha2 release
Commited to 8.x-2.0-alpha2 release
Commited to 8.x-2.0-alpha2 release
Commited to 8.x-2.0-alpha2 release
aldibier → made their first commit to this issue’s fork.
aldibier → made their first commit to this issue’s fork.
This issue is duplicated with https://www.drupal.org/project/commerce_payu_webcheckout/issues/3145186 📌 Drupal 9 Readiness Fixed
aldibier → made their first commit to this issue’s fork.
aldibier → made their first commit to this issue’s fork.
aldibier → made their first commit to this issue’s fork.
Hi,
I've tested this fix using the branch with the latest commits and everything looks good.
This test was performed using Drupal 9.5 and Drupal 10.1 in both versions the fix works perfectly!
I'm attaching a video with all steps.
Hi,
I would like to take this project to maintain, I'm using this module in several projects and I have the knowledge to fix the current issues and improve it.
Hi people, I had this issue and none previous patch solve my problem, after trying many options, I solved this issue following this Steps.
1. truncate table router in database:
TRUNCATE TABLE router;
2. truncate all cache tables, prevously i've identified all cache tables listing tables in database.
TRUNCATE TABLE cache_advagg ;
TRUNCATE TABLE cache_bootstrap ;
TRUNCATE TABLE cache_config ;
TRUNCATE TABLE cache_container ;
TRUNCATE TABLE cache_data ;
TRUNCATE TABLE cache_default ;
TRUNCATE TABLE cache_discovery ;
TRUNCATE TABLE cache_dynamic_page_cache ;
TRUNCATE TABLE cache_entity ;
TRUNCATE TABLE cache_jsonapi_normalizations ;
TRUNCATE TABLE cache_menu ;
TRUNCATE TABLE cache_page ;
TRUNCATE TABLE cache_render ;
TRUNCATE TABLE cache_rest ;
TRUNCATE TABLE cache_schema_metatag_cache ;
TRUNCATE TABLE cache_toolbar ;
TRUNCATE TABLE cachetags ;
3. Execute router rebuild using druhs.
drush ev "\Drupal::service('router.builder')->rebuild()"
4. Clear Cache
drush cr
Patch #67 works like a charm! tested in Drupal 8.8.1