Commit Graph

115 Commits

Author SHA1 Message Date
HB9HIL
8bca0dc2ab use https.. it's 2026 2026-02-17 20:30:48 +01:00
aa392272bd clean up and standardize format of station location create/edit 2026-01-20 04:20:38 -07:00
DB4SCW
609bcdecbe fix hrd dropdown in station profile 2025-09-09 09:43:23 +00:00
Fabian Berg
dc12f785b9 proper formating of links 2025-08-23 13:41:22 +02:00
Andreas Kristiansen
003e1a0071 Added Wiki link for eQSL 2025-08-22 12:19:47 +02:00
Alexey Khromov
5b73bd9c75 Fixed QSO edit init js to show county, typo in Logbook_model, station profile county field tip 2025-05-23 01:03:06 +03:00
Alexey Khromov
d05a7d2dd0 Initial CNTY support for non-US countries as in ADIF v3.1.5 2025-05-17 00:37:14 +03:00
Florian (DF2ET)
71439797d2 Merge branch 'dev' into gridValidation2Lib 2025-05-07 10:54:22 +02:00
phl0
b222ab3bb4 Make SIG use the correct description/references from ADIF standard 2025-05-06 15:44:59 +02:00
phl0
fd4d55fcee Add grid check to station profiles add/edit as well 2025-05-02 14:10:46 +02:00
int2001
fe81200e28 Added Stars as well for HRDLog and QO100-DX-Club 2025-03-26 07:47:42 +00:00
int2001
368fee32a5 Use stars to hide QRZ-Key and add "eye"-button 2025-03-26 05:39:07 +00:00
int2001
18f247d5be Don't allow whitespaces in forms for station_calls 2025-03-21 16:16:17 +00:00
int2001
f5acf6ecca Add None to DXCCs 2024-10-09 07:51:49 +00:00
int2001
3ae02b052b Disable HRDLog-Upload if credentials are obviously wrong 2024-10-04 06:36:58 +00:00
HB9HIL
8fc61e2f5d generic "none" for "no dxcc" 2024-09-27 13:40:21 +02:00
HB9HIL
75949b2ab1 Revert "disable eqsl msg fields"
This reverts commit 41a55525dc.
2024-08-27 20:02:24 +02:00
HB9HIL
9a76c83683 Merge branch 'dl250cdf_master' into dev 2024-08-26 22:35:28 +02:00
phl0
5284613dc0 Add some uppercases and strtouppers 2024-08-26 15:41:48 +02:00
HB9HIL
261e6c7284 Merge remote-tracking branch 'upstream/dev' into dl250cdf_master 2024-08-21 22:07:08 +02:00
phl0
1f72ac3272 We need to add None as DXCC to the array separately 2024-08-20 20:33:08 +02:00
HB9HIL
671c33d7de Merge remote-tracking branch 'upstream/dev' into dl250cdf_master 2024-08-17 21:25:48 +02:00
HB9HIL
baf72b28e1 searchable dxcc for station profiles 2024-08-14 00:28:47 +02:00
github-actions
41a55525dc disable eqsl msg fields 2024-08-03 13:38:19 +02:00
HB9HIL
8da6d4a99c Merge branch 'dev' into alpha 2024-06-13 15:00:16 +02:00
Christoph Kottke
71f6896b69 * [OQRS] config-switch to disable oqrs-feature 2024-06-13 12:08:50 +02:00
HB9HIL
e454a4d2ef stringify finished views 2024-06-08 09:54:45 +02:00
HB9HIL
99e56a876b stringify 2024-06-07 14:58:23 +02:00
HB9HIL
133191d93e use <?= for better readability 2024-06-06 20:23:19 +02:00
HB9HIL
e463053042 manual fixes 2024-06-06 20:22:22 +02:00
HB9HIL
0284e6ce19 first big change 2024-06-06 15:41:03 +02:00
HB9HIL
50789da43b api key test button in station location 2024-04-30 23:35:05 +02:00
int2001
1b9c1237fb Added Option to UI 2024-04-30 14:50:09 +00:00
HB9HIL
0a057cbf8f add clublog ignore switch 2024-04-21 16:43:25 +02:00
Andreas Kristiansen
4bbfe1b07e Station setup (#175)
* The start of station setup

* Added modals new logbook and new location

* Added 1st JSON-Create Logbook (PHP)

* Added 1st JSON-Create Logbook (JS)

* Changed to small buttons

* A bit more errorhandling (JS)

* Moved collecting of params to controller and added errorhandling

* Added Delete-Function (with confirmation)

* Moved view to new folder and added delete Logbook

* Added AJAX for setActive Book

* Added AJAX for setActiveBook (JS)

* Partially working reload logbook table

* Dynamic loading of logbooks (PHP)

* Dynamic loading of logbooks (JS)

* Reload location table

* Removed duplicate return statement

* Fixed Zoo of params to JSON-Out

* Fixed RenderBug (not yet finished) at JS

* Fixed DT error

* Fixed CSS

* Changed setActiveStation from link to Ajax (PHP)

* Changed setActiveStation from link to Ajax (JS)

* Added confirmation to changeActiveStation

* Changed EmptyStation to AJAX (PHP)

* Changed EmptyStation to AJAX (JS)

* Changed DeleteStation to AJAX (JS)

* Changed DeleteStation to AJAX (PHP)

* Tidy up code a little

* Re-added favorites

* Ajaxyfing favorite location

* Fixed clicking on favorite

* Fixed favorite star

* Tweaked new logbook dialog

* Fixed public search badge

* Fix badges on first load

* Reloads stations on load

* Redirect to station setup

* Re-added translation

* Fixed more badges

* Added menu item translation

* Header with translated menu

* Updated warning links on dashboard to go to station setup

* Added missing lang lines for Polish and Czech

* Changed links in Quickswitch to station setup

* station setup in quickswitcher

* Make station location ID a separate (and sortable) column

* Added missing ID

* Relocated eQSL-Thing to station_model to reduce redundancies

* Removed Debug-Stuff

* Moved get_options to get_default_eqsl_message within QSO-Controller

* Moved generic get_options to more specific get_eqsl_default_message

* Removed loading of options_model, since it is already loaded via "autload"...

* dynamic quickswitcher

* disabled button for active location

* typo

* removed empty unused function

* comment

* reload stationsetup list if we are on this page

* don't grey out the locations

* dynamic loading in both directions

* rename function to make it more clear

* readability

---------

Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: HB9HIL <fabian.berg@hb9hil.org>
Co-authored-by: phl0 <github@florian-wolters.de>
2024-03-03 21:52:51 +01:00
HB9HIL
e10692904c standarize function 2024-02-17 18:10:25 +01:00
HB9HIL
be7a976801 some fixes 2024-02-17 17:55:03 +01:00
HB9HIL
efe8a2eab0 state list by ajax in station edit 2024-02-17 15:42:27 +01:00
HB9HIL
3972ac3e0a all dxcc available states in station location 2024-02-16 19:14:17 +01:00
HB9HIL
965f776b7b hrdlog language 2023-12-15 23:23:06 +01:00
HB9HIL
fc793a1160 added hrdlog_username 2023-12-15 23:04:34 +01:00
HB9HIL
229a760416 eqsl charcounter 2023-12-02 11:08:59 +01:00
HB9HIL
75f052e830 char counter for eqsl msg 2023-12-02 09:25:58 +01:00
abarrau
d3a1f9ab76 eQSL default msg add function (english lang) 2023-11-29 14:17:58 +01:00
int2001
6004809e92 Merge branch 'dev' into clublog_rt_fix 2023-11-29 08:19:36 +00:00
int2001
0df09dfb2d Added RT-Flag for ClubLog 2023-11-27 14:20:45 +00:00
HB9HIL
641c2913b3 fixed other doubles of form-select 2023-11-27 13:33:38 +01:00
HB9HIL
8c4bae8453 run migration script 2023-11-14 13:35:53 +01:00
abarrau
5f9d291fb4 remove _part1 on title 2023-11-13 09:31:17 +01:00
abarrau
ade2324ffd update french language
1/ state update tranlate french language

DONE (with delimitor ")
- account_lang.php
- adif_lang.php
- admin_lang.php
- contesting_lang.php
- eqsl_lang.php
- export_lang.php
- filter_lang.php
- general_words_lang.php
- gridsquares_lang.php
- lotw_lang.php
- notes_lang.php
- qslcard_lang.php
- statistics_lang.php

IN PROGRESS
- awards_lang.php

TO DO
- menu_lang.php
- options_lang.php
- qso_lang.php
- station_lang.php

2/ change add/edit station_profil for tag "gen_find_zone_xxx" (general_words)
--> same consistency for all languages

3/ add tag "gridsquares_gridsquares_worked" (general_words) for all language file
--> exist only for english
2023-11-12 17:50:23 +01:00