github-actions
|
a6bf1bd465
|
po/mo updates
|
2025-10-18 17:02:14 +00:00 |
|
Andreas Kristiansen
|
b213e00071
|
[Gridmap] Changed filters to dropdown
|
2025-10-18 17:55:50 +02:00 |
|
github-actions
|
ac593e7577
|
po/mo updates
|
2025-10-17 14:51:09 +00:00 |
|
phl0
|
7c2d3a72f7
|
Replace slashed zeros
|
2025-10-17 15:28:51 +02:00 |
|
phl0
|
006ec366de
|
Remove debug logging to browser console
|
2025-10-17 15:15:42 +02:00 |
|
phl0
|
6eb5ab83de
|
Remove redundant comments
|
2025-10-17 15:14:05 +02:00 |
|
phl0
|
31319c2ac3
|
Make keyer function 6-10 actually work
|
2025-10-17 15:13:02 +02:00 |
|
Andreas Kristiansen
|
4d0a9af624
|
[Winkey] Added 5 more macros
|
2025-10-15 14:32:48 +02:00 |
|
github-actions
|
150b7b6f6a
|
po/mo updates
|
2025-10-14 17:46:35 +00:00 |
|
Andreas Kristiansen
|
d9dd7a8827
|
Fix band logic
|
2025-10-14 18:29:01 +02:00 |
|
phl0
|
787c88b6db
|
sats is a string value and not boolean
|
2025-10-14 14:50:47 +02:00 |
|
Andreas Kristiansen
|
e9ec44396a
|
Merge branch 'dev' into wpx_award
|
2025-10-14 09:37:55 +02:00 |
|
github-actions
|
54bc715f27
|
po/mo updates
|
2025-10-14 06:48:49 +00:00 |
|
github-actions
|
cee7e2fab5
|
po/mo updates
|
2025-10-14 06:14:37 +00:00 |
|
github-actions
|
dcc12aed5a
|
po/mo updates
|
2025-10-09 16:21:35 +00:00 |
|
github-actions
|
58a01f0320
|
po/mo updates
|
2025-10-09 06:42:03 +00:00 |
|
Florian (DF2ET)
|
62a733ba1f
|
Merge pull request #2347 from agrif/comma-dates
fix QSO panel when using a date format with commas
|
2025-10-09 08:41:33 +02:00 |
|
github-actions
|
5d6bc1f8c3
|
po/mo updates
|
2025-10-08 20:23:33 +00:00 |
|
github-actions
|
61639388d3
|
po/mo updates
|
2025-10-08 19:50:54 +00:00 |
|
Andreas Kristiansen
|
0e16dc667c
|
Merge pull request #2383 from AndreasK79/lba_filter_refactor
|
2025-10-08 21:50:21 +02:00 |
|
github-actions
|
a9745f6635
|
po/mo updates
|
2025-10-08 10:54:36 +00:00 |
|
github-actions
|
9ffe4c4b4c
|
po/mo updates
|
2025-10-07 06:42:31 +00:00 |
|
Andreas Kristiansen
|
ae21551755
|
Fixed wrapping, callsign width and scrollbar
|
2025-10-06 18:54:50 +02:00 |
|
Andreas Kristiansen
|
e0b4750491
|
Fix menu not closing
|
2025-10-06 09:56:37 +02:00 |
|
Andreas Kristiansen
|
d0d9722e4e
|
Merge branch 'dev' into wpx_award
|
2025-10-05 19:21:08 +02:00 |
|
Andreas Kristiansen
|
8a5afed92c
|
Merge branch 'dev' into lba_filter_refactor
|
2025-10-05 17:37:47 +02:00 |
|
Andreas Kristiansen
|
638dc89bd3
|
[Advanced Logbook] Rewrote filters and actions to use dropdowns instead
|
2025-10-05 17:37:25 +02:00 |
|
github-actions
|
be8e5aceed
|
po/mo updates
|
2025-10-05 10:01:35 +00:00 |
|
github-actions
|
f7b7ddc17a
|
po/mo updates
|
2025-10-04 06:06:03 +00:00 |
|
Andreas Kristiansen
|
1b66ef21b6
|
Merge branch 'dev' into wpx_award
|
2025-10-03 08:04:03 +02:00 |
|
github-actions
|
fc2ccb919e
|
po/mo updates
|
2025-10-02 18:42:24 +00:00 |
|
github-actions
|
19672f96db
|
po/mo updates
|
2025-10-02 18:39:04 +00:00 |
|
github-actions
|
f8d0d5f89c
|
po/mo updates
|
2025-10-02 18:22:43 +00:00 |
|
Szymon Porwolik
|
b349755031
|
Notes overhaul: updated view of the notes, added "Contacts" category with required logic, first step for callsign sticky notes (#2362)
* feat(notes): initial overhaul of notes with improved view, contact category, and better forms/validation
* Notes: changes after draft PR review
- improved security, avoided writing to $_POST
- removing redundant $data variable passing
- cleanup of xss_clean usage
- changed to use existing callbook library instead new helper
- migrated to plain SQL
- changed name of the cat variable to category to avoid confusion
- fixed translation (multiple places)
* Translation of notes.js
* Deleted not needed line.
* Notes: Multiple fixes for after PR code review
* Update application/views/notes/add.php
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
* Layout improvmen of the error box suggested by phl0
* Add checking of note ownership during duplication.
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Notes: improved translation of one of the strings
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Notes: fix translation shall be using double quote
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Note: translation shall use double quote
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Notes: fix, translation shall be using sprintf
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Note: update -> translations shall be using double quotes
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Notes: fix, translation shall be using double quotes
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Notes: fix, translation shall be using double quotes
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Notes: missing translation of the error message.
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Notes: fix translation shall be using double quote
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Notes: translation of the error message
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
* Notes: moved loading of the library out of the constructor
---------
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
|
2025-10-02 20:20:35 +02:00 |
|
github-actions
|
5d5b50fc24
|
po/mo updates
|
2025-10-02 15:10:46 +00:00 |
|
github-actions
|
56497034b3
|
po/mo updates
|
2025-10-02 13:20:19 +00:00 |
|
github-actions
|
648ac56950
|
po/mo updates
|
2025-10-02 06:52:25 +00:00 |
|
Joerg (DJ7NT)
|
5561b909d4
|
Merge pull request #2361 from int2001/fix_county
Fix county
|
2025-09-30 18:33:34 +02:00 |
|
int2001
|
4c0cb870c8
|
Merge branch 'fix_county' of github.com:int2001/wavelog into fix_county
|
2025-09-30 16:26:55 +00:00 |
|
int2001
|
528f1704e1
|
Show options also for already selected DD
|
2025-09-30 16:25:51 +00:00 |
|
github-actions
|
7261290151
|
po/mo updates
|
2025-09-30 06:37:16 +00:00 |
|
Joerg (DJ7NT)
|
1edda2c084
|
Update qso.js
Typo
|
2025-09-29 21:26:41 +02:00 |
|
int2001
|
d2977e6f7c
|
Fix County for QSO-Form
|
2025-09-29 19:13:56 +00:00 |
|
int2001
|
980e4528a1
|
Fix editing Counties
|
2025-09-29 18:59:48 +00:00 |
|
github-actions
|
24548f8af3
|
po/mo updates
|
2025-09-29 10:46:04 +00:00 |
|
Andreas Kristiansen
|
a4dc83dde3
|
Merge branch 'dev' into wpx_award
|
2025-09-29 12:44:08 +02:00 |
|
Andreas Kristiansen
|
d2b5e80ede
|
Merge pull request #2359 from AndreasK79/dxcc_filter_box
[DXCC Award] Added new filter style
|
2025-09-29 12:43:54 +02:00 |
|
Andreas Kristiansen
|
c4c9c280dd
|
Fix form submit
|
2025-09-29 08:37:28 +02:00 |
|
github-actions
|
49c42f62cb
|
po/mo updates
|
2025-09-29 06:30:37 +00:00 |
|
Andreas Kristiansen
|
c4be7367f5
|
[DXCC Award] Added new filter style
|
2025-09-28 12:07:41 +02:00 |
|