Roel Sint

Results 14 comments of Roel Sint

Thanks a lot, the link is a nice example! Interesting to see in action how you solved it. Offtopic: also how you switch between a menu bar and offcanvas menu...

Did have a look and I see a model normalization error causes the form to not be synchronized. The validator checks if a form is synchronized. See https://github.com/symfony/Form/blob/master/Form.php#L636 and https://github.com/symfony/Form/blob/master/Extension/Validator/Constraints/FormValidator.php#L98....

Great idea! (Just read this, got some internet now on my phone) I think it would be nice to have a base for media that is shared across several projects....

Maybe this can be solved on LiipImagineBundle side, some ideas: - using an LiipImagineBundle interface that is implemented on the `Doctrine\Phpcr\Image` document - using a `PathResolverManager` that can handle multiple...

Sorry, forgot to react. I think this is a good idea, we could keep the form basic and only implement the form fields. Ideally we could wait for the grouped...

no, maybe even after 1.1. Most efficient is to look again at this topic when we have the SonataMediaBundle integration, then indeed the documents become editable.

There is no option to tell the LiipImagineBundle what the extension is from the image object? In the CmfMediaDoctrineLoader the image object is loaded, if it is possible to tell...

I see in the ``FilterManager::get` that the format is detected based on the path if it is not found in the config: https://github.com/liip/LiipImagineBundle/blob/master/Imagine/Filter/FilterManager.php#L73 Isn't the content-type set by the LiipImagineBundlle...

@lsmith77 added details to the issue description above

I think we look at this after 1.1, when we also will look at the integration with SonataMediaBundle