提交图

1764 提交

作者 SHA1 备注 提交日期
Peter Goodhall
b0ba2d9041
Set MySQL 5.7 as the min as this is the standard
The min requirement for Cloudlog is MySQL is MySQL 5.7, please note any commits MUST be compatible with this version else they will be rejected
2020-08-29 17:09:30 +01:00
Peter Goodhall
f8b6a6e83a Revert "Merge pull request #584 from AndreasK79/longest_streak"
This reverts commit ae11d17ff0, reversing
changes made to ccac7f1828.
2020-08-29 17:04:46 +01:00
Peter Goodhall
7663684ba7 Revert "dayswithqsos added "col_time_on" to "getDates" to see if it fixes error"
This reverts commit 30f0b6b3e7.
2020-08-29 17:04:34 +01:00
Peter Goodhall
30f0b6b3e7
dayswithqsos added "col_time_on" to "getDates" to see if it fixes error
Change to see if it fixes #582
2020-08-29 16:57:47 +01:00
Peter Goodhall
ae11d17ff0
Merge pull request #584 from AndreasK79/longest_streak
Implemented displaying of the 10 longest streaks in the log of the ac…
2020-08-29 14:06:51 +01:00
Peter Goodhall
ccac7f1828
Merge pull request #587 from AndreasK79/bugfix_in_logbook_model_qrz
Found a space that should not be there.
2020-08-29 14:04:52 +01:00
Andreas
cc541aba61 Found a space that should not be there. 2020-08-29 13:50:22 +02:00
Andreas
d2a977e301 Placed CQ and ITU side by side in edit and create station profile. 2020-08-29 12:57:14 +02:00
Andreas
cf6144bd5a Added dropdown for CQ and ITU zone when creating and editing station profile. 2020-08-29 12:51:53 +02:00
Andreas
9aa0b0d3e6 Implemented displaying of the 10 longest streaks in the log of the active station profile 2020-08-29 09:11:03 +02:00
Peter Goodhall
28d770973b Added Migration to create a county field inside the Station Profile table 2020-08-26 23:23:15 +01:00
Peter Goodhall
a83a6fd3d0 Added TQ8 signing of Station State 2020-08-26 23:02:00 +01:00
Peter Goodhall
65e701da8a Added extra validation on LOTW tq8 on freq field 2020-08-26 22:50:05 +01:00
Peter Goodhall
232f8144fe Added code comments to thank PY2RAF 2020-08-26 21:26:37 +01:00
Peter Goodhall
eb8e4c0971 removed unneeded code 2020-08-26 21:23:28 +01:00
Peter Goodhall
91c172f315 Update Last_Upload field inside lotw_cert table when tq8 upload is successful 2020-08-26 21:20:58 +01:00
Peter Goodhall
25f620a486 Builds and uploads TQ8 File to LOTW, Marks QSOs as sent to LOTW if successful 2020-08-26 21:04:17 +01:00
Peter Goodhall
94f3060419 Adds main cert & fixes some typos 2020-08-26 16:31:35 +01:00
Andreas
1a2bcd2e9a Added missing CSS and JS for bootstrapdialog. From here: https://github.com/GedMarc/bootstrap4-dialog 2020-08-26 07:45:52 +02:00
Peter Goodhall
02f0a741b5 Update adif_export.php 2020-08-25 22:55:24 +01:00
Andreas
5fc4c65ff9 Added missing file. 2020-08-25 22:04:54 +02:00
Andreas
fe0a757726 Edit QSO is working with bootstrapdialog and ajax. 2020-08-25 22:03:54 +02:00
Peter Goodhall
042475a989 ADIF Export for LOTW ready for signing 2020-08-25 17:50:52 +01:00
Peter Goodhall
047636b674 Basics for ADIF TQ8 headers added based on database info 2020-08-25 15:53:20 +01:00
Peter Goodhall
a6d780a1d3
Merge pull request #580 from AndreasK79/award_was_summary
Add summary table to WAS Awards area
2020-08-24 22:24:43 +01:00
Andreas Kristiansen
37a7a20af5
Merge branch 'master' into award_was_summary 2020-08-24 20:24:06 +02:00
Andreas
712bbf1840 More work on QSO dialog for WAS award. 2020-08-24 20:16:06 +02:00
Peter Goodhall
7be6b74935
Merge pull request #581 from AndreasK79/dxcc_summary_last_fix
Hopefully fixed DXCC summary.
2020-08-24 16:42:16 +01:00
Peter Goodhall
655d44587e Gridsquare maps now full width with zoom level of 3 2020-08-23 16:50:25 +01:00
Peter Goodhall
a2f572809a Made the world map full width on the /logbook page to match dashboard 2020-08-23 16:42:23 +01:00
Peter Goodhall
c646aba73d Made the dashboard map fullwidth rather than contained. 2020-08-22 23:34:15 +01:00
Peter Goodhall
6ea224ccd2 Added alert for QSO Panel notes saying its not exported data 2020-08-22 23:26:37 +01:00
Peter Goodhall
a204d192d1 QSO tabs all one line again 2020-08-22 23:25:08 +01:00
Peter Goodhall
f9448bddb2 Started code to read station profiles and find matching certs 2020-08-22 22:26:04 +01:00
Peter Goodhall
ee3ac62f03 removed test code from controller 2020-08-21 17:20:51 +01:00
Peter Goodhall
7a7372647f Removed some database calls that wasn't used 2020-08-21 17:15:35 +01:00
Peter Goodhall
4f79330df5 Fixed error where advance search controls wasn't loading 2020-08-21 17:09:48 +01:00
Andreas
9ced2f4791 Hopefully fixed DXCC summary. 2020-08-19 17:42:42 +02:00
Andreas
f7cb30e3b9 Had to remove band from query as well. 2020-08-19 17:30:37 +02:00
Peter Goodhall
f418778947 Revert "Merge pull request #579 from AndreasK79/dxcc_summary_fix"
This reverts commit 0365a87476, reversing
changes made to 87bb8be156.
2020-08-19 16:25:59 +01:00
Peter Goodhall
0365a87476
Merge pull request #579 from AndreasK79/dxcc_summary_fix
Split the query for the dxcc summary in two. Some configurations of m…
2020-08-19 16:24:31 +01:00
Andreas
49a6ca53e1 Fixed summary to include SAT. Also split the query for the was summary in two. Some configurations of mysql didn't like this type of query. 2020-08-19 17:23:24 +02:00
Peter Goodhall
87bb8be156 Made /modes table responsive for mobile devices 2020-08-19 16:19:56 +01:00
Peter Goodhall
c715231ef1 Revert "Merge pull request #577 from AndreasK79/award_was_summary"
This reverts commit 488a4e1748, reversing
changes made to a81ab1001e.
2020-08-19 16:14:19 +01:00
Andreas
48980c0566 Split the query for the dxcc summary in two. Some configurations of mysql didn't like this type of query. 2020-08-19 17:14:08 +02:00
Peter Goodhall
fa19166da9 Revert "Merge pull request #578 from AndreasK79/award_dxcc_summary"
This reverts commit 3935971e3c, reversing
changes made to 640d0c151b.
2020-08-19 13:42:20 +01:00
Peter Goodhall
3935971e3c
Merge pull request #578 from AndreasK79/award_dxcc_summary
Added summary for DXCC award
2020-08-19 12:59:02 +01:00
Andreas
cccdb16d74 Added summary for DXCC award 2020-08-19 13:11:17 +02:00
Andreas
e30ea7a493 Added JS for dialog 2020-08-19 07:57:35 +02:00
Peter Goodhall
640d0c151b
Merge pull request #499 from dg9vh/configurable_modes
Configurable modes
2020-08-18 16:22:48 +01:00