Commit graph

13 commits

Author SHA1 Message Date
Peter Goodhall
1e7eb7d429 Enhance country count filtering in statistics
Updated get_total_countries to filter by active station's locations and apply additional validation filters for country and DXCC fields, aligning logic with Dashboard validation.
2026-01-06 22:37:36 +00:00
Peter Goodhall
d1378a1deb Add error handling to get_most_worked method
Wrapped database queries in a try-catch block to log errors and prevent failures in the get_most_worked method. Also improved null checks and result array initialization for robustness.
2025-11-14 14:41:36 +00:00
Peter Goodhall
4bd574720c Add advanced statistics features and UI enhancements
Introduces new summary statistics, trends, continent, and most worked data endpoints to Statistics controller, with corresponding AJAX and UI updates in statistics.js and index.php. Adds summary cards, date range filtering, error handling, and improved chart/table rendering for a more interactive statistics dashboard.
2025-11-14 14:36:31 +00:00
cats-shadow
b6a5ba5f27 Options 2023-05-18 15:22:44 +03:00
cats-shadow
7e7f1c5474 [Translation][Russian] 2023-05-17 02:08:11 +03:00
phl0
0f84f71b7e
Sort SAT amd mode stats by count DESC 2023-02-09 12:12:54 +01:00
phl0
6bfdd8a3d5
Hide SAT stuff if SAT band is disabled 2022-10-05 23:23:32 +02:00
Andreas
aa17f4f438 [Statistics] Raw QSO data and unique callsigns 2022-09-25 20:39:55 +02:00
Andreas
4e17281a98 [Statistics] Changed from Google Charts to Chart.js 2022-09-18 16:48:16 +02:00
Peter Goodhall
3697448d56 Stats are only for the active logbook profile 2019-09-26 12:42:19 +01:00
Peter Goodhall
cca5b0ae3b Changed Statistics to Bootstrap 4 layout 2019-05-13 17:37:01 +01:00
Andy
abc12df29b pull from magicbug master 2018-08-08 12:37:21 +01:00
Warren Volz
e384826aea Codeignitor 3.1.6 and corresponding changes
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
  and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00
Renamed from application/controllers/statistics.php (Browse further)