Martin Poirier Théorêt

Results 12 issues of Martin Poirier Théorêt

We migrate from 2 to 3. The sysadmin executed the migration not from the root directory of the project which triggered: An Error Occurred! Error thrown while running command "doctrine:migrations:migrate...

The AmazonMetadataBuilder is available as a service event if we don't configure the filesystem.s3. The settings in that case will be empty. The v4 rely on this setting to be...

bug
unconfirmed

The AES256 value is set via **encryption** but the configuration from Amazon is named **ServerSideEncryption** https://github.com/sonata-project/SonataMediaBundle/blob/dd53b0a6f5c7df3eab29a7393b597a03a2298c9c/src/Metadata/AmazonMetadataBuilder.php#L104 From https://docs.aws.amazon.com/AmazonS3/latest/userguide/specifying-s3-encryption.html $result = $s3->putObject([ 'Bucket' => $bucket, 'Key' => $keyname, 'SourceFile' => $filepath,...

bug
unconfirmed

## Feature Request I have a use case where on each dashboard save the user mush enter a jira ticket. We are tracking this in the audit table. To be...

feature

We have a lot of deprecation log as error in new relic. Example: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated This is happening since we...

Normally the issue on big project is the scalping of the database not as much the frontal server where php executed. What would be interesting (minimally) is the amount of...

### Symfony version(s) affected 4.4 and up (probably all version) ### Description Using the Symfony\Component\HttpKernel\HttpCache\Store with 'Vary' headers override entry metadata if more than one vary header. ### How to...

Bug
HttpKernel
Status: Needs Review

### Environment #### Sonata packages show ``` $ composer show --latest 'sonata-project/*' sonata-project/admin-bundle 4.19.0 4.19.0 The missing Symfony Admin Generator sonata-project/block-bundle 4.18.0 4.18.0 Symfony SonataBlockBundle sonata-project/cache 2.2.0 2.2.0 Cache library...

bug
unconfirmed

The default and current local of a translation is done via the "postLoad". When have a proxy object the post load event is only triggered if we access a property...

If the interface is not implemented the jsonSerialize is never called # Summary # Checklist - [ ] Added changelog entry - [ ] Ran unit tests (Check the README...

triaged