Uwe Jäger

Results 15 issues of Uwe Jäger

Not sure but this looks like a backbone change ...

Is there a reason to use npm install instead of yarn install in entrypoint.sh? You use yarn in your example in the readme ... and I currently have an issue...

TwigUtil uses a static SplObjectStorage when registering templates. This leads to memory leaks when you have a lot of funtional tests. Registering templates through a service avoids that memory leak.

Extend SecurityExtraBundle to allow for ACL security based on document identity: - Document annotation/property: secure by path or by uuid - implement ObjectIdentityInterface for PHPCR-ODM - Add security exception to...

security

Don't use Symfony's default translator but the translator configured through the translator alias.

this simple tests fails when using jackrabbit - not sure what the expected behaviour is, let's have a look at the spec?

review

so there a two conditions to make that test fail 1. add an preUpdate Listener to the parent class 2. make sure the parents ChildrenCollection is initialized without either one...

review

Failing test for issue #605 I would expect setLocale on the QueryBuilder would return the found document in the specified locale

ready
review

I found this while trying to rename a route (from the RoutingBundle) with setName, the cause is a bit difficult to describe ... First you need a parent with mapped...

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