Commit Graph

619 Commits

Author SHA1 Message Date
HB9HIL
d951b98872 footer script 2024-06-25 23:31:01 +02:00
Andreas Kristiansen
651799bc79 Forgot the footer fixes 2024-06-24 10:20:41 +02:00
HB9HIL
0b8fd515bd datatables language 2024-06-08 10:21:59 +02:00
HB9HIL
778fc05496 stringify 2024-06-07 21:38:09 +02:00
HB9HIL
99e56a876b stringify 2024-06-07 14:58:23 +02:00
HB9HIL
d7e7c8a79f $this and $ci lang fixes 2024-06-06 21:32:42 +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
HB9HIL
e9b9ac2ab7 clean whitespace 2024-05-31 17:24:31 +02:00
HB9HIL
240e50f2fd hide radio_cat_state if no radio is selected 2024-05-31 17:02:15 +02:00
HB9HIL
726eba3251 Merge branch 'dev' into loose_weight 2024-05-27 09:54:30 +02:00
HB9HIL
6ea710ff27 move js to a dedicated file 2024-05-24 21:36:46 +02:00
HB9HIL
398df7313d strip js 2024-05-23 11:22:00 +02:00
HB9HIL
d91d466d8e support flags in all browsers 2024-05-03 13:37:03 +02:00
HB9HIL
e929c62087 added comments 2024-05-03 11:14:52 +02:00
HB9HIL
c85f8eada0 prepare javascript conversion 2024-04-23 16:39:25 +02:00
HB9HIL
d085e75ae9 load showdown libary 2024-04-20 10:04:38 +02:00
phl0
daa2e6ad9f Appliy sat and orbit filter to DXCC map 2024-04-13 17:42:51 +02:00
phl0
60952337af Add filter for SAT and Orbit to DXCC table 2024-04-13 17:10:19 +02:00
Andreas Kristiansen
aaa404d3dd Fixed dropdown menu when you use run query button 2024-04-09 19:09:33 +02:00
Andreas Kristiansen
3334983d8d Carousel fix 2024-04-05 16:35:09 +02:00
Andreas Kristiansen
8a5568bd43 Tweaks to gui and spinner on update dxcc button 2024-03-28 18:29:56 +01:00
Andreas Kristiansen
2b4b869d6a Can edit visitor link 2024-03-15 11:42:19 +01:00
abarrau
8afe60a488 Merge remote-tracking branch 'upstream/dev' into ans-clean-old-custom-map 2024-03-08 08:54:52 +01:00
HB9HIL
9ee6ec398a removed selectize stuff from footer 2024-03-07 10:02:58 +01:00
abarrau
e50d24369a remove map/custom reference 2024-03-07 09:28:41 +01:00
HB9HIL
8bddeeffbe Merge branch 'dev' into qso_stuff 2024-03-04 17:00:36 +01:00
Florian (DF2ET)
a54dd87306 Merge pull request #181 from int2001/qso_resetter
Qso Reset
2024-03-04 16:37:25 +01:00
Andreas Kristiansen
f26273a892 Merge pull request #191 from AndreasK79/dxcache_default
Use default dxcache url if not set
2024-03-04 08:24:39 +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
Andreas Kristiansen
1c06fe6ac2 Use default dxcache url if not set 2024-03-03 14:52:20 +01:00
HB9HIL
76330fda8e moved qso related functions to common.js 2024-03-03 08:31:20 +01:00
HB9HIL
f3dd5da0f0 removed debug output 2024-03-03 08:15:35 +01:00
HB9HIL
27696ccedc datatables language var moved to global variables 2024-03-03 08:10:39 +01:00
HB9HIL
68b8fdc040 moved displayQso to common.js and cleaned footer vars 2024-03-03 07:59:15 +01:00
int2001
9e1d6b7aa5 Band On Change (PHP) 2024-02-28 16:18:56 +00:00
int2001
88e073a344 A lot of JS relocated to qso.js 2024-02-28 15:59:05 +00: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
c5148829ae Merge pull request #146 from HB9HIL/h26_award 2024-02-18 08:28:32 +01:00
int2001
0586f46ec6 Remove dependency to unpkg and replace by local copy 2024-02-18 07:04:08 +00:00
HB9HIL
a62bf2d46f Merge branch 'dev' into h26_award 2024-02-17 19:51:22 +01:00
HB9HIL
e10692904c standarize function 2024-02-17 18:10:25 +01:00
HB9HIL
3f72a44d2b edit qso state list 2024-02-17 16:40:49 +01:00
HB9HIL
a17ac50716 renamed h26 to helvetia 2024-02-17 00:47:00 +01:00
HB9HIL
ffe381f429 [AWARDS] Added swiss H26 2024-02-16 23:25:07 +01:00
HB9HIL
c53e86ef80 removed console.log 2024-02-16 19:18:07 +01:00
HB9HIL
44b75a5a60 selectize state var 2024-02-16 18:21:30 +01:00
HB9HIL
a1035ca8a2 adjustment for state list input 2024-02-16 13:36:06 +01:00
int2001
76ccf61c1b Refactored to GET 2024-02-09 10:25:47 +00:00
int2001
d871c6f732 Repaired set_active // still missing: reload-logic 2024-02-09 10:20:31 +00:00