Ben Glassman
Ben Glassman
Let me see if I can whip up a PR this weekend
@marcomarcomarco you should disable doctrine orm auto mapping and instead create a separate entity manager for the wordpress bundle to use which only maps the wordpress bundle entities. This will...
great library! :+1: any progress on a stable release or consolidated branch for leaflet 1 support?
@dbu It would be be able to handle both regular symfony routes and phpcr routes but I feel the client use case is primary to insert links to other cms...
Interesting, it seems the RoutingAutoBundle could potentially already address the requirement of automatically redirecting when a document is moved provided that the link pointed at the auto route and not...
I havent used the auto routing so perhaps im misunderstanding but i was thinking that if a user was editing a page in the backend and inserts a link they...
@dbu good point and i can think of other ways in which front end editing could cause issues like. For example on our cms architecture we are not currently using...
@dbu perhaps this can go into block bundle but the reason I created a separate filter was that I am not embedding blocks that are stored in the database. These...
@dbu I have moved the block discussion to a new issue https://github.com/symfony-cmf/BlockBundle/issues/143
@dbu so at this point it looks like we can move forward with adding the following 1. A twig filter that converts uuids to URLs What format should it be...