DoctrinePHPCRBundle icon indicating copy to clipboard operation
DoctrinePHPCRBundle copied to clipboard

This bundle integrates Doctrine PHPCR ODM and PHPCR backends into Symfony

Results 8 DoctrinePHPCRBundle issues
Sort by recently updated
recently updated
newest added

This is just a quick sketch of a command to generate CND files (just namespaces and names, no properties / children definitions). In general binding document classes to node types...

ready
wip/poc

I am trying to make the `DocumentType` support UUIDs too (useful for API's). It is very hacky in my opinion, maybe someone else with more experience could lead me into...

wip/poc

I would think it would be great to configure sessions over DSN. Currently a config for `doctrine_dbal` looks like the following in [sulu](https://github.com/sulu/skeleton/blob/23e64dcd12e72668b6c6f4d8785a843f8ecd8304/config/packages/sulu_document_manager.yaml#L9-L16): ```yaml sessions: default: backend: type: doctrinedbal workspace:...

the form type phpcr_document uses the "id" which is the phpcr path. it would be nice if optionally it could also use the uuid instead. looking at Doctrine\Bundle\PHPCRBundle\Form\Type\DocumentType and its...

enhancement
Form

this uuid validator could be interesting https://github.com/symfony/symfony/commit/3ab2dd7076950f7c3b3ff6ce7f68e5ed2872d448 needs to be an optional dependency however, its only in symfony 2.5

Form

we should look into the ORM ParamConverter and see if we can use the same converter for phpcr-odm or build a similar one.

Easy Pick
DX

Some candidates / ideas: - http://knpbundles.com/a2lix/TranslationFormBundle - https://gist.github.com/2437078

enhancement
Form

jackrabbit have host and port options support in symfony configs please

enhancement