Commit graph

50 commits

Author SHA1 Message Date
int2001
acfb8ee3f6
Fix SQL handling / wrong grids 2026-08-06 06:33:00 +00:00
int2001
a2a061e8ca
Fix Antenna-Analytics, make it work with shortwave-QSOs 2026-08-06 05:11:33 +00:00
int2001
4f2809404a
Fix also unique-stats 2026-07-19 08:40:41 +00:00
int2001
dcfa58aff0
Fixes stats (and more) returning warnings on empty log/bands 2026-07-19 08:31:17 +00:00
Andreas Kristiansen
749b9761e6 Remove orphaned functions 2026-07-15 14:55:40 +02:00
HB9HIL
c4603224f6
variables can be undefined 2026-07-11 16:26:47 +02:00
int2001
e102f945b2
Fix Bug with empty (null) prop_mode 2026-03-31 19:08:59 +00:00
phl0
8c6779e482
Check a little more specific 2026-03-18 09:00:48 +01:00
phl0
c92c297bc6
Fix more return checks for list_logbook_relationships 2026-03-15 11:03:29 +01:00
int2001
48751e3f2e
Optimize index-usage 2026-02-03 11:51:07 +00:00
phl0
4c8e64d1e2
Fix views for stats and awards 2026-01-27 16:01:05 +01:00
phl0
eb6963fbba
Fix lookup for sat in stats 2026-01-21 16:51:36 +01:00
int2001
08d90aec24
Introduce more granular Date-Filter for Stats-Page 2025-12-31 09:03:13 +00:00
Andreas Kristiansen
3b36826229 [EME Initials] Added state to table 2025-11-14 20:16:50 +01:00
int2001
f959a033ba
VUCC-Approach 2025-07-20 08:35:42 +00:00
int2001
e34299de6d
Added Unique-Grids to Statistics 2025-07-20 07:21:45 +00:00
phl0
30dc6c97fb
Also allow multiple orbit types for el analytics 2025-07-02 16:57:27 +02:00
phl0
0593ffa172
Allow for multiple orbits to be selected on ant analysis 2025-07-02 16:53:35 +02:00
phl0
5363d69533
Add distance to table 2025-05-29 10:50:33 +02:00
Andreas Kristiansen
fc6ab5630e Added gridsquare 2025-05-27 09:35:09 +02:00
Andreas Kristiansen
8ef96a5318 Added mode in the result table 2025-05-27 07:54:42 +02:00
Andreas Kristiansen
6e56f30588 Only modes used for EME 2025-05-26 22:11:12 +02:00
Andreas Kristiansen
648097149c Fixed query and qso popup 2025-05-26 20:00:54 +02:00
Andreas Kristiansen
56a1a20618 Added query and result 2025-05-26 18:40:48 +02:00
Andreas Kristiansen
be13a4d26a Added resultview and more logic 2025-05-26 16:23:17 +02:00
int2001
babb131beb
Added Year to modal 2025-03-10 15:24:38 +00:00
int2001
e255091ff1
Add Mode/SAT 2025-03-10 15:05:43 +00:00
phl0
a3a0171051
Move QSO links to stats page (sats is admin-only) 2025-03-10 15:48:30 +01:00
int2001
dbe9f62d26
Catch years without any SAT-Things (tnx Andreas) 2024-12-02 11:21:15 +00:00
int2001
aeebaf2f62
First draft seelect year at stats (PHP) 2024-12-01 09:21:43 +00:00
phl0
aed46a733c
Join satellite table needed for orbit filters 2024-11-24 13:09:02 +01:00
phl0
2e2dff391a
Sort data results for graphing 2024-11-23 12:57:26 +01:00
phl0
ddc8f56361
Correct table names 2024-11-22 18:31:58 +01:00
Andreas Kristiansen
e365c9d4a5 Added elevation chart 2024-11-22 16:50:15 +01:00
Andreas Kristiansen
6f2e7a9dd2 Reworked page. Added azimuth chart with filters 2024-11-22 09:54:30 +01:00
Andreas Kristiansen
e0e2e4a54c Merge branch 'dev' into azelstats 2024-11-21 12:12:58 +01:00
Andreas Kristiansen
ce2f494419 Filter out where sat name is not set 2024-09-20 16:28:15 +02:00
Andreas Kristiansen
c18be54226 Early start on table and chart for elevation stats 2024-08-05 18:13:49 +02:00
Andreas Kristiansen
3b79c38d63 Added band sorting 2024-07-30 08:50:48 +02:00
Andreas Kristiansen
d30505492b Fix sat query 2024-07-30 08:28:08 +02:00
Andreas Kristiansen
9f32ec946b Fixed hardcoded table name 2024-07-29 21:38:12 +02:00
Andreas Kristiansen
3671c1a376 Added a page for QSL statistics, just numbers 2024-07-29 19:39:49 +02:00
int2001
a405387eac
Declare band and mode-array (if no qso is there) 2024-01-24 09:22:38 +00:00
int2001
7c1466b150
Added QSO-Count for SATs (PHP-Part) 2024-01-23 08:02:28 +00:00
int2001
79adf29166
Add missing view and remove bug at Sum 2024-01-22 19:58:57 +00:00
int2001
585ecd988b
New Statsview: Unique SAT-Callsigns PHP-Part 2024-01-22 16:26:19 +00:00
Andreas
327fb1f485 [Statistics] Fix for different casing on bands and col_submode either null or blank 2022-10-04 20:50:14 +02:00
Andreas
aa17f4f438 [Statistics] Raw QSO data and unique callsigns 2022-09-25 20:39:55 +02:00
Andreas
1b2a88b355 Removed all constructors in models, since this doesn't work in never CodeIgniter 2021-11-06 20:24:28 +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/models/stats.php (Browse further)