Peter Goodhall
b66261179c
Add class and value to QSO checkboxes for batch actions
...
Added a 'qso-checkbox' class and value attribute to QSO checkboxes in the QSL print table for easier selection and identification. Updated JavaScript to use the new class for batch selection, row highlighting, and QSO actions, improving code clarity and maintainability.
2025-07-30 17:06:13 +01:00
Peter Goodhall
34ba2c6e92
Improve markdown conversion and handle test exceptions
...
Added checks for required DOM elements before converting markdown to HTML in the version dialog to prevent errors. Updated Cypress support to ignore specific uncaught exceptions related to missing elements and markdown conversion, improving test reliability.
2025-07-17 17:25:38 +01:00
Peter Goodhall
a783f7d8a4
Security bug fixes
2025-07-15 14:31:53 +01:00
Peter Goodhall
72d2d84332
Add dB signal report support for Q65, FST4, and FST4W digital modes
...
- Updated setRst() function in footer.php to include Q65, FST4, FST4W modes
- Extended getReportByMode() function in simplefle.js to handle dB reports for all digital modes
- Ensures consistent signal report handling (-5 dB default) across all WSJT-X compatible modes
- Fixes issue where Q65, FST4, FST4W used traditional RST instead of dB reports
2025-05-28 17:08:54 +01:00
Peter Goodhall
85ffd419ab
Prevent duplicate QSO form submissions
...
Prevent duplicate QSO form submissions
- Add isSubmitting flag to track form submission state
- Implement event listener on qso_input form to prevent multiple submissions
- Block subsequent submit attempts while form is processing
- Add comprehensive JSDoc documentation for the feature
- Prevents duplicate QSO contacts from being created accidentally
Fixes #3181
2025-05-28 16:56:03 +01:00
Peter Goodhall
978bdbf76b
Wiring for Cloudlog Aurora Winkey Websocket Support
2025-05-28 14:24:03 +01:00
Peter Goodhall
7156b185e1
add option to turn on websockets for winkey
2025-05-28 13:38:25 +01:00
Peter Goodhall
d853963384
Cleaned up code formatting
2025-05-23 11:55:35 +01:00
Peter Goodhall
a5cf402827
Starting to add Winkey web socket features
2025-05-22 22:54:18 +01:00
Peter Goodhall
34c240d43a
Improve station profile page layout and fix HTML issues
...
This commit makes two main improvements to the station profile page:
1. UI/Layout improvements:
- Move the "Create Station Location" button next to the page title
- Create a flex container for better alignment of title and button
- Remove unnecessary paragraph tags around the button
2. HTML validation fixes:
- Add missing quotes around title attributes in buttons
- Replace incorrect </br> tag with proper <br> tag
- Fix duplicate closing </td> tag in empty log section
- Clean up extra whitespace
These changes improve both the visual appearance and HTML validity of the
station profile page.
2025-05-21 23:06:59 +01:00
Peter Goodhall
af60e40315
removed redundant code
2025-04-18 11:02:22 +01:00
Peter Goodhall
13f102bee2
[Contesting] Stops whitespace in the getting saved with callsign
...
If there is any whitespace it will error and if that slips through it gets stripped out. Fixes #3267
2025-04-12 14:09:04 +01:00
Peter Goodhall
a0971dc8b3
Unused CSS files called fixes #3250
2025-01-15 16:30:17 +00:00
Peter Goodhall
83dd417539
[QSO] Adds Select Radio under the map
2024-12-06 15:07:52 +00:00
Peter Goodhall
446b9654e6
Merge pull request #3232 from DanielBausset/statistics-eachday
...
Analytics: graph of number of QSOs for each day in the log
2024-12-04 15:19:19 +00:00
Danny
61b40a010d
Analytics: graph of QSOs for each day in the log
2024-11-30 16:53:52 +01:00
Peter Goodhall
cfd880d479
Merge pull request #3231 from DanielBausset/statistics-weekdays
...
Analytics: number of QSOs for each day of the week
2024-11-23 16:01:10 +00:00
Peter Goodhall
8e555fb78c
Merge pull request #3228 from DanielBausset/analytics-distances-propagationmode
...
Distances worked analytics: filter on propagation mode
2024-11-23 16:00:54 +00:00
Peter Goodhall
20491702a3
Changed radio icon
2024-11-21 13:59:45 +00:00
Peter Goodhall
91196f855c
Upgraded fontawesome, added Bluesky and updated social icons
...
Bluesky added from request from GM4ZJI
2024-11-20 21:52:52 +00:00
Danny
ef2ea82435
Statistics: number of QSOs par day of the week
2024-11-20 20:24:08 +01:00
Danny
b92b60d678
Distances worked analytics: filter on propagation mode
2024-11-17 16:31:27 +01:00
Peter Goodhall
9e6348f49e
[Hamsat] Fixed Typo on tooltip
...
Thanks N9EAT for reporting typo
2024-11-05 14:18:10 +00:00
Danny
d11ff35bfb
Custom maps: set dates to full log range + submodes filter fix + some wording fixes
2024-10-12 16:56:04 +02:00
Peter Goodhall
4d9d71b516
Update result.php
2024-10-03 15:03:00 +01:00
Peter Goodhall
4e86254f55
Update result.php
2024-10-03 15:01:32 +01:00
Peter Goodhall
0ef834bba4
Update result.php
2024-10-03 14:58:41 +01:00
Peter Goodhall
67c2675f70
Update result.php
2024-10-03 14:58:11 +01:00
Peter Goodhall
b36c8a4cd1
[Callbooks] Login information stored in user account
...
this is a breaking change you need to update your callbook preferences in your account under third party services
2024-10-03 14:46:11 +01:00
Danny
5e212ae4a5
Logbook ajax table: Grid square hint on Distance column
2024-09-03 10:01:29 +02:00
Danny
4235bbb2de
Distances worked analytics: filter on mode and power
2024-09-03 00:03:06 +02:00
Peter Goodhall
fe798d0484
[LOTW] Missed another Freq_rx
2024-08-13 15:42:58 +01:00
Peter Goodhall
14ff6fff1b
[LoTW] fixed issue where freq zero is sometimes added
2024-08-13 15:06:16 +01:00
pa8s
534d2d7b81
Merge branch 'dev' into Add-Netherlands-states/provinces
2024-06-28 15:21:13 +02:00
PA8S
b03ecd2bb9
Added states/provinces of The Netherlands
2024-06-27 21:57:24 +02:00
Peter Goodhall
3148ef8edf
Merge pull request #3153 from emics/collapse-menu
...
New menu item for Third Party Logbooks
2024-06-20 14:46:48 +01:00
Emiliano Macedonio
12c271f5b9
New menu item for Third Party Logbooks
...
Realign submenu popup for correct visualization in Portrait screen
Review some wrong icon in dropdown menu
2024-06-20 12:37:40 +02:00
Peter Goodhall
de907b49ca
Merge pull request #3143 from DanielBausset/dev
...
Distances Worked analytics: bugfix, All bands options and Average distance
2024-06-19 13:53:22 +01:00
Peter Goodhall
c050a42b35
[Dashboard] Fixes JS errors when loading map when theres no qsos
2024-06-19 13:46:31 +01:00
Danny
a685b233c6
Distances worked analytics: bugfix and average distance
2024-06-16 19:40:24 +02:00
Emiliano Macedonio
7940ffcde9
Added Italian States
2024-06-11 14:33:51 +02:00
Emiliano Macedonio
f1f1817901
Added Flag to Maps Popups
2024-06-11 12:57:02 +02:00
Peter Goodhall
f40b244f73
[Station Location] Added Belgium States
2024-06-05 15:13:37 +01:00
Peter Goodhall
d76896edd8
[Station Locations] Added New Zealand States
2024-06-05 15:11:02 +01:00
Peter Goodhall
51886c7318
[Station Location] Added Papua New Guinea States
2024-06-05 15:08:34 +01:00
Peter Goodhall
83ce05642a
[Station Locations] Added australia states
2024-06-05 15:05:28 +01:00
Peter Goodhall
d1360ed3aa
[Station Locations] Added venezuela states
2024-06-05 15:03:39 +01:00
Peter Goodhall
afb567c9c3
[Dashboard] Update the QSO Today every few seconds
2024-05-30 21:14:28 +01:00
Peter Goodhall
195774e1a8
Removed redundant code
2024-05-28 17:20:47 +01:00
Peter Goodhall
d9d1b428fa
formatted code better
2024-05-28 17:16:57 +01:00