Commit Graph

16 Commits

Author SHA1 Message Date
Andreas Kristiansen
fc0c99b14c Added link for export map 2024-04-12 18:31:12 +02:00
Andreas Kristiansen
ac61eecce5 Added band support in options and map 2024-04-12 12:24:22 +02:00
Andreas Kristiansen
2be01abef4 [Exportmap] Added options 2024-04-12 08:43:45 +02:00
Andreas Kristiansen
ef8e6e02c2 Fixed qso number badge class 2024-04-04 20:58:42 +02:00
int2001
826be8707e Deal with update for same logbook and same slug 2024-03-21 07:29:16 +00:00
Andreas Kristiansen
873a0391e9 Fixed table info when linking locations to container 2024-03-19 14:34:23 +01:00
Andreas Kristiansen
6e8674c053 Validates visitor link 2024-03-18 20:45:34 +01:00
Andreas Kristiansen
714833a9b8 Linking locations works 2024-03-17 21:20:24 +01:00
Andreas Kristiansen
3286594e3e Added confirmation when deleting public link 2024-03-16 07:26:40 +01:00
Andreas Kristiansen
a30ec7fb84 Update reloadlogbooks with new stuff 2024-03-15 21:00:43 +01:00
Andreas Kristiansen
396919a764 Tweaked linked location view 2024-03-15 12:59:48 +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
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