cloudlog/application/views/awards
Peter Goodhall c3a5410805 Normalize county/state fields and use in queries
Normalize COL_CNTY/COL_STATE handling and use normalized expressions in queries to ensure consistent grouping/filtering and avoid mismatches.

- application/models/Counties.php: add normalized SQL expressions (trim/case/substring) and apply them to counting, grouping and ordering queries; filter out empty normalized states and adjust joins to compare normalized values.
- application/models/Logbook_model.php: normalize incoming $county/$state, add dxcc_entities join and selects, and use normalized WHERE clauses (case/trim and substring for 'ST, County' formats); also standardize band filter to COL_BAND != 'SAT'.
- application/views/view_log/partial/log_ajax.php: avoid undefined property notices by checking for name/end on the row object and use those values for Country and Flag display.

These changes address inconsistent imported county/state formats (e.g. "ST, County"), whitespace/case variations, and prevent PHP notices while keeping query semantics intact.
2026-03-24 16:04:23 +00:00
..
counties Normalize county/state fields and use in queries 2026-03-24 16:04:23 +00:00
cq Enhance CQ awards page with filters and table features 2026-01-07 11:02:44 +00:00
dok removed unnessesary close buttons 2023-12-07 01:20:39 +01:00
dxcc Move filters section above statistics summary in DXCC view 2026-01-07 10:54:44 +00:00
ffma add special class for all map 2023-12-09 10:44:26 +01:00
gmdxsummer Added support for the GMDX Summer Challenge 2024-05-09 15:55:03 +01:00
gridmaster Generalize gridmaster functions 2023-12-12 19:15:56 +01:00
iota Redesign IOTA awards page UI and add search 2026-01-07 16:07:14 +00:00
pota Move 'nothing found' row to table footer 2026-01-15 13:43:43 +00:00
sig Add CSV export for SIG QSOs 2026-01-21 17:19:48 +00:00
sota Fix JSON encoding for map data with invalid UTF-8 2026-01-14 22:47:24 +00:00
vucc removed unnessesary close buttons 2023-12-07 01:20:39 +01:00
wab Add filtering and localization to WAB award view 2026-01-21 16:54:24 +00:00
waja Enhance WAJA award page with filters and stats 2026-01-21 17:31:32 +00:00
was Add WAS statistics summary, filters, and CSV export 2026-01-07 11:25:03 +00:00
wwff Add advanced filtering and stats to WWFF awards page 2026-01-21 17:36:18 +00:00
details.php Distances worked analytics: filter on propagation mode 2024-11-17 16:31:27 +01:00
index.php [Awards][Wacral] Removes WACRAL view will be handled by SIG 2021-03-20 15:49:40 +00:00
settings.php Update FFMA award description 2025-12-02 13:33:42 +00:00