Commit graph

58 commits

Author SHA1 Message Date
Peter Goodhall
1ffc695e8d Add satellite name and mode autocomplete to QSO edit
Enhanced the QSO edit dialog to use datalist autocompletion for satellite name and mode fields. Satellite data is loaded from JSON, and selecting a satellite/mode updates related frequency, band, and propagation fields automatically.
2025-11-17 17:12:04 +00:00
abarrau
e960db6e2d standardize get_theme() function 2023-12-19 10:56:23 +01:00
HB9HIL
d52155ef1e popper is included in bootstrap 5 2023-12-06 00:20:44 +01:00
HB9HIL
779ba26b28 adjustment for charcoiunt in qso edit 2023-12-02 13:00:56 +01:00
HB9HIL
229a760416 eqsl charcounter 2023-12-02 11:08:59 +01:00
HB9HIL
262d6831d8 layout fix eqsl msg 2023-12-02 09:39:45 +01:00
abarrau
d3a1f9ab76 eQSL default msg add function (english lang) 2023-11-29 14:17:58 +01:00
HB9HIL
38c56e08d1
Merge pull request #26 from magicbug/dev
Dev
2023-11-20 15:39:03 +01:00
HB9HIL
c2409ec582 removed input classes to fix #2703 2023-11-20 11:16:04 +01:00
HB9HIL
63e38c2da9
Merge branch 'dev' into bootstrap_5 2023-11-18 09:02:14 +01:00
HB9HIL
ff2872de65 special characters check 2023-11-17 16:53:59 +01:00
HB9HIL
c881ab2272 added htmlspecialchars to comment 2023-11-17 16:44:30 +01:00
HB9HIL
8c4bae8453 run migration script 2023-11-14 13:35:53 +01:00
phl0
318fc29449
Use LoTW as official abbreviation 2023-07-27 09:16:55 +02:00
phl0
dc218854b8
Added preview of distance on initial edit of QSO 2023-06-16 22:07:04 +02:00
phl0
bc103249a8
Update distance on editing QSO 2023-06-16 12:17:56 +02:00
Andreas
b5d4e41806 [Translation] Replaced string $this->lang-line where no echo was used 2023-05-14 13:54:10 +02:00
Andreas
ac2cdc6e58 [Translation] Replaced all language string from $this->lang->line to lang 2023-05-14 13:45:10 +02:00
phl0
29fc7b67e0
Harmonize display of none as DXCC 2023-04-29 18:57:35 +02:00
phl0
587a39ab83
Show badge and hints about deleted DXCCs 2023-04-26 22:39:09 +02:00
phl0
72c2853fc6
Add fields for continent and update function 2023-02-04 17:41:21 +01:00
phl0
034fa625fb
Add support for POTA fields according to ADIF update 2022-11-30 15:38:40 +01:00
phl0
951be84c97
Rename recv/RECV to rcvd/RCVD to comply with ADIF fields and avoid
confusion
2022-11-08 23:57:39 +01:00
phl0
6a52c8c37c
Hide station locations of other users 2022-10-15 21:07:59 +02:00
phl0
16253c321a
Fix C+P mistake 2022-10-05 17:55:35 +02:00
phl0
65189d07ca
Basic POTA support 2022-10-05 17:05:53 +02:00
Andreas
6b4a09d653 [Bands] Editing QSO now fetches bands from DB. Includes also disabled bands. 2022-09-09 23:11:52 +02:00
Peter Goodhall
59803766d0
Merge pull request #1569 from phl0/refactorWWFF
Separate WWFF stuff into separate fields
2022-08-24 16:01:07 +01:00
phl0
1d0f0e3da2
Add Aicraft Scatter prop mode 2022-08-17 22:19:51 +02:00
phl0
59a3df06b6
Add DB column and edit/view functiions 2022-08-15 16:57:37 +02:00
phl0
66f70af2c4
Add separate input field for WWFF info 2022-08-15 16:04:33 +02:00
phl0
3be65ae548
Allow for editing QSL MSG comment 2022-03-17 10:48:01 +01:00
Peter Goodhall
33130201f6 Revert "Merge pull request #1403 from AndreasK79/dxcc_add_text_deleted"
This reverts commit a6faa1310b, reversing
changes made to 6b0e9b5eeb.
2022-02-20 11:57:09 +00:00
Andreas
a52827fdc0 Added text (deleted dxcc) to the dropdown so it's easier to choose correct dxcc. 2022-02-11 23:52:41 +01:00
Ondřej Nový
18b6a7e2cf Fix wrong option values of COL_QSL_RCVD during edit of QSO 2022-01-24 22:45:17 +00:00
Ryan Zink
6b4a328bc1 Addition of 33cm and 1.25m bands where appropriate, reclassification of some bands as Microwave rather than UHF 2022-01-20 21:10:16 -07:00
Andreas
a77f76c2e0 [QSO Edit] Fixes editing for county/sota/dok if you are editing QSO in Live/Post QSO 2021-09-19 19:51:45 +02:00
Andreas
6164558fff [QSO Edit] Made Contest tab in QSO Edit. Added support for editing contest, serial and exchange. 2021-08-20 12:49:57 +02:00
Peter Goodhall
c4d5e5ed33 [QSO Edit] Added Ability to select None as DXCC when editting 2021-07-28 13:29:23 +01:00
Warren Volz
346b28754e fix display lookup so Nebraska looks for NE not ME 2021-04-10 00:19:02 -06:00
Andreas
46d8136668 [QSO Edit] Notes would not work if you edit a qso while being in the qso entry area. 2021-03-07 17:31:54 +01:00
Andreas
9a081ad0af Removed unused file and duplicate id on frequency in edit_ajax.php 2021-02-08 21:30:57 +01:00
Andreas
fc6641f567 [US Counties] Switched field in database, as col_cnty is the correct one. Also corrected format for county. It should be saved as state,county 2021-02-07 17:15:32 +01:00
Andreas
44a1dd5691 [QSO Entry] County can now be saved and changed when editing a QSO. 2021-01-31 15:27:56 +01:00
Peter Goodhall
6a42641f9d [QSO][Edit] Swapped the Delete and Save Changes buttons to conform to standard ux 2021-01-02 19:33:59 +00:00
Paul Beesley
301483bddf Change the way themes are processed
Place themes in subfolders and use the folder name in the DB instead of the path to a single CSS file
2020-12-07 09:55:30 +00:00
Peter Goodhall
438352f519
Merge branch 'master' into fix_edit_transmit_pwr 2020-11-18 16:18:42 +00:00
Peter Goodhall
522d589527
Merge pull request #705 from daccle/add_SIG_and_SIG_INFO_fields
Add the possibilty to log SIG and SIG_INFO
2020-11-18 16:16:13 +00:00
Daniel Clerc
da342674f5 use local js and css in qso/edit and edit_ajax 2020-11-17 21:51:35 +01:00
Daniel Clerc
8d85ab230a Add SIG and SIG_INFO to edit qso views 2020-11-17 21:35:44 +01:00