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