Carsten Brandt

Results 384 comments of Carsten Brandt

in the profiling tab we already have `Total processing time: 82 ms`. This is basically what you need, isn't it?

information could be cached and refreshed only once a day for example.

@Deele you could create an issue in the yii2 repo, we will add a tag for website there.

> We have all request body in log that is usually not the case. What exactly should the re-test button do? Reload the page?

It is already there in the configuration panel: ![bildschirmfoto vom 2015-05-23 14 07 59](https://cloud.githubusercontent.com/assets/189796/7783983/cf84e3bc-0155-11e5-933f-b336b2021775.png)

oh, sorry @hooman-pro, I missread your request. What is the benefit of listing the modules here?

1. I found the description in the guide was not accurate, as some paths were wrong. 2. are you sure you do not reference `main.php` in some other places? Make...

A better option would be to only populate `$this->clientOptions['dateFormat']` if it is not set already, so you can set it in clientOptions using the JS format.

PHP can not handle international date format. you have to use the intl format for that.

> My first idea was to duplicate the spec files into a 3.0 and 3.1 Folder and use them according to the given OpenAPI version. I thought about that but...