πŸ‡ΊπŸ‡ΈUnited States @mmarler

Account created on 2 May 2009, about 15 years ago
#

Merge Requests

More

Recent comments

πŸ‡ΊπŸ‡ΈUnited States mmarler

Thanks for the patch @sarwan_verma!

πŸ‡ΊπŸ‡ΈUnited States mmarler

Thanks for the patch @sarwan_verma!

πŸ‡ΊπŸ‡ΈUnited States mmarler

We should set the default version to use bootstrap 5 since that works with JQuery 4.

πŸ‡ΊπŸ‡ΈUnited States mmarler

Check for Drupal 11 code compatibility: Checked - no deprecations found

Check for PHP 8.3 compatibility: Checked - no issues found

Check for jQuery 4 compatibility for all supported bootstrap versions (3, 4, 5):
Confirmed the module works for all supported versions of bootstrap in D11. Versions 3 and 4 will require users to downgrade JQuery core to 3.7.1
See libraries-override https://www.drupal.org/node/2497313 β†’

Update core version requirements to include Drupal 11: done

πŸ‡ΊπŸ‡ΈUnited States mmarler

mmarler β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States mmarler

mmarler β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States mmarler

I was able to successfully create containers with drush. Validation checks out as well. Moving to RTBC.

πŸ‡ΊπŸ‡ΈUnited States mmarler

Ready for further review.

πŸ‡ΊπŸ‡ΈUnited States mmarler

The 2.x branch has a bootstrap version selector to help add conditional logic to this issue. Changing the status to active.

πŸ‡ΊπŸ‡ΈUnited States mmarler

Hi all, I've created a patch that adds the 'nav-stacked' class to the tab's

πŸ‡ΊπŸ‡ΈUnited States mmarler

The fix should also support Bootstrap 3 and 4. Both use 'data-toggle' => 'tab' class. Also, in #3 we'll want to keep the

  • tags.
  • πŸ‡ΊπŸ‡ΈUnited States mmarler

    Confirming when 'Display day of the week' is checked, the day of the week is displayed. If the date range spans different weeks, the day of the week is not displayed. Setting to RTBC.

    πŸ‡ΊπŸ‡ΈUnited States mmarler

    Added tests using PHP 8 and Drupal 10.

    πŸ‡ΊπŸ‡ΈUnited States mmarler

    Thanks for reporting this @chike! At first I thought this was normal Drupal behavior, when a field has data you can't delete it. However, it looks like the RSS field is bundled with the feed_block module that prevents it from being uninstalled. I wonder if it would be better to pull out the RSS field into its own module?

    πŸ‡ΊπŸ‡ΈUnited States mmarler

    Looks like the configuration settings have completely changed in the 3.0.1 version. To fix this error, import the new configuration settings in gtranslate.settings.yml. You'll then need to reconfigure the settings.

    πŸ‡ΊπŸ‡ΈUnited States mmarler

    Reviewed, tested and merged. Moving to Fixed.

    πŸ‡ΊπŸ‡ΈUnited States mmarler

    PHP syntax error is reported in the tests:

    line 142 A comma should follow the last multiline array item. Found: 'Google'

    πŸ‡ΊπŸ‡ΈUnited States mmarler

    Adding a +1 here too. My team will be upgrading sites to Drupal 10 on May 23rd, and would love to have a stable, Drupal 10 compatible release for the Features module. Thanks for all the work on this!

    πŸ‡ΊπŸ‡ΈUnited States mmarler

    @sharayurajput the patch looks good! Moving to RTBC.

    πŸ‡ΊπŸ‡ΈUnited States mmarler

    Thanks for testing this @himanshu_jhaloya! Can you please check against the 2.x branch instead 2.0? Some of these issues have been fixed in the 2.x branch.

    πŸ‡ΊπŸ‡ΈUnited States mmarler

    Thanks for the patch @noorulshameera! I've applied the patch on a local install of Drupal 10 and was able to install the Media Responsive Thumbnail module. I did find one error running drupal-check, I think this might be a false positive though.

    ------ -----------------------------------------------------------------------
    Line src/Plugin/Field/FieldFormatter/MediaResponsiveThumbnailFormatter.php
    ------ -----------------------------------------------------------------------
    155 Call to an undefined method
    Drupal\Core\Entity\EntityInterface::getImageStyleIds().
    ------ -----------------------------------------------------------------------

    Production build 0.69.0 2024