David Buchmann
David Buchmann
actually it was like this at the beginning, and then @beberlei or @stof proposed to limit it to just the configured manager. maybe we should allow a list of managers...
do you want to do anything on this @fazy ?
the compiler pass is created in the bundle, at a time when we do not know the configuration yet. i also wonder if the preview thing should go into the...
i think the PreviewPublishBundle should be the one to handle the more document managers. there is no way for the bundle to handle n managers, unless we would refactor the...
magnolia is doing it on page level (and also with configuration fragments and whatnot). i think they handle themselves to not synchronize the subtree. it is a totally different approach...
lets continue this discussion to the symfony-cmf mailinglist where more people will see it. fazy created a thread on the list for this.
@benglass thanks. i will look at the changes. please use the PR template as explained in https://github.com/symfony-cmf/RoutingBundle/blob/master/CONTRIBUTING.md about the naming. indeed cmf_object_path and cmf_object_url would be more neutral and thus...
@lsmith77 there is open discussion that went to sleep: - do the functions make sense or is cmf_is_linkable enough? maybe with an extra parameter to check if a RouteReferrersInterface object...
that is an interesting problem that occurs with combining templates and applications with cms content. i have seen the idea of one document at a known location (e.g. the home,...
i just noticed that CmfHelper::isLinkable already checks if a content returns > 0 routes for getRoutes. so i think nothing additional needs to be on that side. @benglass are you...