David Buchmann

Results 944 comments of David Buchmann

i don't want to be negative, but is that RestBundle doing anything that [FOSRestBundle](http://symfony.com/doc/master/bundles/FOSRestBundle/5-automatic-route-generation_single-restful-controller.html) does not offer? i think i would rather follow this approach: - use FOSRest to create...

the routing 1.1.0-beta2 is still before the BC break we did to cleanup the interface names. you really need to have at least 1.1.0 stable - maybe one of your...

the blog bundle is indeed one of the cmf bundles nobody cleaned up yet to be released as 1.0 the issue #31 lists what is left to do. if you...

there was somebody trying to implement the add button, see #24. but at the time there was no RoutingAutoBundle and he wanted to create documents that have routes, so everything...

very interesting, glad you got so far. the parent handling is probably tricky with the orm. with phpcr-odm, its part of the very design principle that data is in a...

very interesting idea! do you want to contribute this to https://github.com/flack/createphp ? instead of the string comparison to see if the target could be the parent, you might want to...

i think the "simplest" approach is: - map the field that holds the locale in the document in the rdf mapping (the user would have to do this) - render...

i meant `is_subclass_of(get_class($parent), $mapping['targetEntity']))` - the method is `instanceof` for class names rather than class instances. to create the pull request, you click the fork button in the project https://github.com/flack/createphp...

ups, almost :-) you want to create the pull request against flack/createphp, not against your own fork. you can create the pull request at this url: https://github.com/flack/createphp/compare/master...bitladen-nw:bitladen-nw-patch-1 i added you...

yep, great! i commented some details on https://github.com/flack/createphp/pull/73