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

Merge Requests

More

Recent comments

🇩🇪Germany sleitner

Please release a new tagged version, which is Drupal 11 compatible.

🇩🇪Germany sleitner

I cannot reproduce this behaviour with a clean website (with https://simplytest.me/). "Access denied" when accessing a non-current revision.

🇩🇪Germany sleitner

Your code only worked if the date field was already a view filter or field. If you use another format, it fails.
Please test MR10

🇩🇪Germany sleitner

@guietc and @julien' Any news on releasing a tagged Drupal 11 version?

🇩🇪Germany sleitner

Any news on this update? When can we expect a D11 compatible tagged version?

🇩🇪Germany sleitner

The issue should be fixed in the Development version: 2.1.x-dev , see issue #3505261

🇩🇪Germany sleitner

Fixes issue Existing fields of date type 'daterange' are not matched as well

🇩🇪Germany sleitner

@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.

🇩🇪Germany sleitner

sleitner changed the visibility of the branch 1.0.x to hidden.

🇩🇪Germany sleitner

Added patch #7 to MR!5 , please review. phpunit test fails because theme namein this issue is classy-3461089 and not classy

🇩🇪Germany sleitner

sleitner made their first commit to this issue’s fork.

🇩🇪Germany sleitner

ToolbarAdminMenuTest test still needs to be updated

🇩🇪Germany sleitner

sleitner changed the visibility of the branch 11.x to hidden.

🇩🇪Germany sleitner

sleitner made their first commit to this issue’s fork.

🇩🇪Germany sleitner

If there are new information, please reopen the issue

🇩🇪Germany sleitner

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.

🇩🇪Germany sleitner

@larowlan all references to 11.1 are replaced by 11.2

🇩🇪Germany sleitner

@adcillc @adci_contributor, any news on a Drupal 11 compatible tagged version?

🇩🇪Germany sleitner

@j_s I renamed the temporary column, please try MR9

🇩🇪Germany sleitner

@j_s is one of your fields named startDate?

🇩🇪Germany sleitner

sleitner made their first commit to this issue’s fork.

🇩🇪Germany sleitner

@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.

🇩🇪Germany sleitner

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

Production build 0.71.5 2024