Commit Graph

29 Commits

Author SHA1 Message Date
Ian O'Rourke
9a4168e1d5 Fix typo
Fix a typo in the station setup instructions.
2025-12-10 22:39:04 -06:00
phl0
4caa23806c And another batch ... 2025-11-14 17:51:24 +01:00
phl0
2fbfcfbba7 Revert "Remove stray whitespaces from translation strings"
This reverts commit faf4565631.
2025-11-07 09:06:59 +01:00
phl0
e082e5570b Make lang a little less error prone 2025-11-06 15:29:50 +01:00
phl0
faf4565631 Remove stray whitespaces from translation strings 2025-11-06 12:50:41 +01:00
Andreas Kristiansen
8565f86cd2 [Location list] A very early draft 2025-10-28 08:13:24 +01:00
Andreas Kristiansen
654c97253b Added the word Edit to Linked Locations 2025-09-01 13:28:35 +02:00
Andreas Kristiansen
16214dcd3c [Station setup] Filter for active locations 2025-07-02 15:58:18 +02:00
Andreas Kristiansen
177983a5e3 Fixed sorting 2025-07-02 12:27:47 +02:00
Andreas Kristiansen
bb642994e4 [Locations] Add last qso date 2025-07-02 10:30:01 +02:00
cats-shadow
5a292b8316 Fixed typo 2025-02-13 00:39:36 +03:00
int2001
f5acf6ecca Add None to DXCCs 2024-10-09 07:51:49 +00:00
HB9HIL
8fc61e2f5d generic "none" for "no dxcc" 2024-09-27 13:40:21 +02:00
HB9HIL
c788bbfa93 fix css class 2024-09-13 18:45:32 +00:00
HB9HIL
bc6b91d4c5 add some text to describe the 'Linked' column. 2024-07-02 14:13:16 +02:00
Andreas Kristiansen
74c8851834 [Station setup] Shows if location belongs to active logbook 2024-07-02 08:12:07 +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
133191d93e use <?= for better readability 2024-06-06 20:23:19 +02:00
HB9HIL
0284e6ce19 first big change 2024-06-06 15:41:03 +02:00
Andreas Kristiansen
463f9e3ed0 Fixed view then no logbooks or profiles exist 2024-04-20 11:40:58 +02:00
Andreas Kristiansen
2be01abef4 [Exportmap] Added options 2024-04-12 08:43:45 +02:00
Andreas Kristiansen
3286594e3e Added confirmation when deleting public link 2024-03-16 07:26:40 +01:00
Andreas Kristiansen
acb0a4237c Toggle public search works 2024-03-15 12:33:15 +01:00
Andreas Kristiansen
2b4b869d6a Can edit visitor link 2024-03-15 11:42:19 +01:00
Andreas Kristiansen
bef09734b0 Added some dialogs 2024-03-14 14:49:28 +01:00
Andreas Kristiansen
d26bb3592c Tweaked view some more 2024-03-14 08:00:50 +01:00
Andreas Kristiansen
7bf606a06a Simplifying station setup. Only view changed so far 2024-03-13 07:54:34 +01: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