David Buchmann

Results 944 comments of David Buchmann

i guess the problem is that admin extensions are not applied to admin extensions. so we would need to add the locale to this admin again. what we do in...

the approach with using a form for admin extension is working nicely in the seo bundle. however, i did not manage to use the form to edit the document itself...

> - updateSeoMetadataFrom($object) // this one gets my vote if we ever update it from something else, this would be odd. like updateSeoMetadataFromEntityId or something. then again we can just...

@benglass proposed updateMetadata() in #263. i like that one best.

@webmozart can you maybe help us? we throw an exception in a transformer and would like to show that exception as the validation error message as we know that the...

i think its a good proposal, and i am all for sharing code. i think we have to "get this right". there is already SonataMediaBundle, and also LiipImagineBundle that both...

right now the parameter to the imagine filter is called `$path` and expected to be a string. maybe there is a way to extend WebPathResolver to a ImageOrWebPathResolver and configure...

if we integrate with SonataMediaBundle, the documents would become editable as well, right? not sure if we need something in between or if we say if people use sonata, they...

for the CmfMediaBundle, the call to make up the path from an id would need to end up in https://github.com/symfony-cmf/MediaBundle/blob/master/Doctrine/Phpcr/MediaManager.php#L121 where we would append the extension based on the mime...

seems this won't happen for release 1.1 maybe in a couple months, the LiipImagineBundle has a stable 1.0 out and we can revisit the integration