StofDoctrineExtensionsBundle icon indicating copy to clipboard operation
StofDoctrineExtensionsBundle copied to clipboard

Integration bundle for DoctrineExtensions by l3pp4rd in Symfony

Results 67 StofDoctrineExtensionsBundle issues
Sort by recently updated
recently updated
newest added

By setting this priorities for the timestampable and blameable listener, the loggable listener will be called after them and also receives the changes made by the timestampable and blameable listener.

This is made on top of https://github.com/stof/StofDoctrineExtensionsBundle/pull/437 `gedmo/doctrine-extensions` used to use the metadata cache from doctrine persistence for storing its own configuration. That was changed in https://github.com/doctrine-extensions/DoctrineExtensions/pull/2373 allowing to use...

Hello, I have a entity **List** which has been created by a **User** _List->getCreatedBy()_. This **User** has been softdelete. I'm requesting the same **List** and in the data I have...

**Describe the bug** When using loggable, a new `ext_log_entries` table is created in the database. After that, every time we use `doctrine:migrations:diff` command, the generated migration file contains ```php $this->addSql('DROP...

Bug

Adds support for IpTraceable Gedmo extension

Replaces https://github.com/stof/StofDoctrineExtensionsBundle/pull/434 (I removed the branch 😬)

LocaleListener must call before easyadmin event. Translatable does not work on the edit page in easyadmin.

by setting a numeric value in the config. In the current implementation it is not possible to adjust the default/hardcoded listener priorities anyhow. Thus, as an example, the loggable listener...

Hi, In some case, using the Symfony2 locale (for example from the Request) to automatically filter entities using the `Translatable` extension can lead to unwanted results. I came across such...