Results 92 issues of Vincent Enjalbert

First of all, thanks for sharing this ! A good enhancement would be to hide the badge, and optionnally, show it when the users starts filling a protected form.

javascript

### Preconditions (*) Reproduced on Magento 2.4.3-p1 and SMTP 4.6.1 Also reproduced on Magento 2.4.2-p1 and SMTP 4.5.2 ### Steps to reproduce (*) 1. Enable Mageplaza_Smtp (It works fine when...

Issue

Since Magento removed dependency from laminas/laminas-crypt, and since it is not a dependency of laminas/laminas-email (only a suggest), I think you should add `laminas/laminas-crypt` as a requirement in composer See...

Issue

If there is a match with your code, I add a match check from laravel. This action prevent bugs explained in #735 However, match check from laravel is a bit...

Redirection from non-localized URLs to localized URLs does not work sometimes, because of `LaravelLocalization::extractAttributes()` behaviour : it does not match domain restrictions. (More generally, `getLocalizedURL` does not work because of...

### Rule All imports are effectively used. All imports are sorted ### Reason Usually after code refactoring, some imports are not necessary anymore and should be removed and re-sorted by...

proposal
Progress: ready for grooming

### Preconditions M2.4.4 Coding standard v25 ### Steps to reproduce 1. Create a module 2. Add file view/css/source/_module.less with content : ``` /** * @DoNotInject */ .admin__menu { .item-mymodule.level-0 {...

bug
Progress: ready for grooming

I don't think having LineLength rule for xml is relevant. With XML indentation and a lot of nested tags (ie. system.xml), or with some tags that must have a full...

enhancement
Progress: ready for grooming