dms-filter-bundle icon indicating copy to clipboard operation
dms-filter-bundle copied to clipboard

Provides a FilterService for Symfony to allow users to implement input filtering in entities using Annotations

Results 16 dms-filter-bundle issues
Sort by recently updated
recently updated
newest added

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.8 to 9.5.24. Changelog Sourced from phpunit/phpunit's changelog. [9.5.24] - 2022-08-30 Added #4931: Support null and false as stand-alone types #4955: Support true as stand-alone type Fixed...

Dependencies

Bumps [symfony/framework-bundle](https://github.com/symfony/framework-bundle) from 5.3.4 to 5.4.12. Release notes Sourced from symfony/framework-bundle's releases. v5.4.12 Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.11...v5.4.12) bug #47195 fix writes to static $kernel property (xabbuh) bug #47129 remove the ChatterInterface alias...

Dependencies

Bumps [symfony/form](https://github.com/symfony/form) from 5.3.4 to 5.4.12. Release notes Sourced from symfony/form's releases. v5.4.12 Changelog (https://github.com/symfony/form/compare/v5.4.11...v5.4.12) bug #47200 ignore missing keys when mapping DateTime objects to uninitialized arrays (xabbuh) v5.4.11 Changelog...

Dependencies

Bumps [dms/dms-filter](https://github.com/rdohms/dms-filter) from 4.0.0 to 4.0.2. Release notes Sourced from dms/dms-filter's releases. v4.0.1 Total issues resolved: 0 Total pull requests resolved: 5 Total contributors: 4 Bug,Feature 52: PHP 8 fixes...

Dependencies

Bumps [dms/coding-standard](https://github.com/rdohms/dms-coding-standard) from 8.0.1 to 9.0.0. Commits 3daad6e Merge pull request #3 from rdohms/task/up-to-9 fa2fb1a Drop PHP 7.4 aa381fa Adjust tests to new version 2501df7 Upgrade to Doctrine Standard 9...

Dependencies

I believe this is not needed in the bundle extension: ``` php AnnotationRegistry::registerAutoloadNamespace('DMS\Bundle\FilterBundle\Rule', __DIR__ . '/../../../'); ``` as long as you register the annotations loader in app/autoload.php ``` php AnnotationRegistry::registerLoader(array($loader,...

Documentation

As described in #18, validations attached directly to fields are processed against Form (array) data, not the resolved entity, so the filters do not affect the data. The alternate solution...

feature

Hello, I have the following Annotations and Attributes set on an property: /** * @SfFilter\Service(service="app.utitliy_service", method="removeWhiteSpaces") */ #[Filter\StripTags] #[Filter\Trim] #[ORM\Column(type: 'string', nullable: true)] private ?string $author = null; I can't...

Bumps [symfony/framework-bundle](https://github.com/symfony/framework-bundle) from 5.3.4 to 5.4.14. Release notes Sourced from symfony/framework-bundle's releases. v5.4.13 Changelog (https://github.com/symfony/framework-bundle/compare/v5.4.12...v5.4.13) bug #47637 Fix passing serializer.default_context option to normalizers (wuchen90) bug #47695 Filter out trans paths...

Dependencies

Bumps [symfony/form](https://github.com/symfony/form) from 5.3.4 to 5.4.13. Release notes Sourced from symfony/form's releases. v5.4.13 Changelog (https://github.com/symfony/form/compare/v5.4.12...v5.4.13) bug #47528 fix UUID tranformer (nicolas-grekas) v5.4.12 Changelog (https://github.com/symfony/form/compare/v5.4.11...v5.4.12) bug #47200 ignore missing keys when...

Dependencies