David Buchmann
David Buchmann
when i try to use imagine with an Image document, i get ``` Parameter "path" for route "_imagine_my_filter" must match ".+" ("" given) to generate a corresponding URL ``` it...
in #82 the checks during transformation are improved, but we should see if we can validate UploadFile earlier to provide decent messages to the user.
should we add simple sonata admin classes for these documents? or do we point people to SonataMediaBundle? i just notice that in the sonata admin tree, it would be nice...
We abstracted the image / file upload for Create and other web editors in `UploadFileHelper::getUploadResponse`. The logic is currently ported from the CreateBundle and improved at some points. We should...
see also https://github.com/symfony-cmf/BlockBundle/blob/master/Admin/Imagine/SlideshowBlockAdmin.php#L111 the phpcr-odm now supports automatic names, but not the nameHint option to it. and ideally the auto name strategy would check if a name is set and...
the controller for the rss block uses the DI container instead of having the necessary services injected.
for blocks that can be completely rendered by a template, we should have an option to just configure a mapping from block class to template in the config, and have...
f.e. in frontend editing, the cmf_block_embed filter might have rendered blocks that get stored as rendered blocks on a save. we should have the filter output some special token to...
whether the image is required is determined by the admin class which does have _an_ image block, but not necessarily the correct one. if we manage to do https://github.com/symfony-cmf/MediaBundle/issues/8 this...