Commit Graph

1468 Commits

Author SHA1 Message Date
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
7d9f349a45 Merge remote-tracking branch 'upstream/station_logbooks' into HEAD 2022-08-15 07:38:02 +02: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
215e8eec0f Add link to POTA details 2022-08-10 18:11:13 +02:00
phl0
316e4518bc Add link to SatNOGS SAT info 2022-08-05 08:52:04 +02:00
Peter Goodhall
b34ef59538 Merge pull request #1547 from dg9vh/twitter_with_submode
Tweeting with submode
2022-07-29 08:13:08 +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
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
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
31e4f146a5 [QSO dialog] Map fix 2022-07-04 08:46:33 +02: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
Peter Goodhall
d4fd9050db Merge pull request #1518 from phl0/visitorSlug
Fix link for public slugs
2022-07-03 14:15:46 +01: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
phl0
570ac1e505 Use optionslib to read config value 2022-06-30 21:32:09 +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
618055ff4a setRst is now always called and therefore has to be present always 2022-06-01 18:40:38 +02:00
Peter Goodhall
b7c046184a Revert "Make the manual query parameter optional"
This reverts commit 0faf59c7e8.
2022-05-30 14:30:28 +01: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
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
phl0
774a68ef9c Add link to IOTA details map 2022-05-09 14:57:26 +02:00
phl0
be63741e82 Enable manual sorting per column 2022-05-09 10:13:25 +02:00
Thomas Werzmirzowsky
b2e32080c2 added possibility to sort locations by id
server side sort is obsolete because of client side sort
2022-05-04 23:42:05 +02:00