Carsten Brandt
Carsten Brandt
we can not guarantee that we avoid breaking BC in all the cases but this one is obvious. 2.0.x releases of Yii are meant to be non breaking changes so...
I had no time to look at it yet, but it seems to me that in the current state it does not fit for a 2.0.x release.
related: https://github.com/yiisoft/yii2/issues/12147, https://github.com/yiisoft/yii2/issues/4834
The reason for having it in one class is that you can do `$query = Post::find()` or `$query = $post->getAuthor()` and get a query which you can work with in...
how else provide the same functionality? If I extend ActiveQuery with a custom query class, I want the same functionality to be provided regardless of whether I get the query...
absent files could be allowed by adding the `?` marker. Returning empty array on a required file does not seem to be a good idea to me.
@goetas this one is ready for review/merge too. Let me know if you have any questions about this. Unit tests are covering everything relevant as far as I see. Going...
I tested this more thoroughly and found that this is not complete. redefine semantics are not met with the current code. I have no time and interest to work on...
Added an incomplete and failing test case that shows what is missing.
There is a plugin for leaflet: https://github.com/domoritz/leaflet-locatecontrol