@dburiak, I pushed your patch to the branch. Please fix the issues we found while testing the latest changes.
kolesnikoff β made their first commit to this issueβs fork.
Code reviewed and tested. Some recommendations for further improvements will be implemented in the next releases.
I reviewed the code, looks good, no issues found.
Also tested the branch locally:
1. Created user "bruteforce".
2. Tried to log in using incorrect password. Received standard error message.
3. After 5 failed attempts received new error message
4. Created new theme "Test" based on Olivero. Copied the template failed-login-page.html.twig and changed it.
5. Cleared cache, tried to log in again. Received error page that used new template.
6. Test passed.
I tested the module against Slick 3.x and did not find any issues. Please review.
kolesnikoff β made their first commit to this issueβs fork.
kolesnikoff β made their first commit to this issueβs fork.
Merging the branch with the upstream fixed MR failures.
Please review and test.
kolesnikoff β made their first commit to this issueβs fork.
Reviewed and tested. The deprecation warning has gone.
+
And, unfortunately, the #StandWithUkraine banner was silently and chicken-heartedly removed from the Composer as well https://github.com/composer/packagist/commit/d394c8de05843d8f7789e6b37215c7a173590f5f.
You can install the patched D10-compatible version of the module using this configuration of the composer.json file:
{
"require": {
"drupal/views_autocomplete_api": "2.1.x"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": [
"drupal/views_autocomplete_api"
]
},
{
"type": "git",
"url": "https://git.drupalcode.org/issue/views_autocomplete_api-3332131"
}
],
}
kolesnikoff β made their first commit to this issueβs fork.
Adding a patch for a bulk author changing of the Media entities.
Applying the patch from #2 rendered a duplicate the same way described in https://www.drupal.org/project/textfield_counter/issues/3257307 π Duplicate counter on paragraph fields Closed: duplicate .
I added a filtering to $(once("textfield-counter-text-watcher", "." + fieldSettings.key[index]))
as well and it helped.
Please review and test.
Reroll the patch for Drupal 9.5.9.
kolesnikoff β made their first commit to this issueβs fork.