David Buchmann
David Buchmann
removed the milestone
my main worries with the custom solution is that a) i have to do more manual work to use sylius with phpcr-odm, and b) when i introduce sylius into an...
i don't know sylius and don't know if they had to build a custom translation system. the orm doctrine extension translatable supports something that sounds very much like this, where...
lazy loading would also play much nicer with how phpcr-odm implemented multilang. you would re-fetch the document in another language only when that language is requested. there is a call...
:+1: about operations order vs changeset calculation: this is a fundamental question, but basically we can say that the changeset calculation is flawed. it should detect that something moved somewhere,...
yes, you can add the mix:referenceable to existing nodes. the repository impl will automatically add a uuid at that point. not sure if the phpcr-shell by @dantleech can set a...
what would this mean? detecting whether the implementation says it has the capability of child ordering and otherwise catch ordering operations and complain / have uow not check for reorderings...
i think #417 would make sense. then we have about reached the limit of what makes sense - serializing and unserializing objects as a general pattern feels strange to me....
you can map the document. or do with a listener as in SeoBundle - if we provide this in phpcr-odm we would need an interface for that and it feels...
sounds great! phpcr-odm was started looking at the code of the orm around 2.1 i think, and we have not ported over all the features. some things move into doctrine...