Andreas
ff7fed6dfb
[Accumulated Statistics] Updated queries for WAS, WAZ and IOTA for speedup.
2022-09-03 21:00:54 +02:00
Andreas
1328533948
[Accumulated DXCC] Rewrote query for accumulated dxcc. Major speedup for monthly stats
2022-09-03 18:01:36 +02:00
phl0
5f922fe5b9
Darn copy and paste mistakes ...
2022-09-03 07:27:58 +02:00
phl0
95e2fb1ab1
Also export QSOs with LotW QSL SENT date of NULL
2022-09-02 14:11:13 +02:00
Andreas
0681975c45
[Mode editor] Tweaked column filtering
2022-08-28 20:02:07 +02:00
Andreas
ba1b1402e4
[Mode editor] Added column filtering
2022-08-28 19:27:24 +02:00
Andreas
11468187ee
[Custom Map] Datetimes are set after submitting form
2022-08-28 09:38:03 +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
724971d1e7
[Custom map] Made the date selectors the same size as the other dropdowns.
2022-08-27 20:15:40 +02:00
Andreas
f9045d0427
[Custom map] Added mode and propagation selection
2022-08-27 19:24:22 +02:00
Peter Goodhall
67cd4ca37f
Merge pull request #1580 from phl0/addQsoDatesToLotwCerts
...
Add QSO dates to LotW certs
2022-08-27 13:54:37 +01:00
phl0
edd30a6bba
Fix typo
2022-08-26 16:24:28 +02:00
Peter Goodhall
2907640628
[Tweet] Only show distance if gridsquare is provided
2022-08-24 17:18:11 +01: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
05765d1dc4
Update migration script due to recent changes in
...
upstream target branch
2022-08-24 17:20:25 +02:00
phl0
133239df7f
Merge remote-tracking branch 'upstream/station_logbooks' into addQsoDatesToLotwCerts
2022-08-24 17:18:55 +02:00
Peter Goodhall
f7f940d0eb
Merge pull request #1553 from dg9vh/twitter
...
Add distance to tweet
2022-08-24 16:08:22 +01:00
Peter Goodhall
97c0e622cc
Merge pull request #1570 from phl0/hideLinkedStationProfiles
...
Hide already linked station profiles
2022-08-24 16:01:37 +01:00
Peter Goodhall
613696b57d
Merge pull request #1572 from phl0/optionalCity
...
Make specification of city name optional
2022-08-24 16:01:21 +01:00
Peter Goodhall
59803766d0
Merge pull request #1569 from phl0/refactorWWFF
...
Separate WWFF stuff into separate fields
2022-08-24 16:01:07 +01:00
phl0
1e32fbed3f
Implement check if LotW cert itself is valid to
...
use for signing. If not skip.
2022-08-24 16:04:26 +02:00
phl0
a0d551d3c3
Catch exeption when start/end dates are not (yet) set
2022-08-24 14:48:26 +02:00
phl0
05ac1ff55e
Extract and store QSO start/end date and store separately
2022-08-24 14:34:44 +02:00
phl0
c83d031cdd
Check QSO start and end date rather than cert validity
2022-08-24 13:13:55 +02:00
phl0
82321c791d
Import QSO start and end date from LotW certs
2022-08-24 12:16:41 +02:00
phl0
b888d44289
Add QSO start/end dates to LotW certs
2022-08-24 10:40:11 +02:00
Alessio Caiazza
ab14b85065
Fix eQSL upload for linked account
...
When uploading QSOs for a linked account the username must match the
station callsign. i.e. when operating portable it should be callsign/p
2022-08-19 08:44:15 +02:00
Peter Goodhall
9fb1b1a96c
Merge pull request #1573 from phl0/addAircraftScatter
...
Add Aicraft Scatter prop mode
2022-08-17 22:20:21 +01:00
phl0
1d0f0e3da2
Add Aicraft Scatter prop mode
2022-08-17 22:19:51 +02:00
Alessio Caiazza
4cbe4b3a11
Extract a SOTA library from QSO controller
...
SOTA functions are implemented inside the QSO controller, moving this
implementation into a dedicated library will simplify code reuse.
2022-08-17 22:15:06 +02:00
phl0
c90f65eb49
Make specification of city name optional
2022-08-17 22:07:58 +02:00
phl0
566be098a6
Hide already linked station profiles
2022-08-17 20:38:08 +02:00
phl0
418b725aba
Implement update function for WWFF directory
2022-08-17 16:54:04 +02:00
phl0
cc621bebd7
Add MY_WWFF_REF to station profile
2022-08-17 14:33:15 +02:00
phl0
f450392440
Add WWFF_REF to ADIF export
2022-08-17 13:31:25 +02:00
phl0
cbcda6c18d
Add WWFF column to tables
2022-08-17 13:10:15 +02:00
phl0
055af5b822
Move WWFF info from COL_SIG_INFO to new column
2022-08-17 11:54:21 +02:00
Alessio Caiazza
e61baa195d
Add station copy
...
When doing portable activations, often times you need a new station location that is identical to another one with just a few changes like the grid square, SIG, and/or SOTA.
This commit implements a copy function for station locations.
2022-08-17 08:49:58 +02:00
Alessio Caiazza
2b87f7e9a9
Add link to Mountain QRP Club references
...
When SIG id MQC link the SIG_INFO value to the proper reference page
from Mountain QRP Club's website.
2022-08-16 13:49:06 +02:00
phl0
59a3df06b6
Add DB column and edit/view functiions
2022-08-15 16:57:37 +02:00
phl0
66f70af2c4
Add separate input field for WWFF info
2022-08-15 16:04:33 +02:00
phl0
7d9f349a45
Merge remote-tracking branch 'upstream/station_logbooks' into HEAD
2022-08-15 07:38:02 +02:00
Peter Goodhall
1a0de3a4b0
Merge pull request #1554 from phl0/POTAlink
...
Add link to POTA details
2022-08-14 21:34:16 +01:00
phl0
d6b367e296
Also remove icon from QSO details
2022-08-11 12:41:59 +02:00
phl0
58f160f0cb
Remove icon and link SAT name itself
2022-08-11 11:50:28 +02:00
phl0
a472b851d0
Merge remote-tracking branch 'upstream/station_logbooks' into HEAD
2022-08-11 08:50:34 +02:00
Hugo Silva
68fb680c41
Fix rogue echos on json QSL status code
2022-08-10 18:37:35 +01:00
phl0
215e8eec0f
Add link to POTA details
2022-08-10 18:11:13 +02:00
Kim Huebel
c846dd178a
Add distance to tweet
...
if QRA-locator is set, distance is calculated and added with value to tweet
2022-08-09 19:20:36 +00:00
phl0
316e4518bc
Add link to SatNOGS SAT info
2022-08-05 08:52:04 +02:00
Peter Goodhall
c33c8e7153
[CAT] Always set the timestamp data from PHP so its UTC
2022-08-03 16:50:09 +01:00
Peter Goodhall
f473c15182
Update Radio.php
2022-08-01 11:58:44 +01:00
Peter Goodhall
7f94c951ec
Update Radio.php
2022-08-01 11:50:14 +01:00
Peter Goodhall
e177148bdd
Update Cat.php
2022-08-01 11:39:37 +01:00
Peter Goodhall
6f0a02ab6e
Update Radio.php
2022-08-01 11:31:36 +01:00
Peter Goodhall
0f9ac6a621
Update Cat.php
2022-08-01 11:30:41 +01:00
Peter Goodhall
858756e6b8
Update Cat.php
2022-08-01 11:19:37 +01:00
Peter Goodhall
8b333ca691
Update Cat.php
2022-08-01 11:18:19 +01:00
Peter Goodhall
c9047ae0e2
[CAT} force timestamp to be utc
2022-08-01 11:12:01 +01:00
Peter Goodhall
ed56211e93
[Visitors] Correctly map callsigns without gridsquares
2022-07-29 09:05:52 +01:00
Peter Goodhall
da29103430
Merge pull request #1542 from dg9vh/adif_3.13
...
MIgrate modes to Adif 3.13
2022-07-29 08:45:05 +01:00
Peter Goodhall
216c64fba1
[Visitor] Fixes issue with pins not showing on dashboard map
2022-07-29 08:41:10 +01:00
Peter Goodhall
b34ef59538
Merge pull request #1547 from dg9vh/twitter_with_submode
...
Tweeting with submode
2022-07-29 08:13:08 +01:00
Peter Goodhall
09bc6099ff
Merge pull request #1545 from netjordan/fix-timezone-cat
...
Fix issue where warning is displayed that CAT data from radio is out of date
2022-07-29 08:07:38 +01:00
Peter Goodhall
ee61aa3d2d
Merge pull request #1534 from dg9vh/show-submodes
...
Showing Submode
2022-07-29 08:05:33 +01:00
Peter Goodhall
6c5cb038b3
Merge pull request #1528 from onovy/ssb
...
Keep LSB/USB mode from radio (and save as submode)
2022-07-29 08:02:57 +01:00
Peter Goodhall
b03515f2af
Merge pull request #1492 from Werzi2001/dxcc_vs_country
...
DXCC vs. Country
2022-07-29 08:02:28 +01:00
Kim Huebel
9ce34c72ea
Tweeting with submode
...
If a mode is logged with submode, this submode is used for the tweet instead of the mode, so FT4 is used instead of MFSK, if we worked in FT4.
2022-07-26 20:58:12 +00:00
Jordan Cook
2cbb2522ba
Fix issue where warning is displayed that CAT data from radio is out of date due to using default timezone
2022-07-23 17:27:45 +01:00
Kim - DG9VH
a3b0732af8
Added more modes
2022-07-21 18:36:39 +02:00
Kim - DG9VH
ecb7f8bae8
Update 094_update_modes_adif313.php
2022-07-21 17:57:40 +02:00
Kim - DG9VH
04bfcfbb20
MIgrate Modes to ADIF V3.13
...
Inserting new modes, deactivating some modes and reordering them.
2022-07-21 17:55:13 +02:00
Kim - DG9VH
cff045d5b8
Show it also in Dashboard
...
Also show submodes in Dashboard
2022-07-17 23:23:35 +02:00
Kim - DG9VH
ffbc5a9f5b
Showing Submode
...
Showing submode if existing in map-leaflet-bubble
2022-07-17 23:12:54 +02:00
Peter Goodhall
7315ae23db
[Third Party Logins] Created Model with functions and the controller which needs code
2022-07-10 21:28:21 +01:00
Peter Goodhall
0fd2894193
[Visitor] Hopefully fixes incorrect logs loading
...
Maybe Fixes #1530
2022-07-10 11:27:08 +01:00
Peter Goodhall
bf5201e317
[visitor] bug where logbook_id wasn't stored
...
hopefully step closer to fixing #1530
2022-07-10 11:24:16 +01:00
Peter Goodhall
96721ea71d
Only run migration when both IFs are met
2022-07-10 11:14:47 +01:00
Ondřej Nový
e3ceb8ba62
Fix convent_band -> convert_band typo
2022-07-09 20:15:57 +02:00
Ondřej Nový
9604bf4a2f
Keep LSB/USB mode from radio (and save as submode)
2022-07-09 20:14:55 +02:00
phl0
56b2833920
Link to WWFF/GMA details in QSO view
2022-07-08 12:18:25 +02: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
Peter Goodhall
bffca13e5b
Merge pull request #1516 from phl0/picLookupHamQth
...
Add profile pictures for HamQTH users
2022-07-07 16:19:11 +01:00
Andreas
dfce53073d
[eQSL] Mark QSOs. Refined the update instead of updating everything without filter.
2022-07-04 20:12:39 +02:00
Andreas
79cc55075c
[eQSL] Use update instead of replace when marking all as sent. Didn't work with replace for me.
2022-07-04 19:29:25 +02:00
Peter Goodhall
2e8955e18a
Merge pull request #1523 from phl0/fixLotwUploadMarkers
...
Also upload QSOs where QSL_SENT is NULL
2022-07-04 16:41:03 +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
Peter Goodhall
1b44705137
Fixed typo
2022-07-03 17:47:57 +01:00
Peter Goodhall
fdf32bfa5c
Fixes issue with submode causing errors with eQSL display if not present
2022-07-03 17:11:58 +01:00
Peter Goodhall
bdb94a22f3
Fixes error when submode isn't present when displaying the table
2022-07-03 17:08:34 +01: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
f5536d233e
Added link to station logbooks
2022-07-03 16:38:50 +02:00
Peter Goodhall
d4fd9050db
Merge pull request #1518 from phl0/visitorSlug
...
Fix link for public slugs
2022-07-03 14:15:46 +01:00
Andreas
126c551007
Added message when logbook is not defined.
2022-07-03 13:32:12 +02:00
Peter Goodhall
5dec7692d6
Merge pull request #1493 from Werzi2001/lotw_arrow_consistent_eqsl
...
adapted visible conditions for lotw arrows to be consistent to eqsl
2022-07-03 12:02:26 +01:00
phl0
8459f31422
Implement profile pic for hamqth
2022-07-03 11:39:05 +02:00
phl0
545e7765a0
Fix link for public slugs
2022-07-03 08:44:37 +02:00
Andreas Kristiansen
79f4657c82
Merge pull request #1494 from phl0/activatorsBeauty
...
Add map for activated grids by activators
2022-07-03 08:34:52 +02:00
Andreas
a1d7ca8040
Class is not needed. ID is set and used in CSS.
2022-07-03 00:02:51 +02:00
Andreas
a28eb44ac4
Fix for Logbook Model - now loads without a logbook defined. Fixed #1481
2022-07-02 23:40:04 +02:00
phl0
d0b7303426
Should also set the appropriate class to make previous commit effective
2022-07-02 21:35:21 +02:00
Peter Goodhall
c8c7aab2c6
Merge pull request #1510 from dg9vh/eqsl
...
Show and export submodes
2022-06-30 22:25:21 +01:00
phl0
570ac1e505
Use optionslib to read config value
2022-06-30 21:32:09 +02:00
Kim - DG9VH
4412196543
Show and export submodes
...
submodes where not shown and not exported to eqsl, to fix this, this changes are pushed
2022-06-30 19:32:29 +02:00
phl0
3fc003d6a8
Keep autoload value to 'yes' for radio timeout
2022-06-29 13:08:08 +02:00
phl0
149e3e169c
Remove CAT timeout from hard coded config file
2022-06-29 12:49:07 +02:00
phl0
4ab72e94c0
Add to activated grids and some minor beauty stuff
2022-06-20 09:08:36 +02:00
phl0
43b2b51133
Remove debug statement?
2022-06-20 08:38:03 +02:00
phl0
e566432fa7
Add grid count to visitors map
2022-06-20 08:37:27 +02:00
phl0
0805c7ceb0
Add grind count to map view
2022-06-20 08:18:52 +02:00
Andreas Kristiansen
64c9eb4fbb
Merge pull request #1489 from Werzi2001/fix_setRst_error
...
setRst is now always called and therefore has to be present always
2022-06-16 18:04:10 +02:00
Peter Goodhall
bd56d176a2
Merge pull request #1498 from phl0/linkCallQsoDetails
...
Add link to qrz/hamqth in QSO details
2022-06-15 14:54:18 +01:00
Peter Goodhall
5de0732695
Fixed accessibility issues on due to missing ALTs
2022-06-15 14:53:54 +01:00
Peter Goodhall
94d21e12eb
Added ALT Text
2022-06-15 14:50:55 +01:00
Peter Goodhall
f257ec1843
Merge pull request #1488 from phl0/logbookNames
...
Add logbook and station profile name to Logbook page
2022-06-15 14:48:28 +01:00
phl0
4e210f7706
Add link to qrz/hamqth in QSO details
2022-06-15 08:54:13 +02:00
phl0
1f67ffc871
Replace 0 by slashed zero
2022-06-12 13:50:54 +02:00
phl0
9846a19617
Delete not needed ajax stuff and debug output
2022-06-12 13:45:25 +02:00
phl0
ea6e7f20f6
Add activators map
2022-06-12 13:18:26 +02:00
phl0
c07108c55d
Minor changes to display grids a little nicer
2022-06-12 13:16:30 +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
Thomas Werzmirzowsky
618055ff4a
setRst is now always called and therefore has to be present always
2022-06-01 18:40:38 +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
Peter Goodhall
b7c046184a
Revert "Make the manual query parameter optional"
...
This reverts commit 0faf59c7e8 .
2022-05-30 14:30:28 +01:00
phl0
04e3eafbb1
Apply strtoupper to DARC DOK on server side
2022-05-30 14:20:42 +02:00
Andreas Kristiansen
0920c73f7f
Merge pull request #1486 from Cadair/make_contesting_query_param_optional
...
Make the manual query parameter optional
2022-05-29 20:17:13 +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
Andreas Kristiansen
a85d0c92cb
Merge pull request #1472 from phl0/orderQslImages
2022-05-28 12:06:00 +02:00
phl0
085f8b18dc
Use correct PHP tag
2022-05-27 23:10:19 +02:00
Andreas Kristiansen
b4867d0cfa
Merge pull request #1466 from Werzi2001/add_station_name_to_qso_detail
...
add station profile name to qso detail
2022-05-27 20:25:13 +02:00
Andreas
53c8105754
Added type for datatable to sort date column correctly
2022-05-27 20:20:25 +02:00
Stuart Mumford
0faf59c7e8
Make the manual query parameter optional
2022-05-26 10:40:28 +01:00
Andreas
1083fb8693
[Migration] Fixed script. Column name and table name were swapped.
2022-05-24 20:22:05 +02:00
Peter Goodhall
e244573a65
Fixed migration file
2022-05-20 12:28:23 +01:00
phl0
77a63d16b0
Replace REGEXP_LIKE in DOK stats
2022-05-13 21:00:10 +02:00
phl0
774a68ef9c
Add link to IOTA details map
2022-05-09 14:57:26 +02:00
phl0
828824e45d
[LotW] Import IOTA info
2022-05-09 14:44:32 +02:00
phl0
be63741e82
Enable manual sorting per column
2022-05-09 10:13:25 +02:00
phl0
4cb0a9a3e9
Sort QSL images by last added to be on top
2022-05-06 08:02:16 +02:00
Peter Goodhall
98dd08a6f8
[Migration] Add a service_username to thirdparty_logins
2022-05-05 15:11:33 +01:00
Peter Goodhall
867456de1a
Update 091_create_thirdpartylogins_table.php
2022-05-05 15:07:36 +01:00
Peter Goodhall
264b914b8e
[Migration] Create table thirdparty_logins
...
thirdparty_logins table will be used to store usernames and passwords for third party services.
2022-05-05 15:07:02 +01:00