Account created on 17 January 2013, over 11 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡¦Ukraine dburiak

@orakili I added 2 comments to your PR about DeprecationHelper class and code duplication.

πŸ‡ΊπŸ‡¦Ukraine dburiak

dburiak β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡¦Ukraine dburiak

Correct me if I'm wrong @sthomen but your changes make 3.x not compatible with < Drupal 10.2.
Isn't it better to use DeprecationHelper to support older versions as well?

if (!class_exists(DeprecationHelper::class)) {
      $element['#upload_validators']['file_validate_extensions'][0] = implode(' ', $extensions);
    }
    else {
      DeprecationHelper::backwardsCompatibleCall(
        \Drupal::VERSION,
        '10.2',
        static function () use ($extensions, &$element) {
          $element['#upload_validators']['FileExtension'][0] = implode(' ', $extensions);
        },
        static function () use ($extensions, &$element) {
          $element['#upload_validators']['file_validate_extensions'][0] = implode(' ', $extensions);
        }
      );
    }
πŸ‡ΊπŸ‡¦Ukraine dburiak

dburiak β†’ changed the visibility of the branch 1.0.x to hidden.

πŸ‡ΊπŸ‡¦Ukraine dburiak

@smustgrave the summary is updated. Please review.

πŸ‡ΊπŸ‡¦Ukraine dburiak

dburiak β†’ changed the visibility of the branch 3419621-typeerror-inarray-argument to hidden.

πŸ‡ΊπŸ‡¦Ukraine dburiak

@smustgrave The string in the original issue was calling from Geofield Map module (already fixed). The summary is updated with a proposed solution section.

πŸ‡ΊπŸ‡¦Ukraine dburiak

This issue is not related to the ckeditor_html_embed and duplicates https://www.drupal.org/project/drupal/issues/3364884 πŸ› JavaScript operators in Needs work
On the referenced issue there is a patch to fix this.
I think this one can to be closed.

πŸ‡ΊπŸ‡¦Ukraine dburiak

dburiak β†’ changed the visibility of the branch 3419621-typeerror-inarray-argument-d11 to hidden.

πŸ‡ΊπŸ‡¦Ukraine dburiak

dburiak β†’ changed the visibility of the branch 3419621-typeerror-inarray-argument-d11 to active.

πŸ‡ΊπŸ‡¦Ukraine dburiak

Updated test-only patch with fixed coding standards.

πŸ‡ΊπŸ‡¦Ukraine dburiak

Here is the test-only patch showing the issue.
Without patching, the test will fail.

πŸ‡ΊπŸ‡¦Ukraine dburiak

Added a patch based on the proposed solution.

πŸ‡ΊπŸ‡¦Ukraine dburiak

The doTestHomePageLinks test method is updated to fix the subdirectory multisite case for the PHPUnit testing run.

πŸ‡ΊπŸ‡¦Ukraine dburiak

The summary is updated. Also, the full patch is attached.

πŸ‡ΊπŸ‡¦Ukraine dburiak

@larowlan the changes from the patch above cause another regression with front page links. I created a new issue: πŸ› [regression] Language switcher block returns links to node on the frontpage Fixed

Production build 0.69.0 2024