提交图

648 提交

作者 SHA1 备注 提交日期
phl0
15272f82dc
Get LoTW info for logbook and search 2023-06-19 13:05:44 +02:00
Andreas
fe27baabfb [QSO Data] Added LoTW badge in QSO list popup 2023-06-18 21:48:54 +02:00
phl0
bc103249a8
Update distance on editing QSO 2023-06-16 12:17:56 +02:00
phl0
0b47d734c3
Update distance on update due to LoTW match 2023-06-15 22:49:11 +02:00
phl0
11efa6b03a
Store distance into QSO table 2023-06-15 16:03:24 +02:00
phl0
b5172fc710
Pull CQ and ITU zone data from LoTW confirmation 2023-05-31 20:06:27 +02:00
Andreas
93c5937da4 [QSO Display] Added Lotw info in popup 2023-05-27 10:06:30 +02:00
phl0
162a47a19f
Add eQSL to QSO display 2023-05-12 19:24:53 +02:00
Andreas
86312d16aa [eQSL] Refactored and moved stuff from logbook_model to eqslmethods_model 2023-05-06 11:35:09 +02:00
Andreas
40412354e4 [eQSL] Added cron job 2023-05-05 09:34:32 +02:00
phl0
29fc7b67e0
Harmonize display of none as DXCC 2023-04-29 18:57:35 +02:00
phl0
5f3788a892
Need a few more LEFT OUTER joins to prevent empty results 2023-04-28 15:14:59 +02:00
phl0
515fe68f6b
Use LEFT JOIN and COALESCE for station country 2023-04-28 14:30:24 +02:00
phl0
c57932be86
Make stats publicly usable with API key 2023-04-27 21:08:09 +02:00
phl0
90f64e6d7a
Add DXCC entities details to activators details SQL 2023-04-27 09:26:43 +02:00
phl0
97a026077e
Fix query for grids and activated grids QSO list 2023-04-27 08:56:07 +02:00
phl0
d735f0e456
Display station deleted DXCC correctly 2023-04-27 08:12:09 +02:00
phl0
587a39ab83
Show badge and hints about deleted DXCCs 2023-04-26 22:39:09 +02:00
Andreas Kristiansen
3ab60c4109
Merge pull request #2079 from phl0/removeRedundantDxccData 2023-04-26 21:07:07 +02:00
phl0
d88d59426a
Fix qrz and webadif upload functions 2023-04-26 12:25:48 +02:00
phl0
2370ee2bfe
Harmonize LoTW abbreviation 2023-04-26 05:44:54 +02:00
phl0
5d6abd1fd3
Remove redundant country colum in station_profile
Squashed commit of the following:

commit 29e5f5118a1c3f8deb623e5948c3b7602241792d
Merge: 566b390d e0a04cbe
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 23:28:31 2023 +0200

    Merge remote-tracking branch 'upstream/dev' into removeRedundantDxccNames

commit 566b390d8b0322b32f4438994354ce902010c0d4
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 23:18:28 2023 +0200

    Refactor reassign function to use DXCC name from dxcc_entities

commit 2e50b34c1bdb9bb087e0e0d16f13c340c15588fb
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 22:05:12 2023 +0200

    Use DXCC name from DXCC entities upon import

commit d2b1d895818777747db593848b855819f53ffe6d
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 21:18:53 2023 +0200

    Add DB migration script

commit 0ecf4b8d9cf0253c1f818a252f7ae83722254544
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 18:16:55 2023 +0200

    Fix export function for requests QSLs

commit 51d2c5c6175a8e8c69b9edd57d6f1e95c4a03600
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 17:53:50 2023 +0200

    Fix webadif/qrz upload

commit 45039a6b1284d1a23f610fc70a39ef25ce720cab
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 17:32:40 2023 +0200

    Fix lotw_export function

commit 1306225d027cacbe70e510fd0fc5d3ca5040c35e
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 17:21:37 2023 +0200

    Fix SIG export function

commit 082798a80d8bb446500dcbadfa4912c510e4a458
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 17:01:42 2023 +0200

    Fix SAT export functions

commit 2f035afaa3d3c74ca811c96c66f7bf9726b31a78
Merge: 87555f20 d6139439
Author: phl0 <github@florian-wolters.de>
Date:   Mon Apr 24 16:52:43 2023 +0200

    Merge remote-tracking branch 'upstream/dev' into removeRedundantDxccNames

commit 87555f201817fb963be117ab193d42bc03889972
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 23:54:14 2023 +0200

    Use DXCC entity name from dxcc_entities in ADIF export

commit e2fd1c5eb9b7e3257ed016814719bc7f9b913587
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 23:36:16 2023 +0200

    Make logbooks use DXCC name from entities table

commit 463057523dacbc34a545f0d9f720f2c29c9883a7
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 23:01:58 2023 +0200

    Use DXCC name from separate table in QSO view

commit 62b8f7aed8c1dca426b055eb7af6360106fc022b
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 18:21:57 2023 +0200

    Add table join to station profile lookup

commit 0afe155f46f1fcd227446166b215a98729494dc8
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 18:13:35 2023 +0200

    Remove country name from edit functions

commit ecb3689a0a73f0cc9c5ca7eba5dec7df5f9fbcd1
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 18:07:58 2023 +0200

    Remove station_country parameter

commit 22c350a585a3ff95d1d0b1f49dbe8ca310bdaf85
Author: phl0 <github@florian-wolters.de>
Date:   Thu Apr 20 17:59:24 2023 +0200

    Use DXCC name from dxcc_entitites table
2023-04-25 00:13:49 +02:00
phl0
54ea030222
We should look for NULL instead of 'NULL' here ... 2023-04-24 22:38:20 +02:00
Andreas
853720592b [PHP 8.1] Fixing a few errors with null and string 2023-04-09 15:49:19 +02:00
Andreas
2d629c8b01 [Contesting] Only log exchange according to exchangetype 2023-04-06 19:28:16 +02:00
Peter Goodhall
f13657aaa9
Merge pull request #2050 from dg0tm/eQSL
Eqsl upload fix
2023-03-29 15:47:53 +01:00
Peter Goodhall
d02375fba6 [API] Fixes issue where nullable vars was first 2023-03-29 15:02:36 +01:00
Christoph Kottke
b7075cb203 [eQSL] Adjusted query to show only own locations 2023-03-29 11:28:20 +02:00
Peter Goodhall
9f94f99f46 [API] Adds logbook_check_grid call 2023-03-28 14:57:43 +01:00
Peter Goodhall
0be6f42999 [API] Adds API call "logbook_check_callsign" to check if a callsign is in the logbook 2023-03-28 14:38:50 +01:00
Peter Goodhall
234bdc01db [QO-100 Club] Only use QO-100 contacts from logbook 2023-03-27 15:03:11 +01:00
Hugo Silva
4877b32304 Mark QSOs as uploaded in batch to improve performance 2023-03-20 19:15:05 +00:00
Hugo Silva
f4ea93ba89 Bugfix: don't duplicate 'Mark as Uploaded' records 2023-03-20 13:39:35 +00:00
Hugo Silva
cbf6efd19f Adds export to QO-100 Dx Club menu entry and functionality 2023-03-17 17:55:12 +00:00
Hugo Silva
d7d06c2bbc Store webadif upload data in separate table 2023-03-17 13:11:04 +00:00
Hugo Silva
c962a972a8 Basic QO-100 Dx Club API integration 2023-03-16 18:58:48 +00:00
Andreas
363cda94bc [eQSL] Adjusted query to filter out stations without nickname set (hopefully fixed all issues) 2023-03-09 18:22:14 +01:00
Andreas
bc8b7bf6b0 [eQSL] Adjusted query to filter out stations without nickname set 2023-03-07 19:36:39 +01:00
Andreas Kristiansen
980028c70e
Merge pull request #2008 from AndreasK79/vucc_timeline
Vucc timeline
2023-02-19 17:23:50 +01:00
Andreas
8ad06daf2b [PHP 8.1] Fix for passing null to parameter 2023-02-10 09:45:19 +01:00
Peter Goodhall
a886f426be
Merge pull request #1991 from phl0/continentStats
Add basic continent statistics
2023-02-09 15:28:24 +00:00
Andreas
36de030151 [Continents] Added band and mode filter 2023-02-09 12:35:30 +01:00
phl0
0f84f71b7e
Sort SAT amd mode stats by count DESC 2023-02-09 12:12:54 +01:00
phl0
8b38d28122
Add basis continent statistics 2023-02-09 01:05:36 +01:00
Peter Goodhall
14258a0ad6
Merge pull request #1979 from phl0/continentData
Add fields for continent and update function
2023-02-07 15:34:37 +00:00
phl0
136baf32c1
Make exchange upper case (in table and db) 2023-02-05 12:37:23 +01:00
phl0
dc58cf6980
Add continent to lookup-data 2023-02-04 18:24:21 +01:00
phl0
72c2853fc6
Add fields for continent and update function 2023-02-04 17:41:21 +01:00
Peter Goodhall
74b8da6252 [AMSAT Status] Catch Satellite name ARISS or ISS 2023-02-03 14:23:31 +00:00
Andreas
0d51c78516 [DXCC id] Improved DXCC identification 2023-02-01 13:57:50 +01:00
Andreas
dcdfd66a01 [Timeline] Added VUCC as selection for award 2023-01-30 19:54:27 +01:00
phl0
ea8ef59bd4
Handle all other SATs without special handling 2023-01-28 14:10:23 +01:00
phl0
734034d145
Fix typo 2023-01-28 13:47:54 +01:00
phl0
eec42902fe
Added ISS and FO-118 2023-01-28 13:22:22 +01:00
phl0
995e89e444
Option tu upload SAT status info to amsat.org/status 2023-01-27 17:24:48 +01:00
Peter Goodhall
348342d752 [Dashboard] Fixes QSOs being out of order 2023-01-27 13:14:23 +00:00
phl0
d10a070ec3
Order by primary key as second criterion 2023-01-26 00:57:38 +01:00
Andreas
333997f9a0 Fixed date to use COL_TIME_OFF if not blank. Thanks @phl0 2023-01-23 13:37:49 +01:00
Andreas
8b36a2f8e9 [PHP8.1] Fix for strftime() is deprecated when re-checking DXCC 2023-01-23 11:22:12 +01:00
Andreas
8d97246830 Fix for "Check QSOs missing DXCC data" checking all QSOs 2023-01-23 10:30:32 +01:00
Andreas
2c40e9acad [DXCC id] Tweaked for callsign having several digits after / 2023-01-22 14:04:50 +01:00
phl0
bab51347b8
Fix syntax error 2023-01-19 20:14:04 +01:00
Andreas
3a0ab51d84 [Tweak] Query speedup on dashboard 2023-01-18 16:59:37 +01:00
Andreas Kristiansen
5ca3ea2d7e
Merge pull request #1932 from phl0/reworkDOKstats
Rework DOK stats and add some eye candy
2023-01-18 09:57:16 +01:00
Andreas
64261b4d87 [PHP 8.1] Another fix for passing null to string 2023-01-17 20:56:16 +01:00
Andreas
573c1b48f0 [DXCC id] Fix for /M 2023-01-17 20:54:15 +01:00
Andreas
c8a85a72c0 [DXCC id] Fixed identification for VP2x calls (and probably others) 2023-01-16 21:58:34 +01:00
phl0
f3a0025423
Rework DOK stats and add some eye candy
Squashed commit of the following:

commit 91b55288edee8cdae93570212e0e94c3cc2e66ff
Author: phl0 <github@florian-wolters.de>
Date:   Mon Jan 16 14:59:52 2023 +0100

    Add link to DD3AH map

commit 11149f8202bb118d635b952512de4f4456c1789a
Author: phl0 <github@florian-wolters.de>
Date:   Mon Jan 16 14:29:37 2023 +0100

    Add datatable

commit fc768b32bc256c12668bb1c095184e56edbb2d25
Author: phl0 <github@florian-wolters.de>
Date:   Mon Jan 16 14:06:38 2023 +0100

    Remove old code

commit b8dfe8566fdc8b20a105b7120faeff4a054b4166
Author: phl0 <github@florian-wolters.de>
Date:   Sun Jan 15 23:13:09 2023 +0100

    Filter summary for DOK/SDOK and remove empty lines

commit 5d081a2f7dacd0da8761b7e06a253a6e4050b6c4
Author: phl0 <github@florian-wolters.de>
Date:   Sun Jan 15 22:55:46 2023 +0100

    Remove not worked for now

commit 00e9354a5f0be9d40ca3b16e29dbf1728b7d2875
Author: phl0 <github@florian-wolters.de>
Date:   Sun Jan 15 22:53:17 2023 +0100

    Include SAT QSOs in totals

commit c1dd7e131ee750b647d4ba802c5aa7af742bdea3
Author: phl0 <github@florian-wolters.de>
Date:   Sun Jan 15 17:16:30 2023 +0100

    Use worked DOKs from DB instead of list from file

commit 5e60dc51b5b6ea12bf0109847967c80b0f31e79a
Author: phl0 <github@florian-wolters.de>
Date:   Fri Jan 13 14:59:27 2023 +0100

    Use QSL only for confirmed QSOs

commit 26c03d9a62492bcbfdfdfb5ec1b6d72e61134bce
Author: phl0 <github@florian-wolters.de>
Date:   Mon Jan 9 16:40:37 2023 +0100

    Add filter to QSO details popup

commit 20b704aa853c806b0739ac9bd3d4a6082987fb9c
Author: phl0 <github@florian-wolters.de>
Date:   Mon Jan 9 15:25:35 2023 +0100

    Forgot to delete replaced part of code

commit 574a1ebd17625f508ac40cb87b927efdc9d9f998
Author: phl0 <github@florian-wolters.de>
Date:   Mon Jan 9 15:20:21 2023 +0100

    Hide NM as just a marker for no DOK at all

commit 2b5c2ad8e149c370e036fdfc2f978f411bc11ea7
Author: phl0 <github@florian-wolters.de>
Date:   Thu Jan 5 22:49:03 2023 +0100

    Remove debug statement

commit 39406b96a3ec8f98ec8548156b83016d68cb6897
Author: phl0 <github@florian-wolters.de>
Date:   Thu Jan 5 22:48:06 2023 +0100

    Add option for eQSL

commit 2de47e79f232a8505e951366c557b136c6b6d28d
Author: phl0 <github@florian-wolters.de>
Date:   Thu Jan 5 15:27:10 2023 +0100

    Rework DOK stats
2023-01-16 17:08:27 +01:00
Andreas
ad889e7ee8 [DXCC id] Fixed /R identification (Rover) 2023-01-16 08:47:57 +01:00
Andreas
9078d25397 [Activated gridsquare] Fixed col_freq not found in qso_details 2023-01-13 11:36:39 +01:00
Peter Goodhall
e25174379d
Merge pull request #1913 from phl0/lotwImportCnty
Import county from LotW matches
2023-01-10 12:03:04 +00:00
phl0
9ed225e375
Import county from LotW matches 2023-01-10 00:46:02 +01:00
phl0
cab8f01c6c
Show link to eQSL image on import status page 2023-01-10 00:29:43 +01:00
Andreas
a47bef997b [PHP 8.1] Fixed another null into string error when saving QSO 2023-01-09 08:49:18 +01:00
Andreas
d37b9c4438 [QSO Stats Year] Changed year sort to desc 2023-01-04 13:47:59 +01:00
Andreas
6fb572e8bb [DXCC identification] Fix for prefix coming last 2022-12-30 09:24:18 +01:00
Peter Goodhall
e1f3bcd2aa Revert "Merge pull request #1874 from AndreasK79/dxcc_fix_when_dxcc_comes_last"
This reverts commit 1aabd44817, reversing
changes made to 6f597ff7a2.
2022-12-29 15:17:36 +00:00
Andreas
72cce190bb [DXCC identification] 2022-12-27 19:05:50 +01:00
phl0
b2b7596bca
Add Frequency to selectable colums and previous QSOs 2022-12-14 12:45:32 +01:00
Peter Goodhall
ca4f0d7ea1
Merge pull request #1826 from phl0/addPotaSupport 2022-12-07 10:49:06 +00:00
Andreas
4d129170de [DXCC identification] Fix for 2x1 KG4 call 2022-12-06 19:53:38 +01:00
phl0
034fa625fb
Add support for POTA fields according to ADIF update 2022-11-30 15:38:40 +01:00
phl0
951be84c97
Rename recv/RECV to rcvd/RCVD to comply with ADIF fields and avoid
confusion
2022-11-08 23:57:39 +01:00
Peter Goodhall
161941d854
Merge pull request #1756 from phl0/updateQslDatesOnEdit 2022-11-08 22:43:18 +00:00
phl0
9114183d2e
Set dates if eQSL/LotW QSL info is changed manually 2022-11-08 23:04:54 +01:00
phl0
c84f8ca94f
Fix error that leads to overwriting QSL R dates 2022-11-08 22:26:02 +01:00
DL2CC
5a4d9ea718
Convert Contest serial exchange to integer
some logbook programs allow for non number characters in the exchange serial number field, cloudlog would crash on import. By converting those fields to integer we probably lose some (worthless) information but still have it import correctly
2022-10-13 08:52:23 +02:00
phl0
65189d07ca
Basic POTA support 2022-10-05 17:05:53 +02:00
Peter Goodhall
6f8d07e1cd [eQSL][Upload] Only upload QSOs where nickname isnt blank
fixes #1635
2022-10-05 14:39:40 +01:00
Alessio Caiazza
27a8d235fd
eQSL import from multiple QTH nicknames 2022-09-22 08:58:14 +02:00
Peter Goodhall
60d0ba1bad
Merge pull request #1576 from nolith/fix-eqsl-upload
Fix eQSL upload for linked account
2022-09-20 20:54:04 +01:00
Andreas Kristiansen
f49f8a20b9
Merge pull request #1607 from phl0/makeEorUpperCase
Make <eor> tags upper case (now with fixed LotW issue)
2022-09-20 20:42:48 +02:00
Andreas Kristiansen
66a54078e6
Merge pull request #1608 from phl0/addSeparatorsToUcwords
Add "-(/" as separators to ucwords to display DXCCs (more) correctly
2022-09-19 19:07:25 +02:00
phl0
ee8b84441a
Add "-(/" as separators to ucwords to display DXCCs (more) correctly 2022-09-19 08:58:21 +02:00
phl0
6ef4c52925
Make <eor> tags upper case (now with fixed LotW issue) 2022-09-19 07:29:55 +02:00
Peter Goodhall
39966301f1 Revert "Merge pull request #1603 from phl0/makeEorUpperCase"
This reverts commit 8091869c9d, reversing
changes made to 6e87211fde.
2022-09-18 22:28:04 +01:00
Andreas
4e17281a98 [Statistics] Changed from Google Charts to Chart.js 2022-09-18 16:48:16 +02:00
phl0
f8e4bd9dd7
Make <eor> upper case 2022-09-12 09:49:23 +02:00
Andreas
e00aacc96c [Clublog] Updated script (cron job) to work for all users with a username and password set 2022-09-11 15:02:31 +02:00
Andreas Kristiansen
20f186b393
Merge pull request #1583 from AndreasK79/custom_map_mode_prop
[Custom map] Added mode and propagation selection
2022-09-07 16:05:27 +02:00
phl0
f47051f91b
Also fetch my gridsquare for US counties details 2022-09-07 13:42:20 +02:00
Andreas
4e1b398d64 [Custom Map] Fixed filtering query with group. All QSOs would load without 2022-08-28 09:30:09 +02:00
Andreas
f9045d0427 [Custom map] Added mode and propagation selection 2022-08-27 19:24:22 +02:00
Alessio Caiazza
8be01e52d8 Fix join type for stations with eQSL QTH nickname but no QSO 2022-08-24 17:44:05 +02:00
phl0
cc621bebd7
Add MY_WWFF_REF to station profile 2022-08-17 14:33:15 +02:00
phl0
cbcda6c18d
Add WWFF column to tables 2022-08-17 13:10:15 +02:00
phl0
59a3df06b6
Add DB column and edit/view functiions 2022-08-15 16:57:37 +02:00
Peter Goodhall
b03515f2af
Merge pull request #1492 from Werzi2001/dxcc_vs_country
DXCC vs. Country
2022-07-29 08:02:28 +01:00
Peter Goodhall
823cd51ed1
Merge pull request #1522 from AndreasK79/custom_map_pin_improvement
[Custom map] Using already logged dxcc to set position when gridsquare is not present
2022-07-07 16:20:47 +01:00
Peter Goodhall
eed8fe91c9
Merge pull request #1521 from AndreasK79/dashboard_map_fix
[Dashboard map] Fix lookup for dashboard QSOs plotted on the map
2022-07-07 16:20:36 +01:00
Peter Goodhall
3c5b0548c2
Merge pull request #1520 from AndreasK79/qso_dialog_map_fix
[QSO dialog] Map fix
2022-07-07 16:20:23 +01:00
phl0
3653c62850
Also upload QSOs where QSL_SENT is NULL 2022-07-04 17:34:23 +02:00
Andreas
ed23846db9 [Dashboard map] Fix lookup for dashboard QSOs plotted on the map 2022-07-04 12:32:25 +02:00
Andreas
ca8c8108cd [Custom map] Using already logged dxcc to set position when gridsquare is not present 2022-07-04 11:20:57 +02:00
Andreas
31e4f146a5 [QSO dialog] Map fix 2022-07-04 08:46:33 +02:00
Andreas Kristiansen
5e7c59a420
Merge pull request #1514 from AndreasK79/empty_logbook_fix
Fix for Logbook Model - now loads without a logbook defined. Fixes #1481
2022-07-03 16:39:58 +02:00
Andreas
a28eb44ac4 Fix for Logbook Model - now loads without a logbook defined. Fixed #1481 2022-07-02 23:40:04 +02:00
Thomas Werzmirzowsky
98ca1ffc92 adapted visible conditions for lotw arrows to be consistent to eqsl
arrows
2022-06-12 10:57:54 +02:00
Thomas Werzmirzowsky
e59d31b1c7 give dxcc higher priority when doing adif import
added ucwords for country to edit qso to be consistent with adif import
and create
2022-06-12 10:37:14 +02:00
Peter Goodhall
e2b6a71d7c Correctly handle when county isn't actually needed 2022-06-01 11:07:14 +01:00
Peter Goodhall
1626571c67
Merge pull request #1487 from phl0/editQsoUpperCase
Make various field inputs upper case on input
2022-05-30 15:18:45 +01:00
phl0
04e3eafbb1
Apply strtoupper to DARC DOK on server side 2022-05-30 14:20:42 +02:00
Andreas Kristiansen
e0c83f556a
Merge pull request #1460 from phl0/fillUSCounty
Fill US county from callbook / logbook
2022-05-29 20:02:43 +02:00
Andreas
9e4c6c6e72 US County - fixed query 2022-05-29 20:01:44 +02:00
phl0
828824e45d
[LotW] Import IOTA info 2022-05-09 14:44:32 +02:00
phl0
ced69b8ea4
Fill US county from callbook / logbook 2022-04-16 22:07:13 +02:00
phl0
826f30309a
Add function for looking up DOK from previous QSO 2022-04-14 23:24:37 +02:00
phl0
82d5021dc7
Remove spare checks for user_id (as this is unset for unauthenicated API
calls)
2022-04-01 16:17:05 +02:00
phl0
dbfbffd631
Also fetch my square for maps 2022-04-01 10:38:54 +02:00
Peter Goodhall
2080079734
Merge pull request #1439 from phl0/gridsquareActivators
Add table for (VUCC) gridsquare activators top list
2022-03-25 16:40:01 +00:00
Peter Goodhall
b699b75dbf
Merge pull request #1435 from phl0/qslNotes
Fill and send eqsl.cc comment field (QSLMSG)
2022-03-25 16:37:55 +00:00
phl0
22e74b55e4
Add table for (VUCC) gridsquare activators top list
Squashed commit of the following:

commit 1091c0321e49b37f29d2997ff28051f137efc53f
Author: phl0 <florian@florian-wolters.de>
Date:   Tue Mar 22 17:31:08 2022 +0100

    Also take VUCC_GRIDS into account

commit c396e87c78e659c98c86ebf96ce21ba9a34203d0
Author: phl0 <florian@florian-wolters.de>
Date:   Thu Jan 27 23:19:39 2022 +0100

    Add ShowQSO function for detailed view

commit 52d3ef9b60de6a82c9239e6be387aa35050db203
Author: phl0 <florian@florian-wolters.de>
Date:   Thu Jan 27 20:59:58 2022 +0100

    Distinguish between LEO and GEO in SAT selection

commit 019d1d71bf3f06abbd38c65b0278c52c785bf407
Author: phl0 <florian@florian-wolters.de>
Date:   Thu Jan 27 19:57:48 2022 +0100

    Make sure mincount is numeric

commit 3802f9269d7e6bae7891e814909bd364afbfdf73
Author: phl0 <florian@florian-wolters.de>
Date:   Thu Jan 27 00:37:35 2022 +0100

    Implement optional minimin grid count

commit d206f2429d2bbaab1336c2266e7036e2ea77718d
Author: phl0 <florian@florian-wolters.de>
Date:   Wed Jan 26 23:21:55 2022 +0100

    Add table showing gridsquare activators
2022-03-22 17:41:03 +01:00
phl0
3be65ae548
Allow for editing QSL MSG comment 2022-03-17 10:48:01 +01:00
Thomas Werzmirzowsky
f8f32a0039 added missing join (otherwise error in view) 2022-03-16 20:59:22 +01:00
phl0
b9de48d7d2
Transfer QSLMSG to eqsl.cc during upload 2022-03-16 20:22:40 +01:00
Peter Goodhall
5a25ac90cd
Merge pull request #1432 from phl0/fixDARC
Fix spelling of DARC ;-)
2022-03-16 17:59:01 +00:00
phl0
8c9e98888c
Save QSLMSG to database 2022-03-16 18:21:46 +01:00
phl0
903c46ca76
Fix spelling of DARC ;-) 2022-03-16 18:16:24 +01:00
Peter Goodhall
334aacbe94 [ADIF][Import] If RX PWR field is set to "K" convert it to 1000
N1MM+ seems to put K into the power rx power field for contests instead of converting it.
2022-03-16 15:06:59 +00:00
phl0
6272e4aaa7
Also get station_gridsqare for gridsquare map 2022-03-02 17:14:04 +01:00
phl0
334a21abe8
We need to fetch station_gridsquare also 2022-03-02 16:14:02 +01:00
Peter Goodhall
8b67014d2f
Merge pull request #1398 from phl0/activatedGrids
Activated grids
2022-03-02 11:37:48 +00:00
Andreas
529f380c83 Added missing columns 2022-02-28 18:11:21 +01:00
Andreas
27bd6bc2c0 Re-added a missing where-statement 2022-02-28 18:01:51 +01:00
phl0
cc606f12cc
Fix hard coded table name 2022-02-28 10:46:35 +01:00
phl0
82cd15bc07
Refactor SQL query to include last 500 QSOs 2022-02-28 10:30:51 +01:00
Andreas
7a7b1996d4 [QRB Link] Fixed correct home locator. Now uses the one logged. 2022-02-21 22:53:09 +01:00
Peter Goodhall
b94eb1909b Update Logbook_model.php 2022-02-18 14:19:05 +00:00
Peter Goodhall
be8771de2e Added some extra bits to handle empty results 2022-02-18 13:30:26 +00:00
Peter Goodhall
3a83145e09 [Dashboard] More optimisation for speed now 70% faster 2022-02-17 14:20:32 +00:00
Peter Goodhall
c44b4d7e4b [Dashboard] Merged 4 SQL queries into one call reducing page load times. 2022-02-17 11:58:09 +00:00
phl0
72400c8908
Make a separate log view for activated grids 2022-02-16 17:17:17 +01:00
Andreas Kristiansen
a7246c0977
Merge pull request #1359 from Werzi2001/version_2_search_logbook
added logbook filter to simple and advanced search
2022-02-16 16:57:11 +01:00
phl0
7c242c7f0b
Revert limit to 500 QSOs 2022-02-16 16:29:50 +01:00
phl0
629bc90052
Revert "Only show the last 500 distinct callsigns"
This reverts commit 8d0984857d.
2022-02-16 16:29:00 +01:00
phl0
8d0984857d
Only show the last 500 distinct callsigns 2022-02-16 12:03:25 +01:00
phl0
af1451b542
Limit results to 500 and get rid of hard coded table name 2022-02-16 08:29:03 +01:00
phl0
6432c7a6e6
Fix detailed QSO listing 2022-02-15 22:45:10 +01:00
phl0
a49ec4c42c
Merge remote-tracking branch 'upstream/station_logbooks' into activatedGrids 2022-02-14 15:15:29 +01:00
Peter Goodhall
9fc05d9cb3 Merge pull request #1387 from onovy/qso_date_off
Fix QSO with time_on < time_off and QSO with date_off field
2022-02-06 20:52:49 +00:00
phl0
5afdbda357
Implement table results view for activated grids 2022-02-06 16:17:21 +01:00
Thomas Werzmirzowsky
b929109428 changed search filter from active logbook to all stations of the user
also changed get_qso($id) accordingly (otherwise no details of the QSOs
from other logbooks can be shown)
2022-02-06 09:41:11 +01:00
Ondřej Nový
d6ea39921a Fixup QSL dates
* don't overwrite COL_QSLSDATE/COL_QSLRDATE on QSO edit
* set COL_QSL_RCVD to N instead of NULL on QSO add
* don't set COL_QSLSDATE/COL_QSLRDATE when COL_QSL_SENT/COL_QSL_RCVD is N
* save time (not only dates) in COL_QSLSDATE/COL_QSLRDATE (data type is
  datetime in DB)
2022-01-24 22:44:26 +00:00
Peter Goodhall
96d7a2537d [API][QSO] Skips check_station_is_accessible() if import is coming from API
Skips check_station_is_accessible() if import is coming from API this is because api qso import doesn't have a session thus automatically fails.

Extra checks must be done on the api calls to make sure things are safe.

Fixes #1381

Co-Authored-By: Florian (DF2ET) <github@florian-wolters.de>
2022-01-24 16:13:25 +00:00
phl0
d59e247730
Should be desc here instead of asc 2022-01-14 11:59:04 +01:00
phl0
481deabbd4
Order QSO in map details by time descending 2022-01-14 11:57:15 +01:00
Andreas Kristiansen
2b1f3b5461
Merge pull request #1312 from Werzi2001/eqsl_lotw_on_dashboard
added eQSL and LotW to the dashboard
2021-12-31 15:26:39 +01:00
Andreas Kristiansen
e562307e40
Merge pull request #1307 from Werzi2001/version_2_hide_sat_analytics
version 2 hide satellites
2021-12-31 14:27:32 +01:00
Peter Goodhall
cd8a38d717
Merge pull request #1318 from AndreasK79/qrz_logbook_v2_fix
Qrz logbook v2 fix
2021-12-21 17:48:32 +00:00
Peter Goodhall
84427d1a43
Merge pull request #1308 from Werzi2001/version_2_qsl_print_user_check
Version 2 "Print Requested QSLs"
2021-12-21 17:48:09 +00:00
Andreas
06a29f4743 [LoTW] Bugfix for sync when COL_LOTW_QSLRDATE is not set 2021-12-18 17:50:19 +01:00
Andreas
4ac4f612cb [QRZ Logbook] Had to revert a few changes. Can't check user_id everywhere, since that will break cron 2021-11-25 20:43:31 +01:00
Andreas
197eceeb79 [QRZ Logbook] V2 fix for user_id 2021-11-25 20:18:44 +01:00
Thomas Werzmirzowsky
602a63d8c1 added eQSL and LotW to the dashboard 2021-11-19 22:34:58 +01:00
Thomas Werzmirzowsky
821a00dabb added checks to backend and frontend of "print requested qsls" to only
allow access to QSOs of user
2021-11-17 22:30:20 +01:00
Thomas Werzmirzowsky
e344bd0a9b hide satellites selection if there are not satellite QSOs in
statistics
distances worked
gridsquares
2021-11-17 21:48:44 +01:00
Peter Goodhall
8f9ab23dc5
Merge pull request #1297 from Werzi2001/version_2_adif_import_export_tasks
adif import/export tasks for version 2
2021-11-16 14:00:14 +00:00
Peter Goodhall
181314f3b0
Merge pull request #1299 from Werzi2001/version_2_kml_logbook_check
added logbook check to KML export
2021-11-16 13:59:49 +00:00
Thomas Werzmirzowsky
9a5b136351 added "mark qsl sent" options to qso cog menu 2021-11-16 13:58:15 +00:00
Thomas Werzmirzowsky
6be7536493 added logbook check to KML export 2021-11-15 19:59:26 +01:00
Thomas Werzmirzowsky
309803e252 renamed station profile to station location
only show station locations of user
check station location user in backend
2021-11-15 19:46:20 +01:00
Peter Goodhall
e7902db33a Fixed a range of errors 2021-11-14 22:48:39 +00:00
Peter Goodhall
4f2fc64c01
Merge pull request #1291 from AndreasK79/implode_fix
Implode fix and fix for when the logbooks is empty
2021-11-14 22:29:03 +00:00
Peter Goodhall
5441f88394
Merge pull request #1290 from Werzi2001/version_2_qso_qsl_checks
added user checks to previous contacts and qsl management
2021-11-14 22:28:40 +00:00
Andreas Kristiansen
109f40bc23
Merge branch 'station_logbooks' into cloudlog8 2021-11-14 22:01:25 +01:00
Andreas
ea93b69e04 [Statistics] Fixed when no QSOs 2021-11-14 18:46:09 +01:00
Thomas Werzmirzowsky
0ff857357c added user checks to previous contacts and qsl management 2021-11-14 17:50:11 +01:00
Andreas
8719441eb6 [Custom Map] Fixed error if logbook is empty 2021-11-14 17:17:20 +01:00
Peter Goodhall
08af5c3843 [Dashboard] Fixes errors on clean install where variables have no numbers on the dashboard counts 2021-11-14 13:10:18 +00:00
Thomas Werzmirzowsky
239fad0037 Merge branch 'station_logbooks' into version_2_dashboard_todos 2021-11-14 12:46:55 +01:00
Thomas Werzmirzowsky
63dc682e51 adapted dashboard countries and qsl cards statistics for logbooks 2021-11-14 12:45:17 +01:00
Andreas Kristiansen
7d404c31db
Merge branch 'cloudlog8' into mergesolve 2021-11-13 20:00:48 +01:00
Andreas
1ce153a2ca [KML Export] Fixed query to get the correct QSOs. Also added an extra check if lat and lng were undefined 2021-11-12 12:45:33 +01:00
Andreas
b8ce4fa33d Added checks if logbooks exists. Cloudlog would load with an error when starting a new install. 2021-11-06 20:53:36 +01:00
Andreas
1b2a88b355 Removed all constructors in models, since this doesn't work in never CodeIgniter 2021-11-06 20:24:28 +01:00
Andreas
33868efa4c [Contest Logging] Bugfix for exchange logging. 2021-10-31 17:11:46 +01:00
Thomas Werzmirzowsky
6f39ce940f - QSO create/edit check that station belongs to user
- QSO form only shows stations of user
2021-10-31 10:25:35 +01:00
Thomas Werzmirzowsky
61b41df1d9 created helper methods to check access 2021-10-31 10:17:14 +01:00
Kim - DG9VH
451beca21e
Fixed Typo in eqsl_last_qsl_rcvd_date
There was the wrong database-field compared so eqsl_last_qsl_rcvd_date() always delivered 1970/01/01 as date.
2021-10-17 17:19:13 +02:00
Thomas Werzmirzowsky
f510bc314b added logbook filter to logbook main list 2021-10-17 11:25:01 +02:00
Andreas
d44831d3f5 [Contesting] Added selection for copying received exchange over to DOK field in the database. 2021-10-16 16:03:54 +02:00
Chris Tabor
3b57245cd9 Fix dxcc_lookup query for dxcc_exceptions 2021-10-09 12:34:09 -07:00
Andreas Kristiansen
234ec52f1b
Merge branch 'mastettest' into station_logbooks 2021-10-08 11:48:01 +02:00
Andreas Kristiansen
fa1bb549ee
Merge pull request #694 from jsb2092/master
Added support for lookups in services for more detailed information when logged in
2021-10-05 20:58:48 +02:00
Peter Goodhall
5f10c52323 Went through logbook and logbook model changing things to logbook linked profiles 2021-09-28 11:21:12 +01:00
Peter Goodhall
7651517e74
Merge pull request #1190 from AndreasK79/custom_maps_station_logbooks
Custom maps station logbooks
2021-09-27 15:09:21 +01:00
Andreas Kristiansen
a2da3753ed
Merge pull request #1111 from T012m3n7oR/master
Add the gridsquare from LotW QSL to the logbook
2021-09-22 13:38:41 +02:00
Andreas
d56cb4b20a [QSO Edit] Fixed duplication of state in county when saving edited QSO. Fixes #1178 2021-09-19 20:01:32 +02:00
Peter Goodhall
a15b9f2a89 Fixes bug where you couldn't save an editted QSO 2021-09-18 17:49:04 +01:00
Peter Goodhall
ecf19488a6 Fixes bug where you couldn't save an editted QSO 2021-09-18 17:46:34 +01:00
KT3PJ
b46368fe06 LotW gridsquare will not be updated if VUCC gridsquares exist. 2021-09-18 12:22:43 -04:00
Andreas
9311e7c85a [Custom Map] Tweaks for station logbooks 2021-09-18 17:59:19 +02:00
Peter Goodhall
e60bee857f
Merge pull request #1137 from AndreasK79/edit_contest_data_on_qso
[QSO Edit] Made Contest tab in QSO Edit. Added support for editing co…
2021-09-14 21:52:13 +01:00
Peter Goodhall
88222ca686
Merge pull request #1166 from AndreasK79/timeline_station_logbooks
[Timeline] Updated code to support station logbooks
2021-09-10 18:38:15 +01:00
Peter Goodhall
9fc18f73ff
Merge pull request #1161 from AndreasK79/vucc_station_logbooks
[VUCC Award] Updated code to support station logbooks
2021-09-10 18:29:17 +01:00
Andreas
9612c02e76 [Timeline] Updated code to support station logbooks 2021-09-10 11:59:41 +02:00
Andreas
9fef439c86 [VUCC Award] Updated code to support station logbooks 2021-09-09 22:53:25 +02:00
Peter Goodhall
2c0ee14d22
Merge pull request #1160 from AndreasK79/uscounties_station_logbooks
[US Counties Award] Updated code to support station logbooks
2021-09-09 21:52:42 +01:00
Andreas
9f6feb24a5 [US Counties Award] Updated code to support station logbooks 2021-09-09 22:43:29 +02:00
Andreas
006b721b0e [DXCC Award] Updated code to support station logbooks 2021-09-09 20:59:51 +02:00
Andreas
841bec5d31 [CQ Award] Updated code to support station logbooks 2021-09-08 22:07:00 +02:00
Peter Goodhall
0322fc1e69 [Stats] Show Stats for all locations assigned against the logbook 2021-09-08 13:32:53 +01:00
Andreas
fddc03b4ef [QSLPrint] Bugfix for exporting ADIF and CSV when all is selected in Station Location 2021-08-24 20:10:07 +02:00
Andreas
6164558fff [QSO Edit] Made Contest tab in QSO Edit. Added support for editing contest, serial and exchange. 2021-08-20 12:49:57 +02:00
Andreas
e6387c92a5 [Contesting] Spacebar jumping is now working. Filling of QSO table is working. Logging the QSO and exchanges correct is working. 2021-08-13 12:47:17 +02:00
Jeremy Brown
791cc04f62 Merge branch 'master' of https://github.com/magicbug/Cloudlog into magicbug-master 2021-08-05 15:36:28 -04:00
Pat Lang
4c9ed28972
Merge branch 'magicbug:master' into master 2021-08-05 12:27:05 -04:00
Peter Goodhall
bad229dd09
Merge pull request #1116 from AndreasK79/mm_dxcc_fix
[QSO Entry] Maritime Mobile identification fix
2021-07-30 13:49:17 +01:00
Andreas
946f11d538 [QSO Entry] Maritime Mobile identification fix 2021-07-30 09:06:53 +02:00
Andreas
78f11d62c6 [Quick lookup] Added clickable links so that you can see the qso information that lies behind the W/C in quick lookup. 2021-07-29 10:38:27 +02:00
KT3PJ
614452b07e Add the gridsquare from LotW QSL to the logbook
The gridsquare from the QSL will now update the log if the gridsquare
was not previously populated, or if the LotW gridsquare is more
specific than what previously existed.  Previously the gridsquare was
not being used from the LotW QSL record.

This will enable the map above the logbook to more accurately display
where the QSL was with instead of default values.

 - Add 'qsl_gridsquare' to the logbook_model.php:lotw_update
   implementation.
 - Refactor code in lotw_update to remove duplicate code.
 - Add gridsquare into the LotW output table on what is imported.
2021-07-27 18:49:54 -04:00
Andreas
8b370c9783 [Awards] Fixed DXCC QSO details to also filter on modes. Made a generic function to display QSOs. It's now used for DXCC, WAS, IOTA, CQ, VUCC. This is also done in preparation for adding mode filter to WAS, IOTA and CQ Award. 2021-07-24 14:31:16 +02:00
Andreas Kristiansen
1215a15141
Merge branch 'master' into print_qsl_queue 2021-07-22 17:20:09 +02:00
Andreas
c0a2134f62 [QSL Print] Delete now works. Added a working station profile selector, which changes table and links when changed. 2021-07-22 17:16:49 +02:00
Andreas
057d851ee0 [DXCC identification] Implemented exception for KG4 2021-07-18 12:21:57 +02:00
Peter Goodhall
9ab72d30f7 [Dashboard] Fixes issue with map not loading 2021-07-14 13:53:23 +01:00
Peter Goodhall
08623f4667 [Map][Custom] Allows filtering custom map by band 2021-07-14 11:37:06 +01:00
Peter Goodhall
31ef5565b9 [Logbook] Added dropdown item to mark QSL Card as not required. 2021-06-11 16:14:34 +01:00
Peter Goodhall
def0ed9f4b [Logbook] Adds QSL Card Requested to the dropdown for each qso 2021-06-11 16:05:49 +01:00
Andreas
159aa0562d [User selectable columns] Added the possibility to configure some of the columns shown in the dashboard and in the logbook. 2021-05-05 17:52:42 +02:00
Andreas
658641e51b [WAS Map] Added JS from this fork https://github.com/kcaran/us-map to enable labels on all states. Made a minor tweak to show popup with QSOs from clicked state. Tooltip is available, but disabled right now. 2021-05-02 17:25:59 +02:00
Andreas
64827f4506 [ADIF Import] Added option to always use login call as operator. Request by OE3IDE. 2021-05-01 19:52:13 +02:00
Peter Goodhall
c20c9bb59f Make sure that VUCC_Grid hasn't been filled in before adding a gridsquare to the COL_gridsquare 2021-03-31 15:41:11 +01:00
Randy T
f1b5f00bcd
Add function for Gridsquare Update 2021-03-30 21:12:55 -04:00
Andreas
1eedb7f2c9 [ADIF Import] Reworking the logic for fetching the QRZ API Key, skips 1 call to db for each qso imported. 2021-03-28 14:53:38 +02:00
Peter Goodhall
32f8b35c58 whitespace in file logbook model 2021-03-24 16:52:20 +00:00
Mike KJ4Z
8152dd9a64 Adding support for FT4 2021-03-19 15:55:58 -07:00
Peter Goodhall
41f6b54336 Cleaned up how state & county was being handled 2021-03-09 13:36:51 +00:00
Andreas
f122a284d7 This fixes the PHP8 warnings. Fixed #873 2021-02-08 21:46:53 +01:00
Andreas
c35d0d257e Fetches state from previous QSO. Fixes #854 2021-02-08 13:40:07 +01:00