tracking/Classes/Dashboard/Provider
Daniel Siepmann 930903e39f Fix SQL query for pageviewsperpage widget
The existing query was not fully working as intended.
Also it did not work with proper MySQL sql_mode settings.

This is fixed by building a proper query which delivers expected and
deterministic results.

We now always have latest records first.

Also there is no need to fetch the sys_language_uid, as we only fetch
localized record if only one language is allowed. That way we can just
check configuration and use the configuration to do language overlay.

Also there was no need for an join, therefore query was reduced to
necessary stuff.

Relates:  #35
2020-08-13 10:11:45 +02:00
..
NewestPageviews.php Support language restriction for all widgets 2020-08-03 14:29:42 +02:00
PageviewsPerDay.php Support language restriction for all widgets 2020-08-03 14:29:42 +02:00
PageviewsPerOperatingSystem.php Support language restriction for all widgets 2020-08-03 14:29:42 +02:00
PageviewsPerPage.php Fix SQL query for pageviewsperpage widget 2020-08-13 10:11:45 +02:00
Recordviews.php Fix SQL query for recordviews widget 2020-08-13 10:11:45 +02:00