Commit Graph

635 Commits

Author SHA1 Message Date
Peter Goodhall
df3de16d5a Creation of station profiles
Station profiles allows you to define a profile for where you are operating from including your operating callsign, gridsquare, dxcc, state, cq, itu and sota.

This is then made available via the "stations" tab when adding a QSO as a drop down.
2019-01-01 19:14:25 +00:00
Peter Goodhall
71d8eb22a2 Support Multi Grids for VUCC 2018-12-31 15:43:21 +00:00
Peter Goodhall
b10e6e80ef If Gridsquare is empty because of VUCC_GRIDS then show that instead 2018-12-31 12:10:53 +00:00
Peter Goodhall
02c8b5b68c Added all ADIF fields on important
All ADIF fields are now imporved if file supplies it.
2018-12-31 12:05:41 +00:00
Peter Goodhall
04198c8371 Added SQL fields to bring Cloudlog log table up to ADIF 3.0.9 spec 2018-12-27 14:02:06 +00:00
Peter Goodhall
b99fe4de80 Updated QSO Entry fixed bug where after making a qso it only returned the last 10 logged qsos instead of 16 2018-12-26 14:30:32 +00:00
Peter Goodhall
9263af62bd Turn off autocomplete on the date fields when doing a custom stats search 2018-12-23 23:02:12 +00:00
Peter Goodhall
7e641eaa54 Merge branch 'master' of https://github.com/magicbug/Cloudlog 2018-12-21 14:53:54 +00:00
Peter Goodhall
821ff3b8f6 rolled back change as it broke other stuff 2018-12-21 14:53:49 +00:00
Peter Goodhall
96aa19dfec
Merge pull request #245 from g0wfv/CloudlogBashCat
Add CloudlogBashCat to the README
2018-12-20 19:20:09 +00:00
g0wfv
e320b92daf Add CloudlogBashCat to the README 2018-12-20 19:03:46 +00:00
Peter Goodhall
d0c60f8cfb added a space to tidy up formatting 2018-12-18 18:26:01 +00:00
Peter Goodhall
5494f03f60 Cleaned up the Radio page so that correct values are shown #243 2018-12-18 18:24:01 +00:00
Peter Goodhall
0d988a1b45
Merge pull request #236 from g0wfv/SingleFileLogging
Combines the Live/Manual QSO Interfaces into a single file which is easier for maintenance.
2018-12-18 18:00:52 +00:00
Peter Goodhall
2db60de0c1
Merge pull request #241 from Manawyrm/patch-3
Fix encoding on this notes page (convert to UTF8)
2018-12-17 23:07:55 +00:00
Tobias Mädel
9191cfc332
Fix encoding on this file (convert to UTF8) 2018-12-18 00:05:29 +01:00
Peter Goodhall
35389b810d
Merge pull request #240 from Manawyrm/patch-1
Fix the broken link and add some shameless self promotion :)
2018-12-17 22:44:29 +00:00
Tobias Mädel
023124503e
Fix the broken link and added some shameless self promotion :)
The Link to the cloudlog-rigctl-interface was the wrong one... Also I've added my homepage to the list on the bottom :)
2018-12-17 23:40:26 +01:00
Peter Goodhall
f0fbc932eb Update README.md 2018-12-17 22:30:23 +00:00
Peter Goodhall
1b3d496aaa Removed cat_status from controller and model as I believe its not used anymore if it breaks just have to rollback 2018-12-17 22:19:23 +00:00
Peter Goodhall
bdc9a86426
Merge pull request #239 from Manawyrm/master
Added authentication for api/radio this uses the API key function already in Cloudlog, note I need to update CloudlogCAT & SatPC32 interface apps for desktop so before those are released I wouldn't use the master till then :)
2018-12-17 22:14:54 +00:00
Tobias Mädel
556a4bd768
Added authentication for api/radio 2018-12-17 22:16:06 +01:00
Peter Goodhall
624536379c Changed SQL so that in the cat table the satellite fields can be null 2018-12-17 14:43:56 +00:00
Peter Goodhall
984cfb0c6a Added some error checking that seems to stop PHP 7.2.12 from erroring while importing 2018-12-17 14:41:38 +00:00
Tony Corbett, G0WFV
b0f0a44591 Logging: also clear down the Locator field. 2018-12-16 14:03:40 +00:00
Tony Corbett, G0WFV
468ba21f93 Remove Andy's (erroneously added?) qsos.kml file 2018-12-16 12:53:54 +00:00
g0wfv
65b23d153b Header: Fix Live & Post QSO tool tips 2018-12-16 12:53:10 +00:00
Tony Corbett, G0WFV
204d09f597 Single file QSO logging: Disable auto update from radio if post. 2018-12-16 12:33:27 +00:00
g0wfv
a52d9493a5 Fixed adding non 'SSB','DATA','CW' qso (teabreakninja) 2018-12-16 12:32:59 +00:00
g0wfv
e85ee13ffd Logging: Change to single source file 2018-12-16 12:31:50 +00:00
Andy
096faa3012 Revert "Fixed adding non 'SSB','DATA','CW' qso"
This reverts commit 45f2896a49.
2018-12-16 12:29:50 +00:00
Peter Goodhall
7d29679b19
Merge pull request #234 from g0wfv/LoTWDefaultToN
QSO Add: default LoTW status to N if username is defined
2018-12-15 18:44:00 +00:00
Tony Corbett, G0WFV
3e471cc4b9 QSO Add: default LoTW status to N if username is defined 2018-12-15 17:05:20 +00:00
Peter Goodhall
2687d061d0
Merge pull request #232 from g0wfv/PreventLotwPullError
LoTW: Prevent error auto pull after initial pull
2018-12-14 23:35:20 +00:00
Peter Goodhall
b7a153bbba
Merge pull request #233 from teabreakninja/master
Fixed adding non 'SSB','DATA','CW' qso
2018-12-14 23:34:24 +00:00
Andy
45f2896a49 Fixed adding non 'SSB','DATA','CW' qso 2018-12-14 19:32:05 +00:00
Tony Corbett, G0WFV
e907bd9ca2 Lotw: Fix the auto pull error 2018-12-14 18:59:29 +00:00
Tony Corbett, G0WFV
baec4be5bd LoTW: Prevent error auto pull after initial pull 2018-12-14 16:54:29 +00:00
Peter Goodhall
b7f06471e5
Update README.md 2018-12-09 21:25:07 +00:00
Peter Goodhall
0b732d59ca If SatPC32 isn't the selected radio then clear the sat_name and sat_mode fields 2018-12-02 17:14:14 +00:00
Peter Goodhall
83ba78d658
Merge pull request #227 from g0wfv/develop
Add the eqsl_qth_nickname to the users table creation sql
2018-11-30 23:07:04 +00:00
g0wfv
85becb126d Add the eqsl_qth_nickname to the users table creation sql 2018-11-30 22:20:09 +00:00
Peter Goodhall
282a099a02
Merge pull request #225 from g0wfv/develop
Fix #213: Eqsl errors in download may not be handled correctly
2018-11-30 20:45:58 +00:00
Tony Corbett, G0WFV
9b6faf231e Fix #213: Eqsl errors in download may not be handled correctly 2018-11-30 19:05:54 +00:00
Peter Goodhall
49f9e0b769 Update issue templates 2018-11-29 19:30:48 +00:00
Peter Goodhall
877f918385
Merge pull request #224 from Manawyrm/patch-3
Create updates folder
2018-11-28 23:50:09 +00:00
Tobias Mädel
06028a4018
Update Update.php 2018-11-28 23:21:43 +01:00
Tobias Mädel
fffc58ffac
Create updates folder 2018-11-28 23:16:30 +01:00
Peter Goodhall
546aafb757 Removed each() which is depreciated 2018-11-27 15:50:50 +00:00
Peter Goodhall
62939a44e9 changed zoom level 2018-11-27 14:19:11 +00:00