David Buchmann
David Buchmann
continued in #75, thanks a lot @andrew-demb
for generating the RDFa HTML, we use a twig extension to render the content of a model much like you render forms. conceptually thats quite different from JSON-LD which is...
wow, quite a rewrite. imo it makes sense to attempt this, its the natural way. you can also look at the code in jackalope to get inspired, we have a...
hey, cool. i think this is almost ready. agree that this could be called NormalizedFieldIdGenerator or something. when you want to use the path in a URL, you do want...
that default normalizer could also get us rid of adding a dependency for a slugifier. we can then explain how to use that instead of the default normalizer in the...
i think the idea of leveraging ocramius/changeset is interesting here. we would record changes as we notice them, but for the implicit changes (adding a child, renaming something and so...
@dantleech something for an upcoming phpcr-odm 2.0? or should we drop this and leave it to other layers of the application to generate ids?
this sounds a lot like 2.0 to me, yes. you are right about field changes. but there are quite some tricky things to keep in mind (field changes on moved...
I just added the cross reference. @lsmith77 hopefully knows more
i am not aware of anybody working on this currently. it would likely mean porting a similar functionality from doctrine orm to phpcr-odm. or better seeing if the functionality can...