Any news on this update? When can we expect a D11 compatible tagged version?
The issue should be fixed in the Development version: 2.1.x-dev , see issue #3505261
Tests needed
sleitner → made their first commit to this issue’s fork.
Fixes issue Existing fields of date type 'daterange' are not matched
as well
sleitner → made their first commit to this issue’s fork.
sleitner → created an issue.
@longwave you pointed in #31 about calling services inside the sort callback "is not going to be very performant in a case when there are hundreds of items or more to sort". The solution is to place the service outside the compare function sort()
.
Furthermore the function sort()
name does not reflect its function. It is just comparing the two values, it is not sorting anything.
The merge conflict is resolved.
Thank you @kate heinlein
sleitner → created an issue.
sleitner → made their first commit to this issue’s fork.
sleitner → made their first commit to this issue’s fork.
sleitner → changed the visibility of the branch 1.0.x to hidden.
sleitner → made their first commit to this issue’s fork.
Added patch #7 to MR!5 , please review. phpunit test fails because theme namein this issue is classy-3461089 and not classy
sleitner → made their first commit to this issue’s fork.
Version 2.2.0-alpha1 released
Works for me
sleitner → created an issue.
ToolbarAdminMenuTest
test still needs to be updated
sleitner → changed the visibility of the branch 11.x to hidden.
sleitner → made their first commit to this issue’s fork.
If there are new information, please reopen the issue
There are 2 error in your status, you should solve these first. Depending on the number of nodes/entities, 256MByte memory may be too few.
@larowlan all references to 11.1 are replaced by 11.2
Any news on this issue?
Rebased
Rebased
@adcillc @adci_contributor, any news on a Drupal 11 compatible tagged version?
@j_s MR10 is now against 2.0.x
@j_s I renamed the temporary column, please try MR9
@j_s is one of your fields named startDate?
sleitner → made their first commit to this issue’s fork.
@wim leers : I have this PHP warning in my logs:
Warning: Undefined array key 2 in Drupal\big_pipe\Render\BigPipe->sendPreBody() (line 311 in /www/web/core/modules/big_pipe/src/Render/BigPipe.php)
Created a MR for this issues, but tests are still needed.
sleitner → made their first commit to this issue’s fork.
Someone who tries many SQL injections on my website causes hundreds of errors in the logs.
The viewsreference[compressed] URL parameter is not compressed and not JSON.
PHP Version is 8.2.25
Since null
or int
is not specified in the interface of ViewsReferenceCompressionInterface
as a valid return value
public function uncompress(array $viewsreference, ViewExecutable $view): array;
Therefor a TypeError error is thrown and causes a php error in the drupal log /admin/reports/dblog
and an error in the apache error logs
The value of $json
is null
sleitner → created an issue.
Rerolled, tests now pass
Upgrade path for schema and deprecations bumped to 11.2.x
Added context and language manager whereever needed. Tests are now green
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