Commit Graph

804 Commits

Author SHA1 Message Date
HB9HIL
9ee6ec398a removed selectize stuff from footer 2024-03-07 10:02:58 +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
int2001
7673b5c22d Added Fullreset Logic (PHP) 2024-02-28 14:14:29 +00:00
int2001
ee59b4cd73 First Approach for the new "Reset to default" button (PHP) 2024-02-27 07:53:36 +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
db9726774c added a maintenance mode 2024-02-25 14:14:18 +01:00
phl0
8693e62f4d Add JCC menu item 2024-02-24 12:10:52 +01:00
phl0
178a9e34f4 Reorder menu items 2024-02-24 12:08:26 +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
04ad0dcee5 Merge branch 'dev' into h26_award 2024-02-17 19:49:52 +01:00
HB9HIL
5d5ec0fd4f Merge branch 'dev' into states 2024-02-17 19:08:53 +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
Andreas
4d291dd2c6 Added menu items 2024-02-17 08:52:01 +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
HB9HIL
8b169db99e multilanguage support 2024-02-14 12:45:57 +01:00
HB9HIL
fc6010ee2f created extra header item 2024-02-14 11:04:34 +01:00
HB9HIL
60f508d6d2 Merge remote-tracking branch 'upstream/dev' into locations_quickswitch 2024-02-09 22:19:10 +01:00
HB9HIL
9a92c7b18f typo 2024-02-09 17:54:22 +01:00
HB9HIL
fd159ffbf3 Merge branch 'master' into dev 2024-02-09 17:52:16 +01:00
Joerg (DJ7NT)
d6e3cf4879 Cfd export (#117)
* Added CFD Export for toplist.darc.de to Wavelog

---------

Co-authored-by: phl0 <github@florian-wolters.de>
2024-02-09 15:40:40 +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
HB9HIL
d1e11455e4 quickswitch feature 2024-02-09 11:05:28 +01:00
HB9HIL
1e3582e43e Header refactoring (#110)
* splitted up header

* resorted header menu

* main rebuild

* header behaviour hover

* dropdown toggle rotate

* fix case where landscape is small menu and portrait normal view

* submenu thirdparty services

* removed custom maps from the header

* matching search bar

* border

* matched border to themes
2024-02-08 10:51:43 +01:00
phl0
eb60c79837 baesURL has a trailing slash already 2024-02-06 18:18:35 +01:00
HB9HIL
96d49bfee3 Merge branch 'dev' into ans-central-users-data-folder 2024-02-06 12:52:20 +01:00
int2001
f327017037 Removed popup regarding unsaved changes (wasn't functional at all) 2024-02-06 10:20:27 +00:00
HB9HIL
cf275269e9 Dev (#2)
* Added Windows, MariaDB and PHP-Versions

* Release 1.0

* Re-added forum link

* add stations_id to eqsl functions

* remove 'v' in Version Dialog

* Update README.md

added Link to demo instance

* Update index.php

* We should be MIT Conform

* [Debug] Added information about when files were last updated, and links to update

* Added custom data format

* Remove leftover-index

* Migration

* Check if index is there

* [LBA] Can disable maidenhead overlay

---------

Co-authored-by: int2001 <joerg@dj7nt.de>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: Christoph Kottke <dg0tm@darc.de>
Co-authored-by: Florian (DF2ET) <github@florian-wolters.de>
2024-02-02 18:48:37 +01:00
HB9HIL
39616c6a69 paths libary 2024-02-02 14:57:27 +01:00
HB9HIL
ba762a98a8 Adding "Hotfixes" (#76)
* Re-added forum link

* remove 'v' in Version Dialog

* Update README.md

added Link to demo instance

* Update index.php

* We should be MIT Conform

---------

Co-authored-by: Andreas <6977712+AndreasK79@users.noreply.github.com>
Co-authored-by: Joerg (DJ7NT) <int2001@users.noreply.github.com>
Co-authored-by: int2001 <joerg@dj7nt.de>
2024-02-02 10:42:14 +01:00
Andreas
538249f488 Re-added forum link 2024-02-01 17:38:06 +01:00
abarrau
ae8c2efa4f remove model class on view, use generic function 2024-02-01 16:59:28 +01:00
abarrau
532aa3e310 userdata for qsl 2024-02-01 11:58:34 +01:00