Konstantin Myakshin
Konstantin Myakshin
As we can see from `ControllerInjectorsWarmer` - all controller files processed.
@schmittjoh please fix this issue. Use case: 1. I'm installing SonataNotificationBundle 2. It has controller with FosRestBundle annotations 3. I haven't installed this bundle 4. Got an exception that annotation...
> PS: it also possible to use instanceof here. no, because in this context `$resultBuilder` is FQCN, not an object.
@stof what can you say about this PR in general? And I have some problem with Propel integration. Not sure this approach will work correctly
@garak yes, will do it later after fiinish my other PRs. Also I should apply changes requested by @stof . This PR is much harder than other.
branch restarted and rebased. I'm afraid that this PR breaks BC. But we can start working on 2.0 where BC-breaks are acceptable.
This bug requires investigation. We should create something like queue - **schedule** image removing before flush and actually remove it from storage on post flush. Haven't time/money for fixing it...
@bruno-ds have you idea how it could be solved? Maybe open PR. Interesting issue, I think that many people can got it.
Does your liipimagine data loaders configuration are in sync with vichuploader storage configuration? Have you tryed http://symfony.com/doc/master/bundles/LiipImagineBundle/data-loader/flysystem.html or http://symfony.com/doc/master/bundles/LiipImagineBundle/data-loader/stream.html ? Or https://symfony.com/doc/current/bundles/LiipImagineBundle/cache-resolver/aws_s3.html
Namers hasn't know anything about storage. We need inject storage into namer for checking if file already exists. But this is not enough: we also need inject directory namer for...