Peter Goodhall
c6bdee1bc5
Sanitize location lists and harden SQL
...
Replace string-quoted station_id lists with comma-separated, integer-casted lists and harden SQL across awards models. This diff converts constructions like "'a','b'" to implode(',', array_map('intval', ...)) and uses $this->db->escape_str() for band/mode values and band lists to reduce injection/format issues. Added helper methods (addModeToQuery, addBandToQuery variants) to centralize mode/band filtering, parameterized time/mode/band queries in Gmdxsummer_model, and escaped band arrays when building IN() lists. Also added null/empty-checks for logbook arrays in several models and small refactors (e.g. VUCC addBandToQuery) to keep SQL building consistent.
2026-06-24 22:26:11 +01:00
Andreas
bacf2b755e
Bugfix for VUCC error when no grids are confirmed
2023-11-27 08:18:17 +01:00
int2001
8b1646f430
Display HF too at VUCC-Awards-page
2023-11-22 06:56:19 +00:00
int2001
1023ffafab
Splitted VUCC into real VUCC and SAT-VUCC at Dashboard
2023-11-22 06:04:58 +00:00
Andreas
591e2889ae
[Dashboard] VUCC Fix for error when no QSOs
2022-09-11 15:07:26 +02:00
Andreas
7765740b02
[Dashboard] Added VUCC
2022-09-10 11:39:59 +02:00
Andreas
8c7fa355fb
[Awards] Fixed implode error when logbook is empty
2021-11-14 17:11:59 +01:00
Andreas Kristiansen
42fa1a06d0
Merge branch 'station_logbooks' into cloudlog_php8_compatible
2021-11-13 16:03:52 +01:00
Andreas
939434090d
[Bands] Consolidated get_worked_bands to it's own model. This will make it easier to have everything in one place, and perhaps also move bands to db.
2021-11-13 15:55:17 +01:00
Andreas
1b2a88b355
Removed all constructors in models, since this doesn't work in never CodeIgniter
2021-11-06 20:24:28 +01:00
Andreas
9fef439c86
[VUCC Award] Updated code to support station logbooks
2021-09-09 22:53:25 +02:00
Andreas
2def452260
[VUCC] fixed some warnings if variable was empty.
2020-11-27 12:50:47 +01:00
Andreas
0ff51dfd4d
Added a line break here. Find it visually much more appealing in the table with one call on each line.
2020-10-25 17:46:39 +01:00
Andreas
690ee4dcb4
Enhanced VUCC award to also see only confirmed or worked gridsquares. The worked gridsquares has the calls in the table.
2020-10-25 14:59:03 +01:00
Peter Goodhall
b1048246b2
remove satellite qsos from details view in vucc if SAT is not the selected output
2020-03-16 15:32:16 +00:00
Peter Goodhall
b5b7ba4abe
filter sat qsos from vucc totals
2020-03-16 15:30:20 +00:00
Peter Goodhall
766ece3e5c
removed code change
2020-03-16 15:28:51 +00:00
Peter Goodhall
8088140669
testing removing sat numbers from 2/70 numbers
2020-03-16 15:27:34 +00:00
AndreasK79
992eb62a8b
VUCC award added.
2020-03-15 14:18:49 +01:00