Peter Goodhall
6121cda219
Merge pull request #502 from AndreasK79/qrz_upload_ui
...
UI for uploading QSOs to QRZ.com Added 2 css files for dynamic loadin…
2020-05-20 21:48:46 +01:00
AndreasK79
97440b2161
UI for uploading QSOs to QRZ.com Added 2 css files for dynamic loading button. https://github.com/loadingio/ldButton/tree/master/dist and https://github.com/loadingio/loading.css/tree/master/dist
2020-05-20 19:43:13 +02:00
Peter Goodhall
45f6c3d6a0
Forgot to readd selecting radio ID when i was debugging
2020-05-12 23:08:05 +01:00
Peter Goodhall
5e6e65301c
QSO Panel: CAT Timeout Warning Message #310
...
This adds a warning that Cloudlogs not received any recent data from CAT Interface this timeout is defined in the cloudlog.php configuration file
$config['cat_timeout_interval'] = 1800;
The default has been changed to 30mins.
2020-05-12 22:51:56 +01:00
AndreasK79
f7a9c3507b
Mass upload for QRZ.com, suitable for a cron job.
2020-05-12 19:11:29 +02:00
AndreasK79
2ca086eda7
Marks QSOs with upload status and timestamp. Edited QSOs are marked as M.
2020-05-07 21:10:27 +02:00
AndreasK79
f1ad1d1d6e
Added pushing of QSOs to QRZ.
2020-05-07 17:35:58 +02:00
AndreasK79
9895494237
Added option if you want to import missing QSOs. If yes, try to locate station_id, if missing, do not import. Chose to use only 4 chars in gridsquare and like in query, to have the highest success in finding a station_id, since 6 char gridsquares can be entered, as well as multiples gridsquares. Fixes #407 .
2020-05-01 13:29:02 +02:00
AndreasK79
e2d84f2332
Added DXCC timeline.
2020-04-28 10:53:11 +02:00
Peter Goodhall
8827d5cadd
Fixed #478 ADIF Array keys are automatically changed to lower case, for some reason made sanitsier check uppercase 👎 all fixed
2020-04-25 22:04:36 +01:00
Peter Goodhall
a393ead899
forgot to remove debug #fail
2020-04-25 21:52:16 +01:00
Peter Goodhall
3f7d68aced
Fixed SQL error
2020-04-25 21:51:44 +01:00
Peter Goodhall
03b00b223b
Changed DaysWithQSO to Time_ON which is the field Cloudlog uses for Date/Time of qsos
2020-04-25 21:45:11 +01:00
Peter Goodhall
8ffe57fcf6
Merge pull request #475 from AndreasK79/days_with_qso
...
Added statistics for number of days with qso each year.
2020-04-25 16:20:14 +01:00
AndreasK79
949c421a61
Added all to the gridsquare select. Fixes #470 .
2020-04-25 08:36:44 +02:00
AndreasK79
6dcdcca0bf
Added statistics for number of days qrv each year.
2020-04-24 23:29:01 +02:00
Peter Goodhall
c8a5c2624b
Merge pull request #464 from AndreasK79/edit_qso_improvements
...
Edit qso improvements
2020-04-22 15:29:45 +01:00
Peter Goodhall
4a0e8547a2
Merge pull request #461 from AndreasK79/dxcc_choice
...
Added posibility to manually set dxcc and cq zone in qso entry window.
2020-04-22 15:24:03 +01:00
phl0
3b01617768
Add QSO count and Locator to details table
2020-04-20 21:05:00 +02:00
AndreasK79
a0eee12275
Improved the edit QSO window with dropdowns. DXCC and CQ can now be changed as well.
2020-04-17 12:38:01 +02:00
Peter Goodhall
f1232ee9d2
Merge branch 'master' of https://github.com/magicbug/Cloudlog
2020-04-14 13:20:59 +01:00
Peter Goodhall
667105d876
if tx not set make field null
2020-04-14 13:20:53 +01:00
Anthony Di Iorio
9b1385f82f
Removed 15 QSO limit on satellite confirmed on LOTW ADIF
2020-04-13 16:39:36 -04:00
Peter Goodhall
6bc90c8dc6
Added Transmit Power field to QSO panel under Station power is defined in watts
2020-04-13 16:47:58 +01:00
AndreasK79
e974260913
Added IOTA-dropdown in QSO entry
2020-04-13 14:37:09 +02:00
AndreasK79
db2cd61b35
Added posibility to manually set dxcc and cq zone in qso entry window.
2020-04-13 10:34:02 +02:00
Peter Goodhall
48f6ea69bb
Added US state to station profile options
2020-04-08 17:00:25 +01:00
Peter Goodhall
d9ec5ec514
Final code commits for MY fields for tQSL
2020-04-08 15:00:48 +01:00
Peter Goodhall
8858fd1806
Added further tQSL fields to export
2020-04-08 14:53:20 +01:00
Peter Goodhall
752a8b48d3
Fixes ADIF so that the MY fields are set which tQSL can automatically use to select location
2020-04-08 14:47:25 +01:00
Peter Goodhall
f6d8d02357
Added US State and County to the local data look up for the API lookup function
2020-04-07 00:07:17 +01:00
Peter Goodhall
5042ce3f8c
Benchmarking data added to controller function and new callsign lookup call to speed up load times
2020-04-06 23:58:26 +01:00
Peter Goodhall
4a94d3ba21
Removed more invalid dxcc checking for dashboard items.
2020-04-05 22:03:00 +01:00
Peter Goodhall
08440a0449
Fixed dashboard country stats as it included DXCC Invalid
2020-04-05 22:01:26 +01:00
AndreasK79
7c032d380c
Added a few options on ADIF import. Added mode to duplicate check when importing.
2020-04-05 14:23:43 +02:00
phl0
e3b2ea5801
Also show 6-digit grids worked and confirmed
2020-04-02 15:59:48 +02:00
Peter Goodhall
8fd62424f7
Merge pull request #452 from AndreasK79/LoTW_marking_on_export
...
Added possibility to mark QSOs as exported to LoTW. Fixes #446 .
2020-04-01 13:58:52 +01:00
AndreasK79
e7d1b3bf27
Added possibility to mark QSOs as exported to LoTW.
2020-04-01 08:43:08 +02:00
Peter Goodhall
17dcf68d3c
Fixed bug where Month total on dashboard wasn't always displaying correctly.
2020-03-31 15:27:29 +01:00
Peter Goodhall
0a7b59608b
Merge pull request #449 from AndreasK79/WAS_fix
...
Fixed a few bugs in the WAS award
2020-03-31 15:21:30 +01:00
AndreasK79
bfe1a40260
Fixed a few bugs in the WAS award
2020-03-31 07:43:33 +02:00
Peter Goodhall
5281bfde98
Merge pull request #448 from AndreasK79/CQ_award_enhancements
...
Enhanced the CQ award with a table and form.
2020-03-30 20:33:19 +01:00
AndreasK79
2cfd8efdf2
Enhanced the CQ award with a table and form.
2020-03-30 21:03:38 +02:00
Peter Goodhall
4f467e7256
Merge pull request #447 from AndreasK79/master
...
Rewrote WAS (Worked All States) to the same design as DXCC And IOTA.
2020-03-30 12:06:02 +01:00
AndreasK79
cde55ab338
Rewrote WAS (Worked All States) to the same design as DXCC And IOTA.
2020-03-29 00:36:18 +01:00
Peter Goodhall
b8c8255568
Merge pull request #441 from AndreasK79/dxcc_sat_fix
...
Fixed for DXCC award. Removed SAT QSOs from each band. SAT should only count fo…
2020-03-21 11:11:28 +00:00
AndreasK79
ebe58443b5
Fixed using the wrong column in query to filter out SAT qsos.
2020-03-21 08:19:42 +01:00
AndreasK79
bf12d931b4
Fixed for DXCC award. Removed SAT QSOs from each band. Only counts for SAT.
2020-03-21 07:53:12 +01:00
Peter Goodhall
9250eb816d
Merge branch 'master' into IOTA_award_added
2020-03-20 19:56:37 +00:00
AndreasK79
ead4e960de
Cleaned up some code and filtered out sat qso when band not like SAT.
2020-03-18 19:26:26 +01:00