block-bundle
block-bundle copied to clipboard
Extends the SonataBlockBundle to integrate with PHPCR ODM
Let's start it here also ToDo: * [x] fix tests * [x] increase phpunit version
A quik fix with a problem i am faces with, where play bleeding edge with SF 4.2 and newer sonata packages.
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...
In https://github.com/symfony-cmf/BlockBundle/blob/master/Resources/config/services.xml all the blocks are defined. The block services have a third argument which is the template that gets rendered. Personally I dislike making a BlockBundle myself to extend...
the controller for the rss block uses the DI container instead of having the necessary services injected.
Would be nice to be able reorder the children blocks of a block directly in the frontend.
The 'exists' function is missing in the PhpcrBlockLoader class to use sonata_block_exists in twig template
I'm trying to run Esi with CMF Block bundle, but I'm getting this exception: ``` ServiceCircularReferenceException: Circular reference detected for service "http_kernel", path: "http_kernel -> debug.event_dispatcher -> profiler -> sonata.block.templating.helper...
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...
I am using bleeding edge of the cmf, but had this problem with 1.0 and 1.1 too: When tring to create Blocks with attr settings, i cant get it working,...