David Buchmann
David Buchmann
there is now a command to migrate a document from one class to an other, but this would be useful functionality through code as well. https://github.com/doctrine/phpcr-odm/blob/master/lib/Doctrine/ODM/PHPCR/Tools/Console/Command/DocumentMigrateClassCommand.php
this is a follow-up of #116 the problem is: what happens when a ReferenceOne path or weak reference property points to something non-existing? is the property null? is the currently...
this is a follow-up of #116 i think a user might need to attach his own strategy to the document manager. we could call this path_relative= and provide "max" that...
depends on https://github.com/jackalope/jackalope/issues/59
a query can currently return documents or phpcr nodes. it would be useful to also allow to return arrays of the selected values.
while investigating a website using phpcr-odm, i found that after setting a depth of 2 there are two things left that lead to a lot of unnecessary requests: - parent...
mark https://packagist.org/packages/symfony-cmf/blog-bundle as abandoned @lsmith77 please do that - as i see the packagist interface you are the only one with permissions to do that
We should make something like https://github.com/symfony-cmf/MenuBundle/blob/master/Admin/MenuNodeAdmin.php#L44-L81 possible for simple cms as well. An admin extension can not do this, otherwise we could generalize it into one. Given that trees are...
if we would map route referrers on the simple cms page and on getRouteReferrers return them, together with "$this", you could use this bundle to do full translated urls while...
once this bundle has stabilized, we should review the xml configuration schema