Robert Korulczyk
Robert Korulczyk
@ggh2e3 @SamMousa `parse_url()` is quite complex and it may be an overkill in this case. I made some tests before and two `strpos()` calls were 20 times faster than single...
@ggh2e3 I don't have any particular case in mind, but for example you PR removed `($pos = strpos($url, '/', 2)) !== false` case. I'm not sure what is purpose of...
> Think about it. I just change a setting that should impact the level of logging. `YII_DEBUG` does a lot more than logging level. Note difference between absolute paths: Yii...
> Yes makes sense . Still I would like to understand how the path issue relates to you debug . Will try to check where these paths are defined I'm...
How is this supposed to prevent XSS?
> the filter prevents malicious code to be injected from the browser URL to the jQuery selector arguments. > in this case the Action of the form. I that case...
This is not about encoding an URL, but about encoding a HTML attribute. I think we can safely assume that the most popular JS library can do such basic task....
@Webkadabra I suggest you to pick one of many open [issues](https://github.com/yiisoft/yii2/issues), create a PR to fix it and show us all how good coding looks like. So far all your...
@vercotux > You are assuming the PK name is 'id'. It is not, it can be anything. But you should know your PK name, so just replace `id` key with...
@vercotux If you don't know PK name you probably don't know anything about table schema. How do you want to add additional conditions, if you don't know what columns this...