Account created on 28 January 2013, almost 12 years ago
#

Merge Requests

More

Recent comments

🇩🇪Germany sleitner

sleitner changed the visibility of the branch 2466553-untranslated-menu-items11 to hidden.

🇩🇪Germany sleitner

sleitner changed the visibility of the branch 2466553-untranslated-menu-items-11.x to hidden.

🇩🇪Germany sleitner

The service is moved to a new function

public static function sortEntities(array &$entities): bool

which calls a new compare function public static function compare(ConfigEntityInterface $a, ConfigEntityInterface $b, \Collator $collator): int.
The sort functionpublic static function sort(ConfigEntityInterface $a, ConfigEntityInterface $b) is now deprecated in all child classes.

🇩🇪Germany sleitner

@andreayaya MR1 should resolve the problem, but the fetch() method is still overritten, for now.

🇩🇪Germany sleitner

@megachriz HttpFetcher::fetch() does not pass the feed configuration to the HttpFetcher::get() function.

protected function get($url, $sink, $cache_key = FALSE, array $options = [], array $feed_configuration = [])

$response = $this->get($feed->getSource(), $sink, $cache_key, [], $feed->getConfigurationFor($this));

🇩🇪Germany sleitner

Another deprecated use of ${} in src/Plugin/views/pager/DatePager.php

🇩🇪Germany sleitner

solves the problem. All threads were resolved. The large block of testing was restored.

🇩🇪Germany sleitner

IMCE Private Public Buttons does not change the IMCE browser window. This is an IMCE issue. IMCE 3.1 does not support CKeditor 4 anymore.

🇩🇪Germany sleitner

I tried to build a test for this issue following the steps in the summary. I must be missing something, because the test doesn't fail as expected. See test file attached.

🇩🇪Germany sleitner

@i.mcbride your regular expression does not match the user URL.
The patch includes a new regex and test coverage.

🇩🇪Germany sleitner

The detail fields are invisible as soon as the content type is activated.

JS error:

Uncaught TypeError: $element[0] is undefined

Workaround: deactivate the content type translation and reactivate it and set the field settings before saving.

🇩🇪Germany sleitner

I don't know why this is not a local variable. But since it only reads the request, a clone is not necessary.

🇩🇪Germany sleitner

The Content Translation permission settings changed since Drupal7. In Drupal 10 the permissions are more granular.

Production build 0.71.5 2024