提交图

2006 提交

作者 SHA1 备注 提交日期
Peter Goodhall
2c0ee14d22
Merge pull request #1160 from AndreasK79/uscounties_station_logbooks
[US Counties Award] Updated code to support station logbooks
2021-09-09 21:52:42 +01:00
Peter Goodhall
d130940d48
Merge pull request #1159 from AndreasK79/sota_station_logbooks
[SOTA Award] Updated code to support station logbooks
2021-09-09 21:52:22 +01:00
Peter Goodhall
ab9553883d
Merge pull request #1158 from AndreasK79/sig_station_logbooks
[SIG Award] Updated code to support station logbooks
2021-09-09 21:52:02 +01:00
Peter Goodhall
4ec4500716
Merge pull request #1157 from AndreasK79/iota_station_logbooks
[IOTA Award] Updated code to support station logbooks
2021-09-09 21:51:39 +01:00
Andreas
9f6feb24a5 [US Counties Award] Updated code to support station logbooks 2021-09-09 22:43:29 +02:00
Andreas
365e79c384 [SOTA Award] Updated code to support station logbooks 2021-09-09 22:35:25 +02:00
Andreas
5cfa97af8a [SIG Award] Updated code to support station logbooks 2021-09-09 22:29:59 +02:00
Andreas
49fc109aa6 [IOTA Award] Updated code to support station logbooks 2021-09-09 22:18:55 +02:00
Andreas
006b721b0e [DXCC Award] Updated code to support station logbooks 2021-09-09 20:59:51 +02:00
Peter Goodhall
a6422fa341 [Layout] If ENVIRONMENT set to development show dev badge 2021-09-08 22:18:17 +01:00
Andreas
841bec5d31 [CQ Award] Updated code to support station logbooks 2021-09-08 22:07:00 +02:00
Peter Goodhall
3e302f2e5b finalised gridsquare map code for showing grouped locations 2021-09-08 14:32:48 +01:00
Peter Goodhall
0322fc1e69 [Stats] Show Stats for all locations assigned against the logbook 2021-09-08 13:32:53 +01:00
Peter Goodhall
1566c913b7 Deleted unneeded text user already knew they where deleting a station logbook 2021-09-07 18:08:51 +01:00
Peter Goodhall
ce1d7a5351 Code added to have an active logbook and code to set it all up 2021-09-07 18:07:48 +01:00
Peter Goodhall
56e7827fe7 Adds code to create relationship between logbook and location 2021-09-07 17:42:35 +01:00
Peter Goodhall
efac6b8d80 Base code for getting select options for station locations 2021-08-23 21:56:18 +01:00
Peter Goodhall
831f249938 Built interface to display station locations when editing Station Logbooks 2021-08-23 17:34:00 +01:00
Peter Goodhall
6cc96d2128 [Station Location] Allow user to claim a location and also only show those of the user or non claimed. 2021-08-23 15:50:19 +01:00
Peter Goodhall
605395264e [Station Locations] Adds User_ID to station location to assign it to a user 2021-08-23 15:39:30 +01:00
Peter Goodhall
a80089f97c Make sure tables dont exist before running migration 2021-08-16 11:24:16 +01:00
Peter Goodhall
79d9167e8b [Station Logbooks] Added functions to handle editing 2021-08-12 21:10:43 +01:00
Peter Goodhall
ee0a93b48a [Station Logbooks] Added code to create and delete station logbooks 2021-08-12 20:36:01 +01:00
Peter Goodhall
ef65494eb6 [Station Logbooks] Added the basics for the index page 2021-08-12 20:17:18 +01:00
Peter Goodhall
e254753bec [Migration] Creates table station_logbook_relationship table for many to many setup 2021-08-06 17:57:40 +01:00
Peter Goodhall
c05d8f8fe0 [Migration] Creates station_logbook table in database. 2021-08-06 17:52:04 +01:00
Andreas
ea916d88c9 [QRA Library] Fixes #1117. This fixes bearing calculation. Distance was not calculcated if the locator was directly to the north or south of your own locator. 2021-07-31 12:01:14 +02:00
Peter Goodhall
bad229dd09
Merge pull request #1116 from AndreasK79/mm_dxcc_fix
[QSO Entry] Maritime Mobile identification fix
2021-07-30 13:49:17 +01:00
Andreas
946f11d538 [QSO Entry] Maritime Mobile identification fix 2021-07-30 09:06:53 +02:00
Andreas
608b09c973 [Quick lookup] Rewrote the view for easier editing. 2021-07-29 12:38:41 +02:00
Andreas
78f11d62c6 [Quick lookup] Added clickable links so that you can see the qso information that lies behind the W/C in quick lookup. 2021-07-29 10:38:27 +02:00
Peter Goodhall
347327c3c9
Merge pull request #1112 from AndreasK79/qslprint_enhancement
[QSL Print] Added button to see list of QSOs with callsign. Can add t…
2021-07-28 18:11:49 +01:00
Peter Goodhall
01440b3e83
Merge pull request #1109 from AndreasK79/awards_was_mode_filter
[Awards WAS] Added mode filtering.
2021-07-28 18:11:22 +01:00
Andreas
38d6112b4c [Awards DXCC] Added fix for summary that didn't check if col_dxcc > 0. Fixed a small bug in a query and added some checks for col_dxcc > 0, just to be sure 2021-07-28 18:51:44 +02:00
Peter Goodhall
c4d5e5ed33 [QSO Edit] Added Ability to select None as DXCC when editting 2021-07-28 13:29:23 +01:00
Peter Goodhall
c10ba57cc5 [QSO Entry] Added Ability to select None as DXCC option
None as DXCC option is used for /MM style stations
2021-07-28 13:26:20 +01:00
Peter Goodhall
30937eaf75 [Station Profile] Added DXCC "None"
The DXCC ID 0 is used for stations who are /MM
2021-07-28 13:11:50 +01:00
Andreas
f96b608b52 [QSL Print] Added button to see list of QSOs with callsign. Can add them to print queue from this list. 2021-07-28 11:10:15 +02:00
Andreas
88c4a10d35 [Awards WAS] Added mode filtering. 2021-07-27 12:11:41 +02:00
Andreas
0996f957fd [Awards IOTA] Added mode filtering. 2021-07-26 13:13:16 +02:00
Andreas
b2f2b329c4 [Awards CQ Zone] Added mode filtering. 2021-07-26 09:00:52 +02:00
Peter Goodhall
1c49a36ffd
Merge pull request #1102 from AndreasK79/awards_dxcc_qso_details_fix_cleanup
[Awards] Fixed DXCC QSO details to also filter on modes
2021-07-25 22:54:00 +01:00
Andreas
aa010ca7cc [Awards] Fixed CQ Zone map so that is uses the correct function to display contacts. 2021-07-25 14:24:47 +02:00
Peter Goodhall
cdf8f1325d [LoTW] If Cert expired show expired warning in red 2021-07-25 12:17:13 +01:00
Andreas
8b370c9783 [Awards] Fixed DXCC QSO details to also filter on modes. Made a generic function to display QSOs. It's now used for DXCC, WAS, IOTA, CQ, VUCC. This is also done in preparation for adding mode filter to WAS, IOTA and CQ Award. 2021-07-24 14:31:16 +02:00
Andreas
2d86c70e53 [Date format] Fixed displaying of correct date format in qso widgets and in the previous contacts table in live/post qso. 2021-07-23 19:26:10 +02:00
Andreas
62b0d4058e [QSL Print] Fixed correct order in table headers. Fixed formatting of time and date. Added some translations. 2021-07-23 11:04:39 +02:00
Peter Goodhall
1d9d0d5be2
Merge pull request #1098 from AndreasK79/print_qsl_queue
[QSL Print Queue] Expanded the functionality with a table. You can now delete from table, and you can choose station profile.
2021-07-22 21:22:02 +01:00
Andreas
0595737e30 [QSL Card] Fixed so that enter does not close the modal when in the input field. 2021-07-22 21:23:04 +02:00
Andreas
093112d9a1 [QSL Card] Added more QSO information to the QSL Card overview table. 2021-07-22 21:13:13 +02:00