menu-bundle
menu-bundle copied to clipboard
Extends the KnpMenuBundle to work with PHPCR ODM
| Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | yes | Deprecations? |...
Let's start it here also ToDo: * [ ] fix tests * [ ] increase phpunit version
Fixes #255 Based on #256 WIP. This PR refactors the PhpcrMenuProvider to throw errors more often. The current problem is that `has` was hiding all of the Exceptions which were...
see https://groups.google.com/forum/?fromgroups=#!topic/symfony-cmf-devs/ikJ9jpomzaQ and https://groups.google.com/forum/?fromgroups=#!topic/symfony-cmf-devs/otAht7VS04Y i have classified this as a bug as it makes it impossible to use our menu bundle in larger setups. i was able to reproduce this...
once breadcrumb is merged in knp menu, we should look at how we do breadcrumbs and document it for users. see https://github.com/KnpLabs/KnpMenu/pull/45
I know that this issue can or should affect phpcr-odm, but menu items would need that. Almost all documents can live onsorted in the tree, but would like to have...
If the provider cannot find the menu document then the error is thrown back to KnpMenu ChainProvider and the next provider is tried. When all providers fail you get a...
Currently you can only specify a URL, Route Name, or Content Document (or rather all three at the same time if you like - would be neat to have a...
it would be nice to have a way to just render the current submenu if there is one of that navigation depth. we can render from a menu item but...
Originally reported by @wjzijderveld in ContentBundle > The embedded route and menu forms for the content admin are great! > > But for multilang menu nodes, it doesn't work to...