gridtracker/package.nw/gt_roster.html

669 wiersze
31 KiB
HTML

<!DOCTYPE html>
2020-09-28 16:35:59 +00:00
<!--
This file is part of GridTracker.
GridTracker is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
GridTracker is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GridTracker. If not, see <https://www.gnu.org/licenses/>.
-->
<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%; width: 100%">
<head>
<title>Call Roster</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="./lib/style.css" />
<link id="roster" rel="stylesheet" href="./lib/style_roster.css" />
<script src="./lib/protos.js" type="text/javascript"></script>
<script src="./lib/screens.js" type="text/javascript"></script>
<script src="./lib/third-party.js" type="text/javascript"></script>
<script src="./lib/jquery-3.6.1.min.js"></script>
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<script src="./lib/CLDRPluralRuleParser.js" type="text/javascript"></script>
<script src="./lib/jquery.i18n.js" type="text/javascript"></script>
<script src="./lib/jquery.i18n.messagestore.js" type="text/javascript"></script>
<script src="./lib/jquery.i18n.fallbacks.js" type="text/javascript"></script>
<script src="./lib/jquery.i18n.parser.js" type="text/javascript"></script>
<script src="./lib/jquery.i18n.emitter.js" type="text/javascript"></script>
<script src="./lib/jquery.i18n.language.js" type="text/javascript"></script>
<script src="./lib/i18n.js" type="text/javascript"></script>
<script src="./lib/roster.js " type="text/javascript"></script>
2021-06-29 00:19:26 +00:00
<script src="./lib/roster/prepareRosterSettings.js" type="text/javascript"></script>
<script src="./lib/roster/processRosterFiltering.js" type="text/javascript"></script>
<script src="./lib/roster/processRosterHunting.js" type="text/javascript"></script>
<script src="./lib/roster/renderCompactRoster.js" type="text/javascript"></script>
<script src="./lib/roster/renderNormalRoster.js" type="text/javascript"></script>
<script src="./lib/roster/renderRoster.js" type="text/javascript"></script>
2022-03-05 03:25:45 +00:00
<script src="./lib/roster/rosterColumns.js" type="text/javascript"></script>
<script src="./lib/roster/rosterColumnFunctions.js" type="text/javascript"></script>
2021-06-29 00:19:26 +00:00
<script src="./lib/roster/sendAlerts.js" type="text/javascript"></script>
</head>
2023-01-20 23:59:53 +00:00
<body id="rosterBody" onload="init()" onresize="resize()" style="display:none;" class="roster" oncontextmenu="return handleContextMenu(event);">
2023-12-02 01:09:18 +00:00
<div id="settingsDiv">
<div style="top: 1px; right: 1px; position: absolute">
<button class="Xbutton" onclick="closeSettings()">X</button>
</div>
<div class="infotab">
<button data-i18n="settings.General.label" id="generalbox" class="infoTablinks active" onclick="openInfoTab(event, 'generalSettingsDiv')">
General
</button>
<button data-i18n="roster.watcher.label" id="watcherbox" class="infoTablinks" onclick="openInfoTab(event, 'watcherBoxDiv', openWathcherTab);">
Watcher
</button>
<button data-i18n="roster.exceptions.label" id="exceptionsbox" class="infoTablinks" onclick="openInfoTab(event, 'exceptionsBoxDiv')">
Exceptions
</button>
<button data-i18n="roster.ignores.label" id="ingoresbox" class="infoTablinks" onclick="openInfoTab(event, 'ignoresBoxDiv', renderIgnoresTab)">
Ignores
</button>
<button data-i18n="settings.Columns.label" id="columnsbox" class="infoTablinks" onclick="openInfoTab(event, 'columnsBoxDiv', renderColumnsTab)">
Columns
</button>
</div>
<div id="generalSettingsDiv" class="infoTabcontent">
<div class="mapItem" align="center">
<table >
<tr align="center" >
<td>Animate 'CQ GT'</td>
</tr>
<tr align="center">
<td>
<input type="checkbox" id="animateCQGT" onchange="changeAnimateCQGT(this)" />
</td>
</tr>
</table>
</div>
<div class="mapItem" align="center">
<table >
<tr align="center" >
<td data-i18n="settings.callroster.AlwaysOnTop.label" >Window Always On Top</td>
</tr>
<tr align="center">
<td>
<input type="checkbox" id="rosterAlwaysOnTop" onchange="changeRosterTop(this)" />
</td>
</tr>
</table>
</div>
<div class="mapItem" align="center">
<table>
<tr align="center">
<td data-i18n="settings.callroster.MaxAge.label">Roster Max Age</td>
</tr>
<tr align="center">
<td id="rosterTimeTd">2m 0s</td>
</tr>
<tr align="center">
<td colspan="2">
<input type="range" min="5" max="300" value="120" step="5" class="slider" id="rosterTime"
oninput="changeRosterTime()" />
</td>
</tr>
</table>
</div>
<br/>
<div class="mapItem" align="center">
<table>
<tr align="center">
<td>Clear Roster on Band change</td>
</tr>
<tr align="center">
<td colspan="1">
<input type="checkbox" id="clearRosterOnBandChange" onchange="clearRosterOnBandChangeValueChanged(this)" />
</td>
</tr>
</table>
</div>
<div class="mapItem" align="center">
<table>
<tr align="center">
<td>Decode Delay On Focus</td>
</tr>
<td align="center" colspan="1">
<input type="checkbox" id="rosterDelayOnFocus" onchange="rosterDelayOnFocusValueChanged(this)" />
</td>
<tr align="center">
<td style="display:none;" id="rosterDelayTimeTd">1500ms</td>
</tr>
<tr align="center">
<td >
<input type="range" min="50" max="5000" value="1500" step="10" class="slider" id="rosterDelayTime"
oninput="changeRosterDelayTime()" style="display:none;" />
</td>
</tr>
</table>
</div>
<div class="mapItem">
<div class="button" style="margin: 5px; font:larger; padding:5px;" id="compactModeDiv" onclick="compactModeChanged()">Compact Mode</div>
</div>
<div class="mapItem" id="compactEnityDiv">
<label>Compact Mode Entity<label><br />
<select id="compactEntitySelect" onchange="compactEntityChanged()"></select>
</div>
<br />
<div class="mapItem">
<table align="center">
<tr align="center">
<td align="center">Window Filters</td>
</tr>
<tr align="center">
<td align="center">
<div class="mapItem">
<table align="center">
<tr align="center">
<td align="center">Brightness</td>
</tr>
<tr align="center">
<td align="center" id="filterbrightnessTd"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="range" min="10" max="100" value="100" step="1" class="slider"
id="filterbrightnessSlider" oninput="filtersChanged()" />
</td>
</tr>
</table>
</div>
<div class="mapItem">
<table align="center">
<tr align="center">
<td align="center">Contrast</td>
</tr>
<tr align="center">
<td align="center" id="filtercontrastTd"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="range" min="10" max="100" value="100" step="1" class="slider" id="filtercontrastSlider"
oninput="filtersChanged()" />
</td>
</tr>
</table>
</div>
<div class="mapItem">
<table align="center">
<tr align="center">
<td align="center">Saturate</td>
</tr>
<tr align="center">
<td align="center" id="filtersaturateTd"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="range" min="0" max="200" value="100" step="1" class="slider" id="filtersaturateSlider"
oninput="filtersChanged()" />
</td>
</tr>
</table>
</div>
<br />
<div class="mapItem">
<table align="center">
<tr align="center">
<td align="center">Invert</td>
</tr>
<tr align="center">
<td align="center" id="filterinvertTd"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="range" min="0" max="100" value="0" step="1" class="slider" id="filterinvertSlider"
oninput="filtersChanged()" />
</td>
</tr>
</table>
</div>
<div class="mapItem">
<table align="center">
<tr align="center">
<td align="center">Sepia</td>
</tr>
<tr align="center">
<td align="center" id="filtersepiaTd"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="range" min="0" max="100" value="0" step="1" class="slider" id="filtersepiaSlider"
oninput="filtersChanged()" />
</td>
</tr>
</table>
</div>
<div class="mapItem">
<table align="center">
<tr align="center">
<td align="center">Hue Rotate</td>
</tr>
<tr align="center">
<td align="center" id="filterhuerotateTd"></td>
</tr>
<tr align="center">
<td colspan="2">
<input type="range" min="0" max="359" value="0" step="1" class="slider" id="filterhuerotateSlider"
oninput="filtersChanged()" />
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<div class="mapItem">
<div class="button" style="margin: 10px;padding:3px;" onclick="resetFilters()" title="Reset Filters">Reset Filters
(Ctrl-R)</div>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="watcherBoxDiv" class="infoTabcontent">
<div class="rowBuilder">
<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Regex</th>
<th id="watcherTextTh">Input</th>
<th>Start<br/>Date</th>
<th id="watcherStartDateTh">UTC</th>
<th>End<br/>Date</th>
<th id="watcherEndDateTh">UTC</th>
<th id="watcherAutoDeleteTh"></thid>Auto<br/>Delete</th>
<th>Clear</th>
<th>Save</th>
</tr>
<tr>
<td>
<input id="watcherName" type="text" class="inputTextValue" oninput="watcherOnName()" size="7"/>
</td>
<td>
<select id="watcherType" onchange="watcherTypeChanged(this.value)">
<option value="Callsign" data-i18n="roster.controls.hunting.callsign">Callsign</option>
<option value="Calling" data-i18n="alerts.QRZ.speech">Calling</option>
<option value="Grid" data-i18n="roster.controls.hunting.grid">Grid</option>
2023-12-02 01:09:18 +00:00
<option value="Message" data-i18n="gt.WSJTMessage.Message">Message</option>
</select>
</td>
<td>
<input type="checkbox" id="watcherRegexCheckbox" onchange="watcherRegexChanged(this.checked)" />
</td>
<td>
<input id="watcherText" type="text" class="inputTextValue" value="" oninput="watcherOnText()" size="10"/>
</td>
<td>
<input type="checkbox" id="watcherStartDateCheckbox" onchange="watcherStartDateEnable(this.checked)" />
</td>
<td id="watcherStartDateTd">
<input type="datetime-local" required id="watcherStartDate" style="background-color: green; color: yellow;" />
</td>
<td>
<input type="checkbox" id="watcherEndDateCheckbox" onchange="watcherEndDateEnable(this.checked)" />
</td>
<td id="watcherEndDateTd">
<input type="datetime-local" required id="watcherEndDate" style="background-color: green; color: yellow;" />
</td>
<td id="watcherAutoDeleteTd">
<input type="checkbox" id="watcherAutoDeleteCheckbox" />
</td>
<td style="font:xx-large;cursor:pointer;" onclick="clearWatcher()">🛑</td>
<td style="font:xx-large;cursor:pointer;" onclick="saveWatcher()"></td>
</tr>
</table>
</div>
<div id="watcherEditView"></div>
</div>
<div id="exceptionsBoxDiv" class="infoTabcontent">
<div class="exceptionTab">
<div>
<input type="checkbox" id="wantMinDB" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.minDB" for="wantMinDB">Min dB</label>
<span id="minDbView" class="roundBorderValue">-24</span>
<p>
<input
type="range"
min="-25"
max="0"
step="1"
class="slider"
id="minDb"
oninput="valuesChanged();"
/>
</div>
<div>
<input type="checkbox" id="wantMaxDT" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.maxDT" for="wantMaxDT">Max DT</label>
<span id="maxDTView" class="roundBorderValue">.5</span>
<p>
<input
type="range"
min="0.1"
max="2"
step="0.1"
class="slider"
id="maxDT"
oninput="valuesChanged();"
/>
</div>
<div>
<input type="checkbox" id="wantMinFreq" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.minFreq" for="wantMinFreq">Min freq</label>
<span id="minFreqView" class="roundBorderValue">400</span>
<p>
<input
type="range"
min="0"
max="2500"
step="10"
class="slider"
id="minFreq"
oninput="valuesChanged();"
/>
</div>
<div>
<input type="checkbox" id="wantMaxFreq" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.maxFreq" for="wantMaxFreq">Max freq</label>
<span id="maxFreqView" class="roundBorderValue">3500</span>
<p>
<input
type="range"
min="500"
max="3500"
step="10"
class="slider"
id="maxFreq"
oninput="valuesChanged();"
/>
</div>
<div id="usesLoTWDiv">
<input type="checkbox" id="usesLoTW" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.usesLoTW" for="usesLoTW">Uses LoTW</label>
<span id="maxLoTWView" class="roundBorderValue" style="width: 35px;">3</span>
<p>
<input
title="Max time since their last upload"
type="range"
min="3"
max="27"
step="3"
class="slider"
id="maxLoTW"
oninput="valuesChanged();"
/>
</div>
</div>
</div>
<div id="ituzoneBoxDiv" class="infoTabcontent">
</div>
<div id="ignoresBoxDiv" class="infoTabcontent">
<div class="rowBuilder" >
Entity&nbsp;
<select id="ignoreTypeSelect" onchange="ignoreTypeChanged(this.value);">
<option value="Callsign" selected="true">Callsign</option>
<option value="CQ">CQ</option>
<option value="DXCC">DXCC</option>
<option value="Grid">Grid</option>
2023-12-02 01:09:18 +00:00
<option value="CQz">CQ Zone</option>
<option value="ITUz">ITU Zone</option>
</select>
<input id="ignoreCallsignValue" type="text" class="inputTextValue" oninput="this.value = this.value.toUpperCase()" size="10"/>
<input id="ignoreGridValue" type="text" class="inputTextValue" oninput="gridInputValidate(this)" size="10"/>
2023-12-02 01:09:18 +00:00
<div id ="ignoreCqDiv">
CQ "<input id="ignoreCqCallsignValue" type="text" class="inputTextValue" oninput="this.value = this.value.toUpperCase()" size="4" value=""/>"
From
<select id="ignoreCqDxccSelect"><option value=-1 selected="true">All</option></select>
</div>
<select id="ignoreDxccSelect" >
<option value=-1 selected="true" data-i18n="mapFilter.prop.Unknown">Unknown</option>
</select>
<select id="ignoreCqzSelect"></select>
<select id="ignoreItuzSelect"></select>
<button onclick="addNewIgnore()" class="flexButton" style="background-color: #000000;font-weight:bold;font-size:larger;color:lightgreen;">+</button>
<labal id="ingnoreAddResultLabel"></label>
</div>
<div id="ignoresEditView"></div>
</div>
<div id="columnsBoxDiv" class="infoTabcontent">
<div id="columnsEditView">
</div>
</div>
</div>
2023-01-17 12:42:36 +00:00
<div id="MainCallRoster" style="display:block;";>
2020-11-02 14:57:06 +00:00
<header id="RosterControls">
<div id="TransmitControls">
2023-12-02 01:09:18 +00:00
<div id="txrxdec" style="background-color: Green; border-style: outset; border-color: yellow; border-width: 3px; margin: 2px;" class="roundBorder">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
Waiting…
2020-11-02 14:57:06 +00:00
</div>
2023-12-02 01:09:18 +00:00
<div class="button" style="margin: 3px;" onclick="window.opener.haltAllTx(true);" data-i18n="roster.haltTX">Halt Tx</div>
<div class="button" style="margin: 3px;color:cyan;" onclick="openSettings();" data-i18n="roster.menu.Settings"></div>
</div>
2023-12-02 01:09:18 +00:00
<div id="MoreControls">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<div data-i18n="roster.controls.more" class="link" onclick="toggleMoreControls()" id="ShowMoreControlsLink">More Controls</div>
2023-12-02 01:09:18 +00:00
</div>
<div id="LessControls">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<div data-i18n="roster.controls.less" class="link" onclick="toggleMoreControls()" id="ShowFewerControlsLink">Fewer Controls</div>
</div>
<div id="MainRosterControls">
2020-11-02 14:57:06 +00:00
<div id="LogbookControls">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<label data-i18n="roster.controls.logbook.label">Logbook</label>
2020-11-02 14:57:06 +00:00
<select id="referenceNeed" onchange="valuesChanged();">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<option data-i18n="roster.controls.logbook.awardTracker" value="6">Award Tracker</option>
<option data-i18n="roster.controls.logbook.liveBandMode" value="0" selected="true">Live Band &amp; Mode</option>
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<option data-i18n="roster.controls.logbook.liveBandMixMode" value="1">Live Band, Mix Modes</option>
<option data-i18n="roster.controls.logbook.liveBandDigiMode" value="2">Live Band, Digi Modes</option>
<option data-i18n="roster.controls.logbook.mixBandLiveMode" value="3">Mix Band, Live Mode</option>
<option data-i18n="roster.controls.logbook.mixBandMode" value="4">Mix Band &amp; Modes</option>
<option data-i18n="roster.controls.logbook.mixBandDigiMode" value="5">Mix Band &amp; Digi Modes</option>
2020-11-02 14:57:06 +00:00
</select>
</div>
<div id="CallsignsControls">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<label data-i18n="roster.controls.callsigns.label">Callsigns</label>
2020-11-02 14:57:06 +00:00
<select id="callsignNeed" onchange="valuesChanged();">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<option data-i18n="roster.controls.callsigns.worked" value="worked">New</option>
<option data-i18n="roster.controls.callsigns.confirmed" value="confirmed">New+Unconfirmed</option>
<option data-i18n="roster.controls.callsigns.all" value="all">All Traffic</option>
<option data-i18n="roster.controls.callsigns.hits" value="hits">All Traffic/Only Wanted</option>
2020-11-02 14:57:06 +00:00
</select>
</div>
2020-11-02 14:57:06 +00:00
<div id="HuntModeControls">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<label data-i18n="roster.controls.hunting.label">Hunting</label>
<select id="huntMode" onchange="valuesChanged();" value="callsign">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<option data-i18n="roster.controls.hunting.callsign" value="callsign">Callsign</option>
<option data-i18n="roster.controls.hunting.grid" value="grid">Grid</option>
<option data-i18n="roster.controls.hunting.dxcc" value="dxcc">DXCC</option>
<option data-i18n="roster.controls.hunting.dxccSingle" value="dxccs">DXCC (Single)</option>
<option data-i18n="roster.controls.hunting.cqZone" value="cq">CQ Zone</option>
<option data-i18n="roster.controls.hunting.ituZone" value="itu">ITU Zone</option>
<option data-i18n="roster.controls.hunting.usStates" value="usstates">US States (WAS)</option>
<option data-i18n="roster.controls.hunting.usState" value="usstate">US State (Single)</option>
<option data-i18n="roster.controls.hunting.wpx"value="wpx">Prefix (WPX)</option>
</select>
<select id="huntNeed" onchange="valuesChanged();">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<option data-i18n="roster.controls.huntNeed.worked" value="worked">New</option>
<option data-i18n="roster.controls.huntNeed.confirmed" value="confirmed">New+Unconfirmed</option>
<option data-i18n="roster.controls.huntNeed.mixed" value="mixed">Mixed</option>
</select>
<select id="stateSelect" onchange="valuesChanged();">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<option data-i18n="roster.controls.huntState.label"value="" selected="true">Select Territory</option>
</select>
2023-12-02 01:09:18 +00:00
<select id="DxccSingleSelect" onchange="valuesChanged();"">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<option data-i18n="roster.controls.huntDXCC.label" value="-1" selected="true">Select DXCC</option>
</select>
2020-11-02 14:57:06 +00:00
</div>
<div id="scriptIcon" style="display: none; padding: 0; margin: 0"></div>
2020-12-22 17:53:41 +00:00
<div id="AwardTrackerControls">
2020-11-02 14:57:06 +00:00
<div id="AwardWantedList"></div>
2023-02-04 00:41:15 +00:00
<div data-i18n="roster.controls.awardTracker.addButton" style="margin-top:2px;" class="button" onclick="openAwardPopup()">Add Awards</div>
2020-12-22 17:53:41 +00:00
<div id="awardHunterDiv" style="display: none;">
<table style="padding: 15px">
<tr>
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<th data-i18n="roster.controls.awardTracker.new" align="center">New Award Tracker</th>
2020-12-22 17:53:41 +00:00
</tr>
<tr>
<td align="left">
<select id="awardSponsor" onchange="awardSponsorChanged();">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<option data-i18n="roster.controls.awardTracker.sponsor" value="" disabled selected>Sponsor</option>
2020-12-22 17:53:41 +00:00
</select>
</td>
</tr>
<tr>
<td align="left">
<select id="awardName" onchange="awardNameChanged();">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<option data-i18n="roster.controls.awardTracker.name" value="" disabled selected>Name</option>
2020-12-22 17:53:41 +00:00
</select>
</td>
</tr>
<tr>
<td align="center">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<div data-i18n="roster.controls.awardTracker.add" class="button" style="margin: 3px" onclick="closeAwardPopup()">Done</div>
2020-12-22 17:53:41 +00:00
</td>
</tr>
</table>
</div>
2020-11-02 14:57:06 +00:00
</div>
2020-12-22 17:53:41 +00:00
</div>
<div id="SecondaryRosterControls">
2020-12-23 00:20:43 +00:00
<div id="huntingMatrixDiv" class="secondaryControlGroup">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<h3 data-i18n="roster.secondary.wanted.label">Wanted</h3>
2023-12-02 01:09:18 +00:00
<div class="columns">
<div>
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<input type="checkbox" id="huntCallsign" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.callsign" for="huntCallsign">Callsign</label>
</div>
<div>
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<input type="checkbox" id="huntGrid" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.grid" for="huntGrid">Grid</label>
</div>
<div>
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<input type="checkbox" id="huntDXCC" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.dxcc" for="huntDXCC">DXCC</label>
</div>
<div>
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<input type="checkbox" id="huntQRZ" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.qrz" for="huntQRZ" title="Stations calling *you*">QRZ</label>
</div>
<div>
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<input type="checkbox" id="huntPX" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.wpx" for="huntPX">WPX</label>
</div>
2022-09-25 22:36:49 +00:00
<div id="huntingMatrixPotaDiv">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<input type="checkbox" id="huntPOTA" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.pota" for="huntPOTA" title="Parks On The Air">POTA</label>
</div>
2023-01-30 00:08:02 +00:00
<div id="huntingMatrixOAMSDiv">
Squashed commit of the following: commit afb25f406b51a9d52d35e25cebb78547c964884a Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Sep 5 21:45:16 2022 -0400 WIP german translation commit 3abbf5cd5fe89fbe474ade395a1ad2d0ddd8c1b0 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Sep 3 15:06:47 2022 -0400 WIP german translation and some programmatic translation from CR commit 4c8fcc656b4085e88151cb5a3ce9f6c5e5bf3a21 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 22:14:16 2022 -0500 progress so far, fixed what got broke in CR and fixed being able to close and reopen CR. still need to get i18n figured out commit 78aaaed2ade1094add163d5850bef6ab1b2226fb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 20:19:09 2022 -0500 one step forward, 2 steps backwards commit 903319452bf0c5ed8a2da879281d8b08ef7ff05e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 15 23:23:51 2022 +0200 WIP translating strings in js: roster.js commit 934f619af63a97363dcff19ef2343b3e12e269ee Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Aug 15 00:06:13 2022 -0500 add JA because may have a JA contributor commit 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 23:41:29 2022 -0500 all JS files have been passed through, may need another pass through all files though commit 835892b70b7b229fe0d353831271b21fc2fa716a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 20:03:18 2022 -0500 Finished gt.js tags commit 404dd1a2477e27b2c665dc3ecaba77dafcc7be20 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 18:10:34 2022 -0500 progress so far (up to line 9871 in gt.js) commit c59473f8986fab8b2b336f212b0ead9d10617899 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:43:01 2022 -0500 add comment between adif and alerts js files in en.json commit 80cb9d5178a255dcc1a15482b0bcabce1555aa61 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 12:42:27 2022 -0500 Fix Chinese label to a more proper one commit 08a00eeae86d7d9a97cf17aa6029468024bf6784 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:54:32 2022 +0200 moved scripts commit 8c9569b1c5f6b4d1b4b92db1ce7806b7246862fe Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 16:51:10 2022 +0200 started german translation commit b857ecf91e97bed0479ca759eddf234da65c5313 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 14 01:37:39 2022 -0500 tags for adif and alerts js files commit 9c328de842bbe773746beddaeec0d2ea81225752 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:23:51 2022 +0200 fixed cn.json additonal keys commit 7bc459195f8738cf77835329acf962274cd9cc38 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 14 08:20:22 2022 +0200 Revert "fixed CN.json" This reverts commit f2f71c94dbb8f270aff76223a5d30769d8819b1a. commit 236bea23bd13324f25cbcdbd39c3ec008a679f10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:02:49 2022 -0500 cleanup and lint commit a78d32ed1bb5457be0d7e227492cdd1c3e77c431 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 19:01:47 2022 -0500 THis works! commit edc0d40256b32f81a135f5efc3819c04018774d6 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 18:17:15 2022 -0500 more tweaks trying to make it work commit f2f71c94dbb8f270aff76223a5d30769d8819b1a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 17:09:39 2022 -0500 fixed CN.json commit 9b90cf4b142f0c52bd0e4ba7ce926ad145f90ecd Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 16:33:09 2022 -0500 language change so far commit dd60fc5012fa8f7a8655dacc9b8e0c0237e33f4e Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 22:19:25 2022 +0200 added missing keys to cn.json commit fc5e25c81a7541d2fe03ed9b79950c4ddbd71abb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 15:18:54 2022 -0500 Fixed linting` commit 485adc6da114a28f58e2d112f5f83f7541af9843 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:57:30 2022 -0500 slight cleanup commit dada794ccdf699fe4eaf179b2cfef2a96e6a82fb Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 13 21:55:55 2022 +0200 fixed cn json commit 82809c0458e0b99159e87e1d22eba4cde6339015 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Aug 13 14:45:21 2022 -0500 added dropdown for language in settings commit 3159040b514f497a23b7169fb9512b032ee8b942 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Fri Aug 12 22:29:51 2022 +0200 added raw output of the i18n extractor. needs cleanup commit 8f31e9e757f6c6a29678f0c0bddad1c6dc360df4 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Thu Aug 11 22:29:12 2022 +0200 added i18n generator script based off of a patch file commit de81e35754dd2bb4c838aa6c7bf12a2025b1ded1 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:20:47 2022 +0200 added cascading install for nested package.json commit bf7ecfeb4f44b0c65bbea0c5a43eb0e809652384 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Mon Aug 8 22:11:18 2022 +0200 added pota key commit e14bca8172272d4a4f53eb5282d3d5576e057a2a Merge: f8c7232 91145aa Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 18:39:40 2022 +0000 Merge branch 'master' into 'cbayer-i18n' Master See merge request gridtracker.org/gridtracker!182 If this is changing anything in the UI or operational behavior, please prepare to update the wiki! commit f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:54:04 2022 -0500 add jquery to npm depends commit 734e972d9e3a66ca8d85debbe1a8f75c6f824020 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Aug 7 12:53:24 2022 -0500 wip, i18n debugging commit 013d9c8ebfc67f0f4ce8a4df8bea86bf812fd880 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sun Aug 7 10:34:19 2022 +0200 small fixes commit 8da135bb6db8e15069eefb07397c9ceeee6d8bac Merge: 0183434 c1f7f1b Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:39:24 2022 +0200 Merge branch 'master' into cbayer-i18n commit 0183434bba0d7c6b7652b3b8700bac3630902737 Author: Christian Bayer <chrbayer84@googlemail.com> Date: Sat Aug 6 22:27:35 2022 +0200 removed banana import commit 670001a6db028dc93bc56ddb8b29d2e897974ffa Merge: c120df0 236ff10 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue May 17 18:38:11 2022 -0500 Merge branch 'master' into cbayer-i18n commit c120df0e3ba77a985fdbd8c9a76028aee9a8d8d0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:15:21 2021 -0600 the linter lints commit 2243beddb2aaa1a163b1ba142a95fce60774e2e7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:39:00 2021 -0600 mostly finished with gridtracker.html file's i18n commit 33d69c950145dc398d10723f56102dbec77ba0b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:36:34 2021 -0600 add functions to get acks json off website and overwrite file commit 98170dce4f1313cbf42bd0ae4bf5d1c490a077da Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 15:02:46 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 655c0416635c5cafecaa612f8f6fd9a20db21f58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:31:19 2021 -0600 WIP banana i18n commit 26495c1f1436e5b99c317d8305101dbecd8f2b95 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:52:08 2021 -0600 update rpm spec 1.21.1212 commit e00269304da44ea6da20362f96714584164ba8b2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:50 2021 -0600 Trigger COPR and AUR repos and build .deb commit 2b2e660108ca4f000a6ac31c347f80010e7b11b8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Wed Dec 15 11:46:41 2021 -0600 updated changelog / release notes commit 0265f75fd85509081d5992db0d729149521254f5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 20:48:27 2021 -0600 update changelog commit cd28c73c8a1dcb569fe3629e03b8d9646c832e5f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:04:23 2021 -0600 update changelog commit 058dbea415898134f345653532a3789ee7855ef0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 19:03:46 2021 -0600 Fix #76 commit f50ea44466328d0d632955b8a8725bf780417068 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:51 2021 -0600 update changelog to recent bug fixes commit 3b0c9b5acc8cf3c57a2b0526451edf8250c11b89 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 16:18:37 2021 -0600 Fix #91 commit d906ee7d5f18e682ab0b47277474170dd89622de Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 15:54:51 2021 -0600 Fixes #107 commit 8252ca3f82843758edf5594d804989c3c4a1d6f0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 12:13:23 2021 -0600 fix hunting commit c1f3ae9e1c7605a31635bad8ed5e793f8a5d39d1 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 13:09:46 2021 -0500 Really fix roster counts commit 0054993dc8ab1406da8b0b4644382f453f9b4584 Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:54:19 2021 -0500 Fix roster counts commit 69e1152e7883369b3a818f516f3302681800c241 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Dec 13 10:09:19 2021 -0600 update check for bad dxcc commit a0b2595e9ea38e0a936fb97e691aaa7a7bb2d31e Author: Sebastian Delmont <sd@notso.net> Date: Mon Dec 13 11:04:53 2021 -0500 Fixed spot sorting in refactored code commit 298e8cfbd7b9ee9b4560cb6c66e642e14abcae87 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 16:37:52 2021 -0600 update changelog commit eb793d5607721231574a301fe1a4ea577628abf8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:47:21 2021 -0600 Update Copyright for 2022 commit 0eb2fac9a0efa2e1b97389a5a09cba4ba83ccfa1 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:52 2021 -0600 change vars to lets per Tag's suggestion commit c78ea075b4f948dc88c91447ff66e471b21cc192 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 15:46:17 2021 -0600 RC build commit 0c5cde472bffa1d2e2fe502449164aca153dd159 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:11:44 2021 +0000 Update .gitlab-ci.yml file commit 492b791bc058555e49a16616ecb32c3cd9dd4ca4 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 04:10:31 2021 +0000 Update .gitlab-ci.yml commit e77b9922ed1eea9c0ecd00860a4755b2523dba5b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Nov 16 03:56:53 2021 +0000 Update .gitlab-ci.yml - include security scanning commit 13c1236f7bf50c60756f1688b061f56d14f3afb9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:46:20 2021 -0600 Fix acknowledgement icons commit 28772768e8253edfb6b14b3a97908bf8102ad239 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:31 2021 -0600 Add support for Apple Silicon Macs, by hardcoding x64 mode in Phoenix commit 0cec076dbb43d513ec93a63aaf51cf1423a9ebbb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:45:05 2021 -0600 allow package-lock to be uploaded to repo commit 8b23a4ef25d12c417747b663334b046b723d703a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:11:24 2021 -0600 beta III of call roster testing commit cc476c84ed84cb7e55e68cf6d482bfdd569f78a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Dec 12 09:09:57 2021 -0600 if dxcc = -1, no roster commit ca5a4db664876a48b7d8a5ffaff28d7b067d99d0 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 20:59:15 2021 -0600 beta version for testing fix to CR commit 5556bbfee08d0d1480d987dc396130cceed6cf20 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 14:31:02 2021 -0600 a few of SD's roster tweaks commit 2b65f293a788b5c083efd04cfd4c803796df1b03 Author: nr0q <nr0q@gridtracker.org> Date: Thu Dec 9 13:53:20 2021 -0600 could this cure the free text messages breaking the CR? commit 43ea47a09d1058baa6bee5a109d7454cab6218c8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 20:43:48 2021 -0500 roll v for beta build commit f1d9db2e6fd14362a4fbf4d742be9a95ee871f0e Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 15:17:33 2021 -0500 better handling of /MM so that it doesn't tear a hole in space-time commit 9fed1b4aca10997081f32e5e1777b52a3072d3d6 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 14:00:29 2021 -0500 remove the exception handler for callObj.style because need to fix the root cause commit 7a73c988dac34545da26fd4a736a964215ebc872 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 13:31:15 2021 -0500 handle undefined callObj.style commit 71a2df7e20e8e424aa0ec90ea5d8d9d3492487ff Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 25 12:42:58 2021 -0500 handle bug line 114 commit 8d5117b76b6844df4eeced0e9f0e01d1e28be2e2 Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:36:10 2021 -0500 inc v for beta 2 commit b199c4c4fad3558843d6d21958761ef6b9996fa7 Author: christian <christian_bay@gmx.de> Date: Sun Oct 24 21:23:40 2021 -0400 fixed linting commit 7830e52978f964c5da015b1bb0928f56028c260b Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 20:15:07 2021 -0500 cleaned up linting commit ac51710ff3fb3d296ddd4edeeff4957e677fb6ec Author: Christian Bayer <christian_bay@gmx.de> Date: Sun Oct 24 20:56:21 2021 -0400 fixed reference error on huntedCount commit 66f7ad87b3d91397cab29bc8c0bcca9e137e682e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:39 2021 -0600 fix pack.json and changelog to reflect test V# commit 7a43853533e364cf85e70262b6573afe47542fbc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:44:14 2021 -0600 add settings.json to gitignore commit 4f2ce9d89099b674fed2c5053cc80f7f9866f325 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Oct 21 00:41:12 2021 +0000 Update package.json commit dbc297a00c6405971219ccba4ad27416ef321282 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:52 2021 -0600 Update package.json commit 6c68a190dbd73b385fbaea9878f513ba0684dc2c Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:43:31 2021 -0600 Update changelog commit 3125b01a17f9fa4c44ec139a4a58fcd8effbf3cd Author: christian <christian@t530> Date: Wed Jul 7 15:08:03 2021 -0400 clear call roster on band change: option added commit 6f4c15c157ff956352bebd9e20a06610ef3d3196 Author: christian <christian@t530> Date: Sun Jul 4 23:07:51 2021 -0400 unknown dxxc filter for roster commit a444d163cae7fd3256992571a2f95b6ac5b921a1 Author: christian <christian@t530> Date: Thu Jul 1 21:39:50 2021 -0400 fixed other sorts commit cb73f21a937c95541ca756ee9988d54f8056fd16 Author: christian <christian@t530> Date: Wed Jun 30 20:37:27 2021 -0400 fixed alert script call commit 2226f707bd41ab4f271ca3b2c8c72f8028735894 Author: christian <christian@t530> Date: Wed Jun 30 07:52:36 2021 -0400 fixed dxcc sorting commit d395b8dd0e0df8fcee8d8da9701428803ef0c5af Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:18:43 2021 -0500 tweak for compact mode commit 86fb507d5a45a3418ae7f98d828e91f74f5af9a9 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 23:08:13 2021 -0500 IT WORKS! commit d55ac551d1c1d923b184c121af69d065ccc3eb70 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:51:52 2021 -0500 fix grid commit 0a85e764931371591899a503609bcafb35babb30 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:50:49 2021 -0500 bunch of stuff moved to the right places commit 68f81c62003e0826f2766b5065f464d008b95db7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:37:49 2021 -0500 fix some small stuff commit db738a4230fd6d6f79c122643ba48d687da783b7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:26:40 2021 -0500 lost show bands/modes on render call rows commit 68f7544b1a2e8dfca87bbfc3708aa30aae4b2b31 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:24:32 2021 -0500 fix line 73 commit 95920077bd64eea14a6dee6f4d112f4f65031450 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:21:19 2021 -0500 fix line 34 commit 84059439c1108a083f52aed5b2302adca2bb7ead Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:18:32 2021 -0500 fix broken array commit 817e9c5e18868bee13b7dfa029b4bbc008ded300 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:12:23 2021 -0500 fix sendAlerts undefined object commit 7a0b16d262f77dfbaf56bdeb678637f67f4c45a0 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:08:06 2021 -0500 more broke fixed commit 6a9896ce4112b3b84fb9f1429285885ed5f8085b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 22:00:27 2021 -0500 re-added r_sortFunction that somehow wondered off commit 856a49b720f41c68b91cb38ca135b82cb5a36e09 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 21:58:05 2021 -0500 fix some more broken stuff commit 076a7e5eec824af2db9edf8e083807d0dff4fb8d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 20:42:07 2021 -0500 fixed a bunch of broken refs to rosterSettings commit 443409b90253c2e45d7d080819286a9b6dd39e88 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 19:19:26 2021 -0500 refactor so far commit 1f452992861643d61caf5bcf85739c199a28582b Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jun 28 17:26:44 2021 -0500 big roster refactor - starting Co-authored-by: Sebastian Delmont <sd@notso.net> Matthew Chambers <nr0q@gridtracker.org> commit 4ed8b2c3cbd7e1f850256d4589c7cc6621825eed Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:46:42 2021 -0500 missing comma line 422 commit b089caf50ad28215280b343eca43e816d0e8aaad Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 18:04:46 2021 -0500 add array with exception test function names, need to create functions yet commit 0b27feb3677218b7a3185ecb8c187384572451eb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Jun 24 11:06:31 2021 -0500 some notes that might aid in refactoring commit 0518d6e40caf7cede1b1a3ecced412d910f3bdeb Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:42:44 2021 -0600 add functions to get acks json off website and overwrite file commit 268459833bdd6bfbb84cd8d05df2a649ab34f1cc Author: Matthew Chambers <nr0q@gridtracker.org> Date: Thu Dec 16 14:41:03 2021 -0600 Initial workup for LoTW throttling & diff fetching commit 9330df84f38f9705d8c6f8ff56bd2479cacd108a Author: nr0q <nr0q@gridtracker.org> Date: Sun Oct 24 12:59:29 2021 -0500 save work so far commit 0761163ddd2b851c617ca6d4cc497f32063c2bf6 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:54:26 2021 -0500 adding i18n to other html files, need to call scripts I think to make them "work" commit 3a00b5b3d0bbbdbb494bd90ba8638f9be0434e6a Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 21:16:02 2021 -0500 i18n chat html and format chat.css commit 220fc036b8b6d200ffbe79a5e293770b9a17d88c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 20:57:05 2021 -0500 refactor chat css into it's own css file, fix linting in gt.js start adding i18n in chat and bandactivity htmls commit fceaaaa4aa8076ae5dbb544bbe63eef812606503 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 19:39:21 2021 -0500 update all except hover/title elements with i18n in GridTracker.html commit 215bc2c55c770575a5594a48872b1fb28bb160b1 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 18:28:48 2021 -0500 mostly finished with gridtracker.html file's i18n commit 9a63953b7d407530cebd9c341ddda3dd08346750 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:58:13 2021 -0500 all through Audio Alerts done commit bbe38ea60d0c7ba8359a4a599ecc2d4e8e8537f7 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 17:05:47 2021 -0500 check in everything up to mid alert settings commit 99d89f68fca24ded7d4080942aa8303898a3d86c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 13:00:00 2021 -0500 fix badly broken HTML commit 934f097b7019c9d02e220bd26ab4e2dbf96d252c Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 19 12:39:04 2021 -0500 update through to Lookup tab commit efd03b85aee05e489a558d3d9769bf524340f769 Author: chrbayer84 <christian_bay@gmx.de> Date: Wed Sep 29 18:04:22 2021 +0000 Update README.md commit ac5299cbb516fefce635a5cd99c72048e4bb678d Author: nr0q <nr0q@gridtracker.org> Date: Wed Sep 29 12:26:50 2021 -0500 add Getting GridTracker to readme commit 8f3a7f81ae27b6d7382ac4b75e89f5582c79c4d2 Author: nr0q <nr0q@gridtracker.org> Date: Tue Sep 28 14:58:22 2021 -0500 copy of NWJS's license commit 645b2222b084b575b8b0b4fb8ea61be8c972b010 Author: T Loomis <tag.loomis@gmail.com> Date: Tue Sep 28 19:09:45 2021 +0000 Removed OAMS messaging pop-up reset commit 17035c84a092be7cabeff4648f9827bc87cf445e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:04:00 2021 +0000 updated arm to NWJS 0.54.2 with 64 bit capability rolled to v1.21.0928 commit 75421054f92497a4a8f7466eefa4c30684206ac2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Sep 27 18:00:48 2021 +0000 Treat adif record values as byte length vs string length commit 44d54dd5dfecb3389317f3c6a88793c38c78f7ff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Thu Sep 16 20:37:04 2021 -0500 updated V-num for beta build commit 50c65ac2c4bdc10da679d495f794e4424981f935 Author: jangliss <jon+gh@netdork.net> Date: Thu Sep 16 20:27:21 2021 -0500 Remove looking at fetched records for last fetch date for LoTW. Use only header commit 421601e36d3bde33c13ae7646f12d4cc1c617eff Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sun Aug 29 14:39:18 2021 -0500 new donors yay commit 3eb3fa4b21f6ab580ed6f1f8cf348b1e6e1fbe2d Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Sat Aug 28 13:06:48 2021 -0500 acks data update commit cdb524a887cbabfeac288fad2d04f6126665b601 Author: Matthew Chambers <NR0Q@gridtracker.org> Date: Wed Aug 25 14:38:51 2021 -0500 data update commit f91cc0968cdb25164894739693c8bfc15aa7af9d Author: Matthew Chambers <nr0q@gridtracker.org> Date: Mon Jul 5 11:47:16 2021 -0500 acks update 5-july-2021 commit 0ca37bf71eaef8c7423944a478f9b3836d7320c7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 29 16:41:47 2021 -0500 ack update 29 July 2021 commit 53f6168e2363e26c548d108f735805dcfba8330e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Tue Jun 22 11:49:53 2021 -0500 update acknowledgements.json for 6/22/2021 commit 2b79d75f0989c1fcb35ea90d72266e9238bd285e Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 20 13:13:40 2021 -0500 update acknowledgements.json commit c30d004c69824a71d8391129cf38ece5a84dc3a7 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 16:19:52 2021 -0500 update acknowledgements.json commit c3bef85eabb56709833ac36fd299cbb90e07aa4f Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 20:58:02 2021 +0000 Update acks json commit 260e4bc9bc3d15d02b45e5efe0c955c5beaddd27 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 12:01:43 2021 -0500 general updates for new general release commit fc742c95a868269ff691b0579aef3c61d6643591 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 14:36:13 2021 -0500 fix line 15581 commit 6a04b9cb7bc2c11f458cae3aad8e9569ae7a0a58 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:44:44 2021 -0500 more better commit 229efb099a1688b00af4469d9d5f3b15f067d84a Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 13:26:06 2021 -0500 better get acks code (Thanks Tag) commit 7b30fb3093212e034ea57f42090f72ec768f6320 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:43:05 2021 -0500 fix missing " around http line 11141 commit 24e180ffdcb34c8f26dcf183607c83f704168695 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:33:04 2021 -0500 call checkForNewAcks when checkForNewVersion commit e9d9f8b24a3bf927040bd7f77227edcaafd631e8 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 19 11:17:29 2021 -0500 add functions to get acks json off website and overwrite file commit 56e4d5816918078152fb74ca8a542179d87b6077 Author: jangliss <jon+gh@netdork.net> Date: Fri Jun 18 20:28:25 2021 -0500 Date.parse behavior to local time instead of UTC commit 74db81d764f165d1c45aab54cd24137062e7a204 Author: jangliss <jon+gh@netdork.net> Date: Thu Jun 17 17:56:37 2021 -0500 More LoTW Fixes to do diff fetching commit cedeef59f878ca42e6190b41d8774ee4ce4eb640 Author: jangliss <jon+gh@netdork.net> Date: Tue Jun 15 21:03:15 2021 -0500 Initial workup for LoTW throttling & diff fetching commit 4576c519c85b0445dad7ba655e2d22b387c9a26f Author: Santiago Mejia <santiago.hi8smx@gmail.com> Date: Wed Jun 16 19:59:05 2021 +0000 Upload New File commit f79010707a3fac0e29c63ef1b741a737bcab522c Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 19 15:44:51 2021 -0500 Fix linting warning commit 9b31e8c1a859fe94109f295f6376d4cffd87a1c2 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sat Jun 12 22:13:03 2021 -0500 update changelog etc for v1.21.0613 commit 3706978e8b45855f70e4c5723898d0797e7066b5 Author: Matthew Chambers <nr0q@gridtracker.org> Date: Sun Jun 13 03:27:38 2021 +0000 Update acks json commit bbd17c1e32dc2685a57871a446ee8e3d5bc5b3c9 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:20:32 2021 -0500 Linting hates me. Remove space on comment. commit 80466b0edab9b138fd78c45ef270ce8a7b644fc1 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 22:08:47 2021 -0500 Fix npm wanting a space after comment syntax commit 5791ba583e4c04de01058807a61af9fb49599114 Author: jangliss <jon+gh@netdork.net> Date: Sat Jun 12 21:55:50 2021 -0500 Temporarily disable LoTW full downloads on startup commit d5478ee4ab7730af7eac637f839a05348558b517 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 17:17:41 2021 -0500 small fixes in typos in data-i18n tags commit ec541a5a835eec2233d752a88b809ff0dbc9e78b Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 14:08:50 2021 -0500 it all works and created es file for Santiago to start on commit 6c14637639be2e5ff7535c26c5c4f3db07c5add2 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 18 13:51:09 2021 -0500 loading the local file helps, added a statup function to do that commit 635431735822ad0385fd713c8def0ffd094fd2ec Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 16:25:07 2021 -0500 add .vscode to gitignore commit 27cc542b65cf486a25ba93fb06901ff7b0a888d8 Author: nr0q <nr0q@gridtracker.org> Date: Wed Oct 13 10:20:55 2021 -0500 finished i18n tags through map vew filters commit ef4683c8ea3235670509a17b4a2b6108c7d27bab Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 20:23:12 2021 -0500 added data-i18n tags up through mapFilter.mode commit 0aa862afbe239cd062902804de9ccad95e354839 Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:49:03 2021 -0500 more data-i18n tags commit bbd39a640fd5b31366b141bb687fad04b27c64fd Author: nr0q <nr0q@gridtracker.org> Date: Tue Oct 12 16:07:39 2021 -0500 adding data-i18n fields to tags commit 603c8c039d6ba6113cd2de62c994d8c5bba42e08 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 17:37:11 2021 -0500 all HTML files done commit 7e97e9d2af6db22b95205ace9a00887b493a2be8 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 16:08:52 2021 -0500 i18n up to the about tab commit 0c65ab8f3ae0b54f80be894067547bbc5674f5d5 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:51:09 2021 -0500 i18n en strings through audio settings commit 39152109a5156f08f4984364a0f7488cd617dd18 Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 13:18:35 2021 -0500 cleaner keys commit 59a93e3f30cabdc7529aef005b085c3a9e582ecf Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 11:46:28 2021 -0500 i18n through control panel commit 17be5a28434dda24fff0fb7e198cc89ac0bbfb5c Author: nr0q <nr0q@gridtracker.org> Date: Mon Oct 11 10:43:25 2021 -0500 check in what I have so far commit aa65ad9936c7c37ada7b5d8b7263adddf60dec8f Author: christian <christian@t530> Date: Sun Jun 13 14:21:43 2021 -0400 added jquery.i18n commit 9d31645823b45417f393d68951a18b4d05bb8e93 Author: christian <christian@t530> Date: Wed Jun 9 21:29:23 2021 -0400 i18n hook for main gt.html commit 7e9e5b9cfe1bdbbee391565f1fda282a27f0bb55 Author: christian <christian@t530> Date: Mon May 24 21:08:15 2021 -0400 WIP banana i18n
2022-09-06 01:57:15 +00:00
<input type="checkbox" id="huntOAMS" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.OAMS" for="huntOAMS" title="Off-Air Message Service Users">OAMS</label>
</div>
<div>
2022-10-14 02:51:29 +00:00
<input type="checkbox" id="huntCQz" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.cqzone" for="huntCQz" title="CQ Zones">CQz</label>
</div>
<div>
2022-10-14 02:51:29 +00:00
<input type="checkbox" id="huntITUz" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.ituzone" for="huntITUz" title="ITU Zones">ITUz</label>
</div>
2022-01-05 14:37:21 +00:00
<div>
2022-10-14 02:51:29 +00:00
<input type="checkbox" id="huntMarathon" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.marathon" for="huntMarathon" title="CQ DX Marathon">Marathon</label>
2022-01-05 14:37:21 +00:00
</div>
<div>
2022-10-14 02:51:29 +00:00
<input type="checkbox" id="huntState" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.state" for="huntState" title="State">State</label>
</div>
<div>
2022-10-14 02:51:29 +00:00
<input type="checkbox" id="huntCounty" onchange="wantedChanged(this);" />
<label data-i18n="roster.secondary.wanted.county" for="huntCounty" title="County">County</label>
</div>
<div>
2022-10-14 02:51:29 +00:00
<input type="checkbox" id="huntCont" onchange="wantedChanged(this);" />
2022-10-24 17:00:24 +00:00
<label data-i18n="roster.secondary.wanted.cont" for="huntCont" title="Continent">Continent</label>
</div>
2022-10-10 12:37:55 +00:00
<div>
2023-12-02 01:09:18 +00:00
<input type="checkbox" id="huntWatcher" onchange="wantedChanged(this);" />
<label data-i18n="roster.watcher.label" class="flexButton" onclick="openWatcher();">Watcher</label>
2022-10-10 12:37:55 +00:00
</div>
</div>
</div>
2023-12-02 01:09:18 +00:00
<div id="exceptionDiv" class="secondaryControlGroup" >
<h3 data-i18n="roster.exceptions.label">Exceptions</h3>
<div class="columns">
<div>
2022-11-22 20:59:59 +00:00
<input type="checkbox" id="cqOnly" onchange="valuesChanged();" />
2023-12-02 01:09:18 +00:00
<label data-i18n="roster.secondary.exceptions.cqOnly" for="cqOnly">CQ Only</label>
</div>
2022-09-26 23:45:23 +00:00
<div>
2022-10-14 02:51:29 +00:00
<input type="checkbox" id="wantRRCQ" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.wantRRCQ" for="wantRRCQ">RR73 as CQ</label>
2022-09-26 23:45:23 +00:00
</div>
<div>
<input type="checkbox" id="wantGrid" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.hasGrid" for="wantGrid">Has Grid</label>
</div>
<div>
<input type="checkbox" id="noMyDxcc" onchange="onlyMyDxcc.checked=false; valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.noMyDXCC" for="noMyDxcc">Not My DXCC</label>
</div>
<div>
<input type="checkbox" id="onlyMyDxcc" onchange="noMyDxcc.checked=false; valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.onlyMyDXCC" for="onlyMyDxcc">Only My DXCC</label>
</div>
2023-12-02 01:09:18 +00:00
<div id="allOnlyNewDiv">
<input type="checkbox" id="allOnlyNew" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.allOnlyNew" for="allOnlyNew">New Calls</label>
2023-12-02 01:09:18 +00:00
</div>
<div id="onlySpotDiv">
<input type="checkbox" id="onlySpot" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.spottedMe" for="onlySpot">Spotted Me</label>
</div>
2023-12-07 04:15:21 +00:00
<div id="useseQSLDiv">
<input type="checkbox" id="useseQSL" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.useseQSL" for="useseQSL">Uses eQSL</label>
</div>
<div id="usesOQRSDiv">
<input type="checkbox" id="usesOQRS" onchange="valuesChanged();" />
<label data-i18n="roster.secondary.exceptions.usesOQRS" for="usesOQRS">Uses OQRS</label>
</div>
<div class="flexButton" style="margin-left: 18px;font-weight: bolder;" onclick="openExceptions()">&nbsp;. . .&nbsp;</div>
2023-12-02 01:09:18 +00:00
</div>
</div>
2020-08-19 16:55:41 +00:00
</header>
2022-10-10 12:37:55 +00:00
<div id="instancesWrapper">
<div id="instancesDiv"></div>
</div>
2022-10-10 12:37:55 +00:00
<main id="RosterTable"></main>
2020-11-02 14:57:06 +00:00
</div>
2020-09-28 16:35:59 +00:00
2023-12-02 01:09:18 +00:00
<div id="rosterDelayDiv" class="roundBorder" style="display:none; margin: 0px; margin-top: -1px; position:fixed; top:3px; left:3px;font-size:larger;">&#8987;</div>
2022-10-05 22:33:03 +00:00
2020-11-02 14:57:06 +00:00
</body>
2023-11-13 02:13:28 +00:00
</html>