phpcr-odm icon indicating copy to clipboard operation
phpcr-odm copied to clipboard

Doctrine PHPCR ODM

Results 64 phpcr-odm issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to "move" a new (yes a new) document (`Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\Route`) to another node by using `setParentDocument` in a `prePersist` event listener. The target node is created on the...

relates to https://github.com/doctrine/phpcr-odm/pull/380 and https://github.com/doctrine/phpcr-odm/pull/381

sanity checks

Hello. I have a problem with a filter in the query builder on a datetime field. I want the object with the date just before the given one, and the...

bug

Adding a new object to the children of a document inserts the new object always at the end of the children regardless of the position of the new child in...

bug

When you have a container block with no translated fields doLoadTranslation will not load the proper translations of the children of that container due to https://github.com/doctrine/phpcr-odm/blob/master/lib/Doctrine/ODM/PHPCR/UnitOfWork.php#L3384 So I have to...

bug

The document manager currently has one localization aware method - `findTranslation`, which is the localized analogue of `find` There does not exist an analogue for ``findMany` and the query builder...

in DocumentManager::getDocumentsByPhpcrQuery the locale of the query is ignored.

It should be possible to have an array type which automatically creates a structure, e.g ``` php class Site { /** * @PHPCR\AssocArray() */ protected $preferences; } ``` Then automatically...

feature

Currently it is not possible to map references (`@ReferenceOne`, `@ReferenceMany`) as translated fields. This should be possible I think.

see https://github.com/doctrine/phpcr-odm/pull/587

Easy Pick