Danny v W

Results 70 issues of Danny v W

The "Kunstmaan\AdminBundle\Security\UserChecker::checkPostAuth()" method will require a new "?TokenInterface $token" argument in the next major version of its interface "Symfony\Component\Security\Core\User\UserCheckerInterface", not defining it is deprecated. ---- This is from the BaseUser:...

User Deprecated: Since symfony/validator 7.3: Passing an array of options to configure the "Symfony\Component\Validator\Constraints\Length" constraint is deprecated, use named arguments instead. Come from SeoType but possible in more form types

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Fixed tickets...

We have in varnish a querysort filter for urls. But in some scenarios the filtering is not working. This url: `/nl/admin/settings/redirect?filter_columnname%5B%5D=origin&filter_uniquefilterid%5B%5D=1&filter_comparator_1=contains&filter_value_1=test&filter_columnname%5B%5D=domain&filter_uniquefilterid%5B%5D=2&filter_comparator_2=in&filter_value_2%5B%5D=example.nl&filter=filter` Will be convert to: `/nl/admin/settings/redirect?filter=filter&filter_columnname%5B%5D=domain&filter_columnname%5B%5D=origin&filter_comparator_1=contains&filter_comparator_2=in&filter_uniquefilterid%5B%5D=1&filter_uniquefilterid%5B%5D=2&filter_value_1=test&filter_value_2%5B%5D=example.nl` Now domain is the...

`type: 'array'` is removed in doctrine/orm 3

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Fixed tickets...

The "Symfony\Bundle\FrameworkBundle\Translation\Translator" class is considered final since Symfony 7.1. It may change without further notice as of its next major version. You should not extend it from "Kunstmaan\TranslatorBundle\Service\Translator\Translator". The "Symfony\Component\Translation\DataCollectorTranslator"...

Type: Deprecation

We have a "multi_lang" configuration with multiple locales (nl/en/de). If the page is not translated then it will show the page multiple times in the admin menu. This method https://github.com/Kunstmaan/KunstmaanBundlesCMS/blob/7.x/src/Kunstmaan/NodeBundle/Repository/NodeRepository.php#L262...

Current Symfony versions use index.php instead of app_(dev).php file. Maybe we can optimize this regex https://github.com/Kunstmaan/KunstmaanBundlesCMS/blob/7.x/src/Kunstmaan/AdminBundle/Helper/AdminRouteHelper.php#L10

Type: Improvement

User Deprecated: Your output walker class Kunstmaan\AdminBundle\Helper\Security\Acl\AclWalker should implement Doctrine\ORM\Query\OutputWalker in order to provide a Doctrine\ORM\Query\Exec\SqlFinalizer. This also means the output walker should not use the query firstResult/maxResult values, which...

Type: Deprecation
doctrine