David Buchmann

Results 944 comments of David Buchmann

another non-working case is: class A with method a class B extends A but does not overwrite method a class C extends B and overwrites method a, uses {@inheritDoc} the...

this would be a very helpful feature. the javadoc spec is for example here: http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javadoc.html#inheritingcomments

i would propose that instead (or in addition to) an internal link target selector, we should also have a doctrine listener that finds link to the site domain and resolves...

i think the url is a very basic and thus special case where a back-and-forth conversion would make sense. setting a part non-editable will not help, its still part of...

btw, as we already have the block twig filter, can you open an issue on BlockBundle explaining what was missing from the provided filter? could we extend the filter to...

1. sounds great. i would not go into sub-rendering twig, that is quite tricky business as it can lead to security issues. lets go with [~uuid~]. 2. i would do...

so the magic thing could be [~uuid:|path:~] - but then we need to make sure to encode the path in a way that hides `~`. could we use some other...

ah, i see. well that sounds like the ultra dense wiki syntax that then are hard to read if you don't know them very well. i would prefer to be...

very interesting ideas. having one common format sounds like a good idea. for the syntax we have to be careful, as phpcr paths can contain spaces and colons... for the...

a `*` is about the only thing that can really not occur in a phpcr path. the alternative would be blank space and encode spaces with %20. well, we could...