routing-bundle
routing-bundle copied to clipboard
Symfony bundle to provide the CMF chain router to handle multiple routers, and the dynamic router to load routes from a database or other sources.
I'd like to hadd some ORM functionoal base tests?
Since #260 we ignore URLs with `:` for the phpcr route provider. Ideally we would check if the thing before `:` is a valid namespace shortcut, as then it could...
We should implement https://github.com/doctrine/phpcr-odm/pull/706 in 2.0 of this bundle. The tree browser bundle can use this information to restrict children.
Discussion in #239
| Q | A | | --- | --- | | Bug fix? | no | | New feature? | yes | | BC breaks? | no (well, yes, but...
I just fixed just a bug with #223 but i think we should go over the configuration and build different config test cases and test them. Btw we should be...
Moved from https://github.com/symfony-cmf/Routing/issues/90 Currently there is support for generating URLs for cmf documents using the symfony path and url twig functions but it would be nice to have a dedicated...
There should be a built in way to embed links/urls to other routes in the CMF into the body of a PHPCR document that can be resolved to the correct...
as per https://github.com/symfony-cmf/RoutingBundle/pull/210/files#r9177557 we should convert the doctrine listener to an event subscriber to make things clearer.
When using the RoutingBundle with multiple document managers (e.g. when using multiple workspaces), I think it would be better for it to add a `DoctrinePhpcrMappingsPass` compiler pass for each document...