David Buchmann
David Buchmann
AbstractBlock::setPosition is currently doing nothing. It should update the position of the block in the list of children of its parent block.
fix #126 you have to call the filter manually as there is no event or filter system like with the ORM. for now it only works with the ODM query...
this looks pretty bad (the current sandbox is still the same): http://cmf.liip.ch/de/admin/bundle/content/multilangstaticcontent/cms/content/demo/edit is there a way we can not have the admin extension trigger when embedding? i guess that is...
we could make the PublishWorkflowExtension have a constructor argument for who may publish and inject the security context. it should be quite simple. we can default to `ROLE_CAN_PUBLISH` or some...
this is somewhat similar to the state voter, but would be more explicit and straightforward to configure (or maybe its just some syntactic sugar around the state voter). ``` php...
we could have a state based publish workflow. for the access check, it would look like the following. additionally we need to set the available states on the admin (another...
symfony documentation got cleaned up. one major part was the integration of the cookbook articles into the general documentation. for background, see http://symfony.com/blog/introducing-the-new-symfony-documentation i think we should do a similar...
document the resource rest bundle. security configuration in resource rest bundle: the big difference is whitelisting vs blacklisting. The default Symfony security works using blacklisting, while this bundle's security works...
document the additional configuration options added in https://github.com/symfony-cmf/SeoBundle/pull/245
document the priority option introduced in https://github.com/doctrine/DoctrinePHPCRBundle/pull/173 /cc @dantleech