Victoria
Account created on 11 June 2008, about 16 years ago
#

Recent comments

🇨🇦Canada bgilhome Victoria

I've updated the fork to fix a 'non-scalar value' Symfony error when trying to retrieve the 'attributes' get param (an array).

🇨🇦Canada bgilhome Victoria

Here it is as a patch if anyone needs it.

🇨🇦Canada bgilhome Victoria

I'd like to volunteer myself and my organization The Little Dev Shop Inc. for maintainership of this module.

We use it on a few client sites and have found it very useful to avoid the tedium of creating numerous image/responsive styles, or when requiring images of particular sizes e.g. for fluid-width fixed-height wrappers. We've submitted patches for bugfixes and feature requests to this project and are keen to release a stable version and continue activity on it going forward.

🇨🇦Canada bgilhome Victoria

Improved to use only temp storage and not need to set a 'fragment_redirects' flag in the query string.

🇨🇦Canada bgilhome Victoria

Re-roll from latest 1.x-dev/1.8 and for D9 (update renamed 'user.private_tempstore' service).

🇨🇦Canada bgilhome Victoria

@vidorado there's an undefined variable $query in your patch in #104 Support for wildcards Needs work - line 165 of RedirectRepository.php.

🇨🇦Canada bgilhome Victoria

Re-roll from 2.x-dev.

🇨🇦Canada bgilhome Victoria

Added a check to ensure CSS width/height of the preview image is set, otherwise there'll be errors calculating relative coords of the focal area (divide by 0). Updated patch & interdiff attached.

🇨🇦Canada bgilhome Victoria

I've re-rolled this patch from latest 8.x-2.x. I don't seem to have push access to the fork anymore - I don't see my account in the Members at https://git.drupalcode.org/issue/gutenberg-3203542/-/project_members?

Patch attached.

🇨🇦Canada bgilhome Victoria

How about just setting the z-index for the toolbar for fullscreen mode? Attached patch does this, it seems to work fine.

🇨🇦Canada bgilhome Victoria

Here's the patch re-rolled from current 1.x-dev.

🇨🇦Canada bgilhome Victoria

The issue is that if the schema version is less than 10006 and the module is upgraded to any commit after the removal of the mailer_html_to_text plugin, then the plugin will still be in config but won't exist. Any db update or probably cache clear will show the error.

The attached patch checks whether the plugin exists on each hook_update_N before 10006, and if not, runs the 10006 update to update the config so the error is not shown.

🇨🇦Canada bgilhome Victoria

Ignore the above, all the entity definition update base field definition update needed was a call to the setTargetEntityTypeId method and I added a call to setProvider for good measure.

Updated patch and interdiff from #21 attached.

🇨🇦Canada bgilhome Victoria

The entity definition update for the 'crop' entity type in focal_point_update_8005() isn't working, it gives an error The "" entity type does not exist.

I've removed it from the update function. This means the Status report will show a Mismatched entity and/or field definitions error, that's a to-do to fix.

Also for some reason I needed to add a setName() call to the added focal_point_area base field in focal_point_entity_base_field_info_alter(), to avoid an Undefined array index "field_name" warning.

🇨🇦Canada bgilhome Victoria

Updated to check the styles folder exists first.

🇨🇦Canada bgilhome Victoria

Tweaked the name of the event to 'webform_cards:afterChange'.

Production build 0.69.0 2024