Commit Graph

174 Commits

Author SHA1 Message Date
HB9HIL
771d98e783 fixed legacy gettext typos 2025-11-12 08:17:31 +01: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
a359938baa Fixed qso.js not to selectize cnty input on DXCCs except US 2025-05-23 11:55:51 +03: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
e2845a8d27 Retain all previously entered values in case grid validation fails 2025-05-06 10:17:33 +02:00
phl0
b40d314320 Retain CQ/ITU zone 2025-05-05 14:05:35 +02:00
phl0
f1829b9ce5 Also retain DXCC on form validation error 2025-05-04 13:04:35 +02:00
phl0
df77a9bd52 Handle other input fields 2025-05-04 09:42:54 +02:00
phl0
4cd6f0664a Blueprint for keeping values in case of form validation errors 2025-05-04 09:25:27 +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
2eeea8774c Merge branch 'dev' into dxcc_search 2024-08-15 22:27:57 +02:00
HB9HIL
670de2bf87 Merge remote-tracking branch 'upstream/dev' into dl250cdf_master 2024-08-15 09:42:26 +02:00
HB9HIL
4b65e92c4c station_profile/index is no longer in use due to the new stationsetup page 2024-08-15 09:16:16 +02:00
HB9HIL
baf72b28e1 searchable dxcc for station profiles 2024-08-14 00:28:47 +02:00
HB9HIL
cccf596ed9 Merge remote-tracking branch 'upstream/dev' into dl250cdf_master 2024-08-07 09:32:53 +02:00
Andreas Kristiansen
e6dc3ab803 Sets CQ Zone when DXCC is set when you create a location 2024-08-05 10:54:03 +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
224f86dbee fix confirmation message 2024-06-07 23:01:59 +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
c1325591cc QSL Files Migration (#174)
* remove unnessesary file

* prepared debug view with logic

* typo

* add additional case

* moved Maintenance Page to Debug

* copy function

* comment

* html file for eqsl card images folder

* only copy files if they have a qso_id in db

* not_assigned folder

* xss_clean

* $CI to $this

* removed status field, no need for that

* class wide variabled to reduce redundancy

* adjusted view

* allow run migration agn

* missing case if user_id is also empty (deleted user/qso)

* just commented

* only allow jpg, png and gif (same as in upload)
2024-02-26 17:42:46 +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
1c746ca1ba state list in create location 2024-02-17 16:00:58 +01:00