David Buchmann
David Buchmann
@Ocramius but in orm, can you trigger a recalculate of the changeset to add documents from a doctrine event listener?
is #118 related to this?
I think the so far we called all phpcr-odm specific commands doctrine:phpcr:... Which seems inconsistent with the rest of doctrine, but has the benefit of being consistent with the symfony...
in #415 i add the helper to filter (for the proxy generation command). this is used by the orm to filter what documents should be generated. to actually do this,...
i think i never tested, but so you tested that if you change a document that has a weak reference / path reference to nonexisting, but you don't touch the...
thanks for the report. i will try to add some tests around this in the near future, so we at least know what works and what not.
yes, we do that in liip.ch and it works fine. i would not do tens of thousands of users, but if its just a couple of cms users it works...
there is a limitation on the jackrabbit side making things very inefficient if direct children of one node in the tree go towards 10'000. if you expect more than a...
> So, the main problem is a number of a direct children of a particular > node (and a number of children of these children (i.e. deeper nested > children...
imho it makes sense to have FOSUserBundle provide a mapping for the model and a simple implementation of the manager and repository that work fine for < 10'000 users. the...