Stefan Giehl
Stefan Giehl
I understood that. I'm happy to adjust the wording and the link. But I'm pretty sure that it is easier for someone, who better knows what people are asking or...
Ok. I've adjusted the link. So if we detect a wordpress site we would now show: - in case Matomo for Wordpress is being used:  - If normal Matomo...
Maybe we could also try to make that step by step... we currently use `Common::getRequestVar()` to get anything from the request object. We could introduce a new method directly returning...
not sure if we are using request vars with an underscore anywhere else than [here](https://github.com/piwik/piwik/blob/3.x-dev/core/Tracker/Request.php#L702), but that likely might cause problems when using such a "magic" thing. So maybe introducing...
@justinvelluppillai This would also be a nice to have for Matomo 5. At least changing the input sanitizing for API would be a breaking change. Changing the use of `Common::getRequestVar()`...
@tsteur No, actually both. For the API I was thinking about switching the default behavior to have no sanitizing, but for the "migration" provide a static list of methods /...
@tsteur I had some further thoughts on that one. My suggested migration plan would be this one: - With Matomo 4.12 we introduce a new API class property e.g. `autoSanitizeInputParams`....
@tsteur The first step, to introduce the flag and setting it in all our plugins (for Matomo 5), shouldn't be more than half a day. Checking all our APIs, removing...
Hi @dave-anh-kpi Thanks for creating this issue. I guess we might need to dig a beet deeper into how the conversions are calculated in detail. A first assumption would be...
Thanks for the report. I'll try to reproduce that later