From 0e0e37dcf4d7e02b8f253167f9af730694fe96e5 Mon Sep 17 00:00:00 2001 From: ve1cwj <67641637+ve1cwj@users.noreply.github.com> Date: Thu, 13 May 2021 08:00:47 -0300 Subject: [PATCH 1/6] Update satellite_data.json Added JO-97 U/V linear transponder --- assets/json/satellite_data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/json/satellite_data.json b/assets/json/satellite_data.json index 6e6a714de..887cd65d7 100644 --- a/assets/json/satellite_data.json +++ b/assets/json/satellite_data.json @@ -239,6 +239,18 @@ ] } }, + "JO-97":{ + "Modes":{ + "U/V":[ + { + "Uplink_Mode":"LSB", + "Uplink_Freq":"435110000", + "Downlink_Mode":"USB", + "Downlink_Freq":"145865000" + } + ] + } + }, "Lilacsat-1":{ "Modes":{ "V/U":[ From ded6a142caaa5772a55d47987db05fa8cd534a64 Mon Sep 17 00:00:00 2001 From: Leroy Diaz Date: Mon, 17 May 2021 18:54:56 +0100 Subject: [PATCH 2/6] Translate account_lang to Spanish --- application/language/spanish/account_lang.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 application/language/spanish/account_lang.php diff --git a/application/language/spanish/account_lang.php b/application/language/spanish/account_lang.php new file mode 100644 index 000000000..1545a6e71 --- /dev/null +++ b/application/language/spanish/account_lang.php @@ -0,0 +1,10 @@ + Date: Mon, 17 May 2021 18:59:57 +0100 Subject: [PATCH 3/6] Update Spanish general_words lang file For "translating" column headers added in https://github.com/magicbug/Cloudlog/pull/1019 --- application/language/spanish/general_words_lang.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index 37e69cad4..2d9f47d58 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -90,6 +90,9 @@ $lang['gen_hamradio_usa_state'] = 'Estado USA'; $lang['gen_hamradio_iota_reference'] = 'Referencia IOTA'; $lang['gen_hamradio_sota_reference'] = 'Referencia SOTA'; $lang['gen_hamradio_dok'] = 'DOK'; +$lang['gen_hamradio_state'] = 'Estado'; +$lang['gen_hamradio_iota'] = 'IOTA'; +$lang['gen_hamradio_gridsquare'] = 'Gridsquare'; $lang['gen_hamradio_sig'] = 'Señal'; $lang['gen_hamradio_sig_info'] = 'Información de señal'; From 164a395b761b634ddaf0c557f2877bfdc221aea6 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 22 May 2021 08:47:24 +0200 Subject: [PATCH 4/6] [Award US counties] A small SQL fix if when sql_mode=only_full_group_by is on. Fixed #1037 --- application/models/Counties.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Counties.php b/application/models/Counties.php index 7df46527e..7d6c55c37 100644 --- a/application/models/Counties.php +++ b/application/models/Counties.php @@ -47,7 +47,7 @@ class Counties extends CI_Model " and COL_DXCC in ('291', '6', '110') and coalesce(COL_CNTY, '') <> '' and COL_BAND != 'SAT' - group by thcv.COL_STATE + group by thcv.COL_STATE, countycountconfirmed order by thcv.COL_STATE"; $query = $this->db->query($sql); From 1fa68870eed9003cdcaaabbe16007618ee9b67b4 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 22 May 2021 08:50:39 +0200 Subject: [PATCH 5/6] [WAS US State Map] This moved the HI text on Hawaii on top of the island so that it is displayed when not using dark mode. --- assets/js/jquery.usmap.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/jquery.usmap.min.js b/assets/js/jquery.usmap.min.js index 5d76a6881..29184b340 100644 --- a/assets/js/jquery.usmap.min.js +++ b/assets/js/jquery.usmap.min.js @@ -1 +1 @@ -(function($,document,window,Raphael,undefined){function jQueryPluginFactory($,name,methods,getters){getters=getters instanceof Array?getters:[];var getters_obj={};for(var i=0;i Date: Tue, 1 Jun 2021 11:22:39 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7fb97dfa..558060480 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,6 @@ Thanks to Andy (VE7CXZ), Gavin (M1BXF), Graham (W5ISP), Robert (M0VFC), Corby (K Cloudlog is supported by Patreon and donations via PayPal, thanks to the following people: -Paul (M0TZO), Tim (G4VXE), Paul (N8HM), Michelle (W5NYV), Mitchell (AD0HJ), Dan (M0TCB), Martin (DK3ML), Juan Carlos (EA5WA), Iain (M0PCB), Charlie (GM1TGY), Ondrej (OK1CDJ), Trystan (G0KAY), Oliver (DL6KBG), Volkmar Schirmer, Jordan (M0PIR), Thomas Ziegler, Mathis (DB9MAT), Ken (VE3HLS), Tyler (WL7T), Jeremy Taylor, Ben Kuhn, Eric Thresher, Michael Cullen, Juuso (OH1JW), Anthony Castiglia, Fernando Ramirez-Ferrer, Robert Dixon, Mark Percival, Julia (KV1V), Timo Tomasini, Ant (NU1U), Christopher Williams, Danny Barnes, Vic. +Paul (M0TZO), Tim (G4VXE), Paul (N8HM), Michelle (W5NYV), Mitchell (AD0HJ), Dan (M0TCB), Martin (DK3ML), Juan Carlos (EA5WA), Iain (M0PCB), Charlie (GM1TGY), Ondrej (OK1CDJ), Trystan (G0KAY), Oliver (DL6KBG), Volkmar Schirmer, Jordan (M0PIR), Thomas Ziegler, Mathis (DB9MAT), Ken (VE3HLS), Tyler (WL7T), Jeremy Taylor, Ben Kuhn, Eric Thresher, Michael Cullen, Juuso (OH1JW), Anthony Castiglia, Fernando Ramirez-Ferrer, Robert Dixon, Mark Percival, Julia (KV1V), Timo Tomasini, Ant (NU1U), Christopher Williams, Danny Barnes, Vic, Tom (M0LTE), smurphboy -If you'd like to donate to Cloudlog to help allow @magicbug spend less time doing commercial work and more time coding Cloudlog then you can donate via [PayPal](https://paypal.me/PGoodhall), [Github Sponsor](https://github.com/sponsors/magicbug) or become a [Patreon](https://www.patreon.com/2m0sql) \ No newline at end of file +If you'd like to donate to Cloudlog to help allow @magicbug spend less time doing commercial work and more time coding Cloudlog then you can donate via [PayPal](https://paypal.me/PGoodhall), [Github Sponsor](https://github.com/sponsors/magicbug) or become a [Patreon](https://www.patreon.com/2m0sql)