Spain
Account created on 17 August 2021, over 3 years ago
  • Full-stack Drupal Developer at Biko2 
#

Merge Requests

More

Recent comments

🇪🇸Spain enchufe Spain

Updated the issue and created a PR pointing to the latest 3.x version.

🇪🇸Spain enchufe Spain

You are right, even though it is not an explicit PHP 8.4 warning I thought it would be a good contribution.
I have removed the variable typing and defined in @docs that this is a mixed type.

🇪🇸Spain enchufe Spain

The 3.x branch is still used by many users because of its compatibility with other technologies, I have corrected the warnings in this one.

For the 4.x branch is already solved, even though some documentation was missing regarding the variable that can be nullable so I have updated it.

🇪🇸Spain enchufe Spain

Fixed \Drupal\paragraphs_browser\Form\ParagraphsBrowserForm explicit nullable types.

🇪🇸Spain enchufe Spain

enchufe made their first commit to this issue’s fork.

🇪🇸Spain enchufe Spain

Added explicit nullable types to @docs.

🇪🇸Spain enchufe Spain

enchufe made their first commit to this issue’s fork.

🇪🇸Spain enchufe Spain

Updated PR branch from origin/8.x-2.x

🇪🇸Spain enchufe Spain

enchufe made their first commit to this issue’s fork.

🇪🇸Spain enchufe Spain

Fixed bug that caused fatal error from 3.0.0-alpha2 reroll 🐛 Previewing appears to unlock node RTBC on locked entity deletion.

🇪🇸Spain enchufe Spain

Thanks for your contribution! I find it a good contribution to the module, I am merging your request in the main branch.

🇪🇸Spain enchufe Spain

enchufe made their first commit to this issue’s fork.

🇪🇸Spain enchufe Spain

I had a similar error:
[error] TypeError: Drupal\Component\Utility\Html::escape(): Argument #1 ($text) must be of type string, null given, called in /var/www/html/xyz/docroot/core/lib/Drupal/Component/Render/FormattableMarkup.php on line 256 in Drupal\Component\Utility\Html::escape() (line 431 of /var/www/html/xyz/docroot/core/lib/Drupal/Component/Utility/Html.php)
That I solved with this patch, if it helps anyone.

🇪🇸Spain enchufe Spain

Added missing core requirement to legacy module for 3.0.x rerroll.

🇪🇸Spain enchufe Spain

Use Drupal #attributes to set wrapper attributes.

🇪🇸Spain enchufe Spain

Updated the property key so that it does not conflict with the core rendering array system and added CSS classes to the template elements to improve theming.

🇪🇸Spain enchufe Spain

Applied proposed resolution in a patch.

🇪🇸Spain enchufe Spain

enchufe changed the visibility of the branch 3469440-plugin-doesnt-work to hidden.

🇪🇸Spain enchufe Spain

Patch #2 💬 Multilingual support? RTBC works as expected

🇪🇸Spain enchufe Spain

You are right #5 🐛 Refine the process value filtering so that it gets values from the row Postponed: needs info , it is more convenient to check it with array_key_exists(), I update the PR and the patch.

🇪🇸Spain enchufe Spain

enchufe changed the visibility of the branch 3466235-refine-value-filtering to hidden.

🇪🇸Spain enchufe Spain

enchufe made their first commit to this issue’s fork.

🇪🇸Spain enchufe Spain

Moved update hook from save_edit.module to save_edit.install file to have the functions sorted out.

🇪🇸Spain enchufe Spain

After updating Drupal core to version 10.3 these hooks stopped working, as a solution I implemented the patch of this issue 💬 Create alter hook hook_paragraphs_widget_alter() Fixed and updated the hooks.

🇪🇸Spain enchufe Spain

I recently updated the Drupal core version to 10.3 (From 10.1) and hook_field_widget_single_element_WIDGET_TYPE_form_alter() stopped working, it simply ignored the existence of the functions invoked with this hook. As a solution I applied patch #3 💬 Create alter hook hook_paragraphs_widget_alter() Fixed and replaced the hooks and now it works correctly again.

🇪🇸Spain enchufe Spain

This is an opportune time to evaluate retiring this module. The team at CKSource (developers of CKEditor) have released CKEditor 5 Plugin Pack which includes the plugin provided by this module.

🇪🇸Spain enchufe Spain

Thank you #3 Compatibility with field group Needs work ! Your documentation worked for me out of the box.

🇪🇸Spain enchufe Spain

A colleague solved it with the Migrate Files (extended) module.
Should the issue be closed or is it still a bug in this module?

🇪🇸Spain enchufe Spain

Adds a validation of the existence of the variable on the line that indicates the warning.

🇪🇸Spain enchufe Spain

@florianmuellerCH To manage Cookies I use the JavaScript library orestbida/cookieconsent. The GA4 beacon is loaded with the attributes type=text/plain data-category=analytics. And the rest is configured by the library by activating the script (removing type=text/plain) when consenting to Cookies.
This gave me quite a headache, I hope it helps!

🇪🇸Spain enchufe Spain

+1 It is not specified on the main page of the module that it requires a paid subscription. It looks more like a proprietary promotion in open source.

🇪🇸Spain enchufe Spain

#6 🐛 Error: Call to a member function getType() on bool in filefield_paths_filefield_paths_process_file() Needs work
Currently I have the migration development paused, when I resume it I will test the patch.

#8 🐛 Error: Call to a member function getType() on bool in filefield_paths_filefield_paths_process_file() Needs work
But, if $temporary_scheme_name is always NULL, wouldn't the "if" logic always be skipped?

🇪🇸Spain enchufe Spain

If attributes are added in TWIG as raw, they are not displayed in the final HTML, and the async attribute is displayed as async="true".

Source: drupal/ga4_google_analytics:dev-1.1.x

🇪🇸Spain enchufe Spain

Removed the "required" property from the new field in the configuration form.

🇪🇸Spain enchufe Spain

None of these fixes are related to the Tome Add Paths module, but to its parent Tome module.
Please report this issue to the Tome Drupal.org issue queue .

🇪🇸Spain enchufe Spain

Rerolled patch #9 for version 2.x, passes the Google Lighthouse test.

🇪🇸Spain enchufe Spain

As an alternative, I have created the submodule Tome Add Paths .

🇪🇸Spain enchufe Spain

Added to the event subscribers a specific one for the sitemap.

🇪🇸Spain enchufe Spain

Added the limit in the form with the machine name bundle max lenght limit core constant. Also added a security check that programmatically limits machine name in case it exceeds the maximum allowed length.

🇪🇸Spain enchufe Spain

The patch unnecessarily limits the machine name of the entity bundle, causing it to have a lower limit than normal.

Production build 0.71.5 2024