Commit Graph

248 Commits

Author SHA1 Message Date
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
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
04ad0dcee5 Merge branch 'dev' into h26_award 2024-02-17 19:49:52 +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
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
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
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
int2001
2291e4d0bb Fade-Experiments 2024-01-31 11:34:39 +00:00
HB9HIL
812b30afba Merge remote-tracking branch 'upstream/dev' into production 2024-01-24 15:39:49 +01:00
HB9HIL
234052a6ba moved Logo size to general.css and reduced size of header 2024-01-24 14:50:24 +01:00
HB9HIL
a369e783c8 fetch logo at needed locations 2024-01-23 21:21:25 +01:00
HB9HIL
0144409048 show wavelog Icon in header 2024-01-23 15:10:05 +01:00
int2001
ed5c526192 Various Links to magicbug-Repo 2024-01-17 14:31:59 +00:00
int2001
c74a5475f2 All Cloudlog-occurences with capital C and lowercase loudlog to Wavelog 2024-01-17 14:20:10 +00:00
phl0
2795b5bec3 Revert "Re-add POTA menu item to awards"
This reverts commit fb6a43d21f.
2024-01-16 11:18:02 +01:00
phl0
fb6a43d21f Re-add POTA menu item to awards 2024-01-15 15:59:00 +01:00
HB9HIL
2992544a17 Merge remote-tracking branch 'origin/active_development' into production 2024-01-08 13:37:05 +01:00
Andreas
f9dbaad0ea [Awards] Added RAC 2024-01-08 10:17:53 +01:00
HB9HIL
ffb8136ea8 Merge branch 'active_development' into production 2024-01-08 07:57:27 +01:00
Andreas
1e31f6e6bb Fix for WAJA in the bands, activated POTA link 2024-01-06 14:12:54 +01:00
HB9HIL
7b5659fd20 matomo 2023-12-17 23:08:58 +01:00
Peter Goodhall
b418a2cdc4 Merge pull request #2820 from phl0/LxGridmaster
LX Gridmaster
2023-12-13 00:53:00 +00:00
Peter Goodhall
a607f7d5b1 Merge pull request #2819 from phl0/gridmasterDl
Add DL Gridmaster
2023-12-13 00:52:31 +00:00
phl0
6ca1426254 Add LX gridmaster 2023-12-12 23:05:59 +01:00
Peter Goodhall
7687c38065 Merge pull request #2817 from HB9HIL/search-field-on-mobile
Search/Quicklog on Mobile
2023-12-12 21:35:40 +00:00
Peter Goodhall
872a7098f6 Generalize gridmaster functions 2023-12-12 21:35:13 +00:00
phl0
b1aa996a5d Add DL Gridmaster 2023-12-12 21:22:46 +01:00
HB9HIL
1f6487fd8f adjusted the search/quicklog field mobile 2023-12-12 20:56:21 +01:00
phl0
bfc2d50c95 Generalize gridmaster functions 2023-12-12 19:15:56 +01:00
Peter Goodhall
8f697f5b6e [Nav] Shift anything not ADIF into an sub export menu 2023-12-12 16:27:41 +00:00
Andreas
783600cf7a Removed duplicate gridmaster 2023-12-11 07:54:23 +01:00
Andreas
537a28540c Submenus 2023-12-10 00:54:11 +01:00
HB9HIL
88fd43993f changed version dialog symbol in menu 2023-12-04 06:07:07 +01:00