Commit graph

125 commits

Author SHA1 Message Date
int2001
2c1c1a2966
Add Park-Boundaries (onClick) 2026-08-10 10:15:53 +00:00
HB9HIL
002b8a2755
fix syntax error in gettext info 2026-07-11 16:16:44 +02:00
HB9HIL
f184502074
add spinner for worker loading state in debug view 2026-07-10 13:19:06 +02:00
HB9HIL
126745c2db
show outdated warning if worker doesn't return a status frame 2026-07-10 13:12:18 +02:00
HB9HIL
8efb69cad7
live worker stats in debug view and generic worker handler for js 2026-07-10 12:46:58 +02:00
phl0
8c76060b37
Fix link to current commit 2026-07-07 11:47:48 +02:00
HB9HIL
c96aad16bd
add romanian language 2026-06-14 17:05:55 +02:00
Fabian Berg
0a44e3340f
New Wavelog Contesting and Basics for Wavelog Worker (#3063)
* initial commit for new contesting in Wavelog

* implemented cache buster to match logic from upstream dev branch

* refactore data-store to idb since this will be much faster with a lot of QSOs (scale for the future)

* implementation of other exchange types (wip)

* updated migration version

* renamed mig

* renamed mig

* updated mig

* ESC Handler to reset form

* Add Websocket

* stretch maxDuration warning

We can stretch the maxDuration warning to 2 seconds to allow for more network latency and processing time. The heartbeat is protected against multiple parallel requests, so we can afford to be more lenient with the duration before showing a warning. This should help reduce false positives in environments with higher latency or slower processing.

* worked before warning in qso form

While input the logic checks in the qso list if the callisgn already exists on the same band and mode.

* translations

* fix band buttons

* updated migration after release 2.4.2

* Fixing create new contest, add clubstation permission check, add time check to contests

* Adding attach QSO to Contest

* Remove redundant clubstation checks

* Fix function tip

* Remove time check when launch contest

* Fixing contest attach main logbook, adding detach contest qso

* Enable clubstation contest QSO detach attach

* add space handler for callsign input

* set rst default to 599 for cw, 59 for others

* add grid and refactor some ui to make a better fitting here and there

* adjust tabindex

* add "copy exchange to" feature

* fix css for all themes

* adif and cbr export

* fix bug with wrong operator callsign

* add exchange type "exchange+grid"

* introduce new logic for exchangetypes and more flexible order selection

* fix broken qso list scroll

* legacy import feature

* more precise wording

* feat: inline editing of QSOs by double click in the QSO list

* redirect cabrillo to contesting manager

* Fix QSO permission check

* remove unused cabrillo stuff

* remove duplicate function

* fix check if worked before on band change

tnx to @int2001

* fix flash message for legacy importer

* make dropdown searchable and place "other" at the top

* add hint about "Other" contest

* avoid "flash" of winkeyer settings in qso logging, it shows up if cw is set as mode

* winkeyer for the new contesting

need proper testing by @AndreasK79 and @phl0 since I don't have a winkeyer myself. I tested with a python simulator...

* english comments

* proper singular/plural

* fix dropdown

* preselect active station location

* allow editing time aswell

* fix fontsize in radio buttons

* remove redundant qso count query

* cache last updated value for contest qsos to reduce db load

* index on user id

* cache also qso count

* you can now resize windows also on the edges

requested by @xyz667 in https://github.com/wavelog/wavelog/pull/3063#issuecomment-4557850867

* fix oversized clock

* click to prepare logging for contesting

Logic:
- if qso windows is open, call is sent to qso form
- if contest log is open, call is sent to contest log
- if both are open, call is sent to contest log
- if none is open, click opens qso form and call is sent to qso form

* handle exchange s prefill with data from the last qso and make exchange always uppercase

* add dropdown to qso list with option to delete qsos

* language fixes

* english comments

* center text

* fix missing dropdown on new qsos

* add date presets for contest session creator/editor

* basic worker implementation

* support multiple workers for clustering

* remove unnecessary node column

* simple availability check

* websocket for contesting

* bonus: add vip for visibilty in debug view

* use vip if available

* worker disabled in debug view if disabled in config

* racecondition for winkeyer breaks edit/delete dropdown

* racecondition for winkeyer breaks edit/delete dropdown

* qso handling for worker in contesting, no high interval heartbeat anymore

* clear heartbeat intervall

* fix some timing bugs

* remove dedicated worker controller as it's not needed

* handle whitespace

* trigger sync engine after processing QSO sync response and adjust last sync time to avoid spurious resyncs

* fix set and setLocal

* fix change detection and sync logic

* fix the lost of seconds due to edit

* fix table rendering

* watermark handling for true delta

* remove caching as it brings more problems here as benefits

* make serial as default exchangetype

* Add clarification on cluster setup requirements for worker URLs

* add operator to qso list if this is a clubstation

* fix bug for editing qsos in clubmode

* remove redundant code

* integers must be null in database

* fix bug in tabindex if 3 exchangefields are configured (serial, exchange, grid)

* nice contesting map (draft)

* map autofit

* add grid overlay

* calculate distanz and azimuth

* include rotor control via waveloggate (ws only)

* implement simple dedicated callbook lookup

* simpler and faster lookup

* option in contest session to disabled callbook lookup and only calculate dxcc

* syntax issue

* fix bug in CBR export

* catch empty result on contest

* remove some leftovers

* removed some comments

* remove unused stuff

* removed old todos/comments

* add 4s timeout for ajax transport

* you need to be admin for this

* translations

* add option to delete qso's aswell when deleting a session (opt in)

* add quickstart button in manager

* removed old todo

* fix "grows to bottom"

* disable "copy exchange to" if no exchange is set

* clear map on qso clear aswell

* same for scp

* updated documentation link

* calculate distanze and azimut also on grid only

* better space usage in qso input

* callbook db first approach, online lookup can be disabled while being cached for all users when enabled

* some input validation

* use only one sot for qrgtoband

* basic stats component

* fix html encoding

* render all aswell

* ascii

* store locally which time frame the user wants

* sync settings and warn user if something happend on the backend

* dev leftover

* show errors if callbook fails or callsign is invalid

* easier syntax

* Revert "easier syntax" - that was a mistake

This reverts commit 80c75dbf1e.

* fix for callbook lookup

* make pathline more visible

* better visibility of qsos

* add classic coordinates bar to the map

* fix bug in stats

* stretch max duration to 4s.. just in case

* simple sanity check in js to prevent unnecessary callbook lookups

* simulate tab after filling the call from scp

* fix poll radios with enabled worker

* reset po/mo files back to upstream/dev

* split contest exports, add back reg1test edi format

* keep the menu item but redirect to contesting

* better syntax and bugfix

* break it down further and fix typo ("constraint")

* use monospace font for input fields

* fix: in worker driven mode we need to do the heartbeat also on not focused windows otherwise we loose this contact

* fix: error handling on invalid times

* wavelog Ø

* more styling

* band lowercase fix

* Other is not a very descriptive title for a contest logger window, so we rename it to "Contest"

* custom contest name

* compare the whole array instead just a few settings

---------

Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: HadleySo <71105018+HadleySo@users.noreply.github.com>
Co-authored-by: DB4SCW <dev@db4scw.de>
2026-06-14 14:23:00 +02:00
phl0
20f32a3a68
Add ADIF version to debug view 2026-03-22 17:22:29 +01:00
phl0
96852d95fd
Fallback value 2026-03-18 22:32:09 +01:00
phl0
7ff174977c
Show OpenSSL version in debug view 2026-03-18 22:17:35 +01:00
HB9HIL
6fae25b05e
added ukrainian 2026-03-17 20:53:14 +01:00
HB9HIL
19952d988a
updated wiki links 2026-02-25 12:01:29 +01:00
phl0
076980a03a
Improve wording 2026-02-23 08:59:23 +01:00
HB9HIL
90131b2645 improved cache debugging in debug view to catch more cases and give user better feedback about failed services 2026-02-20 16:59:11 +01:00
HB9HIL
03e7a2b510 better for translators 2026-02-03 08:54:07 +01:00
HB9HIL
88529a829b fixed some localizations in debug view 2026-02-03 08:46:57 +01:00
HB9HIL
90e0928213 now the cache stuff matches the rest of the debug page much better 2026-02-02 14:38:14 +01:00
HB9HIL
61b94c0bde make colors and ui more user friendly 2026-02-02 14:17:56 +01:00
HB9HIL
02eccc6f1a beta of cache debug view 2026-02-02 13:37:06 +01:00
HB9HIL
4d23c75781 alpha version of cache debug information 2026-02-02 11:39:51 +01:00
HB9HIL
17d1024c1b omit deprecation warnings on new installs (happens on new installs when debug mode is enabled) 2026-01-25 13:02:46 +01:00
phl0
0ed8374964
Apply custom date format for upate entries on debug page 2026-01-21 10:51:13 +01:00
phl0
178ba3efba
Handle tags properly 2025-12-08 13:13:48 +01:00
phl0
7851458b46
Fix typo 2025-10-24 12:23:41 +02:00
Andreas Kristiansen
554d171a78 Fix cron job naming 2025-10-19 08:12:11 +02:00
Andreas Kristiansen
e5dab05b02 Added cron job and debug button 2025-10-19 08:00:31 +02:00
Szymon Porwolik
a40d5e46f8 Fix last update for HAMqsl cron job 2025-09-22 20:57:04 +02:00
Szymon Porwolik
06d72c5867 Adds download of HF Propagation and Solar Data from HamQSL 2025-09-22 20:17:17 +02:00
HB9HIL
fb9777c700 Added japanese 2025-07-31 18:27:28 +02:00
HB9HIL
f1fd60ccef better use site_url() instead base_url() to include index page (if set) 2025-07-22 15:27:44 +02:00
HB9HIL
1ae6910bdc added slovak language 2025-07-16 14:43:43 +02:00
Florian (DF2ET)
0d27319b37
Outline relative paths to installation 2025-05-05 11:16:17 +02:00
uiolee
1ce7fb32d5
Update cache folder path in index.php 2025-05-05 16:54:29 +08:00
int2001
2a1defdb1e
Added HoN to Debug-Page and cronmanager 2025-03-23 08:35:45 +00:00
Fabian Berg
dc071aba93 added Hungarian 2025-03-12 12:29:49 +01:00
HB9HIL
781aef6e08 added slovenian 2025-01-23 11:53:51 +01:00
HB9HIL
037196cd65 views: debug: add custom date format for system time display 2025-01-01 09:57:48 +01:00
Joerg (DJ7NT)
76e4082d1a
Merge pull request #1382 from ethancedwards8/system-time
views: debug: add System Time
2024-12-26 09:43:53 +01:00
int2001
9f11f0ce1b
Forgot the other files 2024-12-26 07:14:56 +00:00
Ethan Carter Edwards
b31f97126f
views: debug: add System Time
Added system time column to debug page. Useful in debugging system time
information and contextualizing cron jobs.

Fixes: https://github.com/wavelog/wavelog/issues/1381

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2024-12-25 17:54:40 -05:00
Andreas Kristiansen
899eb67a1f Added cron job and button under debug for update TLE 2024-12-07 20:04:28 +01:00
HB9HIL
e937c6a9f4 remove second line 2024-12-02 19:09:39 +01:00
HB9HIL
ef3e642e8e use <?= for gettext 2024-11-21 11:56:26 +01:00
HB9HIL
4fcfd667e2
Static Map API (#1098)
Added new Static Map Feature

---------

Co-authored-by: phl0 <github@florian-wolters.de>
2024-10-31 10:26:59 +01:00
HB9HIL
aabcc55e1f added baltics 2024-10-17 08:10:11 +02:00
HB9HIL
7aa751e94b i forgot about translation :D 2024-09-18 12:26:53 +02:00
phl0
0b46c6dabb
Distinguish user and users :) 2024-09-18 10:53:40 +02:00
HB9HIL
add85f4352 use comma instead as thousand sep 2024-09-17 14:23:41 +02:00
HB9HIL
8d4b99dd04 show nicer numberformat for total qsos and show also number of users 2024-09-16 00:57:27 +02:00