tracking/Classes
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
..
Command Add operating system to page view record 2020-07-29 09:07:43 +02:00
Dashboard/Provider Fix SQL query for pageviewsperpage widget 2020-08-13 10:11:45 +02:00
Domain Add tracking of record views 2020-07-30 13:52:33 +02:00
Middleware Add tracking of record views 2020-07-30 13:52:33 +02:00
Extension.php Make widgets configurable via DI 2020-02-25 22:35:30 +01:00