From 8627e2a3e22f0ebf94496ec527e58b32a86ff542 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 22 Feb 2026 09:31:15 +0100 Subject: [PATCH 1/2] group prop mode check --- application/models/Logbook_model.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index fe136e35c..6ecc4394f 100644 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -5954,7 +5954,10 @@ class Logbook_model extends CI_Model { $this->db->group_end(); // Only add check for unsupported modes if not empty. Otherwise SQL will fail if (!empty($this->config->item('lotw_unsupported_prop_modes'))) { - $this->db->where_not_in('COL_PROP_MODE', $this->config->item('lotw_unsupported_prop_modes')); + $this->db->group_start(); + $this->db->where('COL_PROP_MODE', null); + $this->db->or_where_not_in('COL_PROP_MODE', $this->config->item('lotw_unsupported_prop_modes')); + $this->db->group_end(); } $this->db->where('COL_TIME_ON >=', $start_date); $this->db->where('COL_TIME_ON <=', $end_date); From ee93761e0bf1b6d39f3a202afda4599bcc34c15c Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 23 Feb 2026 07:48:37 +0000 Subject: [PATCH 2/2] po/mo updates --- application/locale/bg_BG/LC_MESSAGES/messages.po | 4 ++-- application/locale/bs/LC_MESSAGES/messages.po | 4 ++-- application/locale/cnr/LC_MESSAGES/messages.po | 4 ++-- application/locale/cs_CZ/LC_MESSAGES/messages.po | 4 ++-- application/locale/de_DE/LC_MESSAGES/messages.po | 4 ++-- application/locale/el_GR/LC_MESSAGES/messages.po | 4 ++-- application/locale/es_ES/LC_MESSAGES/messages.po | 4 ++-- application/locale/et/LC_MESSAGES/messages.po | 4 ++-- application/locale/fi_FI/LC_MESSAGES/messages.po | 4 ++-- application/locale/fr_FR/LC_MESSAGES/messages.po | 4 ++-- application/locale/hr/LC_MESSAGES/messages.po | 4 ++-- application/locale/hu/LC_MESSAGES/messages.po | 4 ++-- application/locale/hy/LC_MESSAGES/messages.po | 4 ++-- application/locale/it_IT/LC_MESSAGES/messages.po | 4 ++-- application/locale/ja/LC_MESSAGES/messages.po | 4 ++-- application/locale/lt/LC_MESSAGES/messages.po | 4 ++-- application/locale/lv/LC_MESSAGES/messages.po | 4 ++-- application/locale/nl_NL/LC_MESSAGES/messages.po | 4 ++-- application/locale/pl_PL/LC_MESSAGES/messages.po | 4 ++-- application/locale/pt_PT/LC_MESSAGES/messages.po | 4 ++-- application/locale/ru_RU/LC_MESSAGES/messages.po | 4 ++-- application/locale/sk/LC_MESSAGES/messages.po | 4 ++-- application/locale/sl/LC_MESSAGES/messages.po | 4 ++-- application/locale/sq/LC_MESSAGES/messages.po | 4 ++-- application/locale/sr/LC_MESSAGES/messages.po | 4 ++-- application/locale/sv_SE/LC_MESSAGES/messages.po | 4 ++-- application/locale/tr_TR/LC_MESSAGES/messages.po | 4 ++-- application/locale/zh_CN/LC_MESSAGES/messages.po | 4 ++-- assets/lang_src/messages.pot | 4 ++-- 29 files changed, 58 insertions(+), 58 deletions(-) diff --git a/application/locale/bg_BG/LC_MESSAGES/messages.po b/application/locale/bg_BG/LC_MESSAGES/messages.po index 1c37dfe18..470bfd16c 100644 --- a/application/locale/bg_BG/LC_MESSAGES/messages.po +++ b/application/locale/bg_BG/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: translations@wavelog.org\n" -"POT-Creation-Date: 2026-02-23 07:46+0000\n" +"POT-Creation-Date: 2026-02-23 07:48+0000\n" "PO-Revision-Date: 2024-11-01 08:53+0000\n" "Last-Translator: Plamen Panteleev \n" "Language-Team: Bulgarian \n" "Language-Team: Bosnian \n" "Language-Team: Montenegrin \n" "Language-Team: Czech \n" "Language-Team: German \n" "Language-Team: Greek \n" "Language-Team: Spanish \n" "Language-Team: Estonian \n" "Language-Team: Finnish \n" "Language-Team: French \n" "Language-Team: Croatian \n" "Language-Team: Hungarian \n" "Language-Team: Armenian \n" "Language-Team: Italian \n" "Language-Team: Japanese \n" "Language-Team: Lithuanian \n" "Language-Team: Latvian \n" "Language-Team: Dutch \n" "Language-Team: Polish \n" "Language-Team: Portuguese (Portugal) \n" "Language-Team: Russian \n" "Language-Team: Slovak \n" "Language-Team: Albanian \n" "Language-Team: Serbian \n" "Language-Team: Swedish \n" "Language-Team: Turkish \n" "Language-Team: Chinese (Simplified Han script) \n" "Language-Team: LANGUAGE \n" @@ -3590,7 +3590,7 @@ msgstr "" msgid "QSO updated" msgstr "" -#: application/models/Logbook_model.php:6165 +#: application/models/Logbook_model.php:6168 #: application/views/activated_gridmap/index.php:114 #: application/views/awards/ffma/index.php:42 #: application/views/awards/gridmaster/index.php:58