sleitner → changed the visibility of the branch 2466553-untranslated-menu-items11 to hidden.
sleitner → changed the visibility of the branch 2466553-untranslated-menu-items-11.x to hidden.
Rerolled
fixed in 2.0.0-alpha2
Did you rebuild permissions?
Use 2.x branch
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.
@andreayaya MR1 should resolve the problem, but the fetch()
method is still overritten, for now.
@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));
sleitner → created an issue.
sleitner → made their first commit to this issue’s fork.
Another deprecated use of ${} in src/Plugin/views/pager/DatePager.php
Static patch of MR8
Static patch of MR2
Test extended
solves the problem. All threads were resolved. The large block of testing was restored.
sleitner → created an issue.
Reroll for 3.6 as MR
Dependency evaluation added to issue summary
sleitner → created an issue.
Rerolled again
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.
Added details to CR https://www.drupal.org/node/3456217 →
Patchfile of the last MR
Patchfile of MR
PHPStan issues are resolved, please review
Reroll and some fixes
sleitner → made their first commit to this issue’s fork.
Rerolled again
sleitner → created an issue.
sleitner → created an issue.
sleitner → created an issue.
Duplicate of 🐛 Javascript warning from content language and translation page Fixed
I think this is a duplicate of 🐛 Javascript warning from content language and translation page Fixed . It is fixed in 10.3.x-dev
Patch #9 works for me
Converted to MR
Unpostpone it. 🐛 Country list is not correctly sorted when it's localized with accents (e.g. German, Turkish) Postponed is postponed because nobody wants to break the API.
per #2 and #3
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.
@i.mcbride your regular expression does not match the user URL.
The patch includes a new regex and test coverage.
sleitner → made their first commit to this issue’s fork.
The problem was solved: 🐛 Content language and translation AJAX expansion is backwards Fixed
Rerolled to 11.x in new branch in MR 6727
sleitner → made their first commit to this issue’s fork.
Is a duplicate of 🐛 Status of checkboxes on content translation admin page having wrong status Needs work
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.
I don't know why this is not a local variable. But since it only reads the request, a clone is not necessary.
The Content Translation permission settings changed since Drupal7. In Drupal 10 the permissions are more granular.
This is already fixed: 🐛 Put each entity type table into a details element on admin/config/regional/content-language Fixed