tracking/Classes/Dashboard/Provider
Daniel Siepmann 27e0623794 Fix SQL query for recordviews 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.

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 Remove HTML Tags from dashboard widget labels 2020-08-04 09:16:33 +02:00
Recordviews.php Fix SQL query for recordviews widget 2020-08-13 10:11:45 +02:00